Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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