Metadata-Version: 1.1
Name: erl-terms
Version: 0.1.3
Summary: Erlang term read library
Home-page: https://github.com/machinezone/python_etf
Author: Machine Zone
Author-email: info@machinezone.com
License: proprietary
Description: # Erlang term library implemented in pure Python [![Build Status](https://travis-ci.org/machinezone/python_etf.svg?branch=master)](https://travis-ci.org/machinezone/python_etf)
        
        to use:
        
        ```python
        from erl_terms import decode
        
        result = decode("[{1, 2}, {3, 4}].")
        ```
        
        to run tests:
        
        ```bash
        python setup.py test
        ```
Keywords: parse,parser,erlang,peg,grammar,language
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.1
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Text Processing :: General
