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
- Host: GitHub
- URL: https://github.com/machinezone/python_etf
- Owner: machinezone
- License: bsd-2-clause
- Created: 2015-06-10T02:05:26.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2022-05-09T22:41:22.000Z (almost 4 years ago)
- Last Synced: 2025-04-10T05:14:36.434Z (12 months ago)
- Language: Python
- Size: 8.79 KB
- Stars: 24
- Watchers: 13
- Forks: 12
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Erlang term library implemented in pure Python [](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
```