You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Erlang term library implemented in pure Python
to use
from erl_terms import decode
result = decode("[{1, 2}, {3, 4}].")
to run tests:
python setup.py test
About
Erlang terms (Erlang Terms Format, ETF) parsing library for python