/python_etf

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

Primary LanguagePythonBSD 2-Clause "Simplified" LicenseBSD-2-Clause

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