python_etf icon indicating copy to clipboard operation
python_etf copied to clipboard

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

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