Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 316 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 316 Bytes

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