文件名称:python_etf:python的Erlang术语(Erlang术语格式,ETF)解析库
文件大小:5KB
文件格式:ZIP
更新时间:2024-05-27 02:22:09
Python
用纯Python实现的Erlang术语库 使用: from erl_terms import decode result = decode ( "[{1, 2}, {3, 4}]." ) 运行测试: python setup.py test
【文件预览】:
python_etf-master
----.travis.yml(193B)
----LICENSE(1KB)
----setup.py(2KB)
----.gitignore(34B)
----erl_terms()
--------tests()
--------__init__.py(92B)
--------erl_terms_core.py(2KB)
----README.md(316B)