Metadata-Version: 1.1
Name: rlp
Version: 0.5.1
Summary: A package for encoding and decoding data in and from Recursive Length Prefix notation
Home-page: https://github.com/ethereum/pyrlp
Author: jnnk
Author-email: jnnknnj@gmail.com
License: MIT
Description: pyrlp
        =====
        
        [![Build Status](https://travis-ci.org/ethereum/pyrlp.svg?branch=develop)](https://travis-ci.org/ethereum/pyrlp)
        [![Coverage Status](https://coveralls.io/repos/ethereum/pyrlp/badge.svg)](https://coveralls.io/r/ethereum/pyrlp)
        [![PyPI version](https://badge.fury.io/py/rlp.svg)](http://badge.fury.io/py/rlp)
        
        A Python implementation of Recursive Length Prefix encoding (RLP). You can find
        the specification of the standard in the
        [Ethereum wiki](https://github.com/ethereum/wiki/wiki/RLP) and the
        documentation of this package on
        [readthedocs](http://pyrlp.readthedocs.org/en/latest/).
        
Keywords: rlp ethereum
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
