https://github.com/okeuday/erlang_py
Erlang External Term Format for Python
https://github.com/okeuday/erlang_py
erlang-encoding python python2 python3
Last synced: 11 months ago
JSON representation
Erlang External Term Format for Python
- Host: GitHub
- URL: https://github.com/okeuday/erlang_py
- Owner: okeuday
- License: mit
- Created: 2014-05-01T18:11:05.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2023-10-26T23:52:47.000Z (over 2 years ago)
- Last Synced: 2025-04-23T03:48:05.971Z (11 months ago)
- Topics: erlang-encoding, python, python2, python3
- Language: Python
- Homepage:
- Size: 144 KB
- Stars: 38
- Watchers: 5
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
- License: LICENSE
Awesome Lists containing this project
README
Erlang External Term Format for Python
======================================
[](https://app.travis-ci.com/okeuday/erlang_py)
Provides all encoding and decoding for the Erlang External Term Format
(as defined at [https://erlang.org/doc/apps/erts/erl_ext_dist.html](https://erlang.org/doc/apps/erts/erl_ext_dist.html))
in a single Python module.
Available as a [Python package at `https://pypi.python.org/pypi/erlang_py/`](https://pypi.python.org/pypi/erlang_py/).
Tests
-----
python setup.py test
Author
------
Michael Truog (mjtruog at protonmail dot com)
License
-------
MIT License