An open API service indexing awesome lists of open source software.

https://github.com/machinezone/python_etf

Erlang terms (Erlang Terms Format, ETF) parsing library for python
https://github.com/machinezone/python_etf

Last synced: 12 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# Erlang term library implemented in pure Python [![Build Status](https://travis-ci.org/machinezone/python_etf.svg?branch=master)](https://travis-ci.org/machinezone/python_etf)

to use:

```python
from erl_terms import decode

result = decode("[{1, 2}, {3, 4}].")
```

to run tests:

```bash
python setup.py test
```