erl_terms

Erlang term read library


Keywords
parse
License
Other
Install
pip install erl_terms==0.1.5

Documentation

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