Skip to content

machinezone/python_etf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages