Metadata-Version: 2.1
Name: erlang-py
Version: 1.7.5
Summary: Erlang Binary Term Format for Python
Home-page: https://github.com/okeuday/erlang_py
Author: Michael Truog
Author-email: mjtruog@protonmail.com
License: MIT
Description: Erlang Binary Term Format for Python
        ====================================
        
        [![Build Status](https://secure.travis-ci.org/okeuday/erlang_py.png?branch=master)](http://travis-ci.org/okeuday/erlang_py)
        
        Provides all encoding and decoding for the Erlang Binary Term Format
        (as defined at [http://erlang.org/doc/apps/erts/erl_ext_dist.html](http://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
        
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Erlang
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Distributed Computing
Description-Content-Type: text/markdown
