Metadata-Version: 2.1
Name: erlang_py
Version: 2.0.0
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|
        
        Provides all encoding and decoding for the Erlang Binary Term Format (as
        defined at 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
        
        .. |Build Status| image:: https://secure.travis-ci.org/okeuday/erlang_py.png?branch=master
           :target: http://travis-ci.org/okeuday/erlang_py
        
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/x-rst
