machinezone / python_etf

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:BSD 2-Clause "Simplified" License


Languages

Language:Python 100.0%