All Projects → machinezone → Python_etf

machinezone / Python_etf

Licence: other
Erlang terms (Erlang Terms Format, ETF) parsing library for python

Programming Languages

python
139335 projects - #7 most used programming language

Erlang term library implemented in pure Python Build Status

to use:

from erl_terms import decode

result = decode("[{1, 2}, {3, 4}].")

to run tests:

python setup.py test
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].