Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-10-26T23:52:47.000Z (about 1 year ago)
- Last Synced: 2024-06-21T18:13:39.814Z (7 months ago)
- Topics: erlang-encoding, python, python2, python3
- Language: Python
- Homepage:
- Size: 144 KB
- Stars: 38
- Watchers: 6
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
- License: LICENSE
Awesome Lists containing this project
README
Erlang External Term Format for Python
======================================[![Build Status](https://app.travis-ci.com/okeuday/erlang_py.svg?branch=master)](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