A package for Recursive Length Prefix encoding and decoding
Project description
# pyrlp [](https://travis-ci.org/ethereum/pyrlp) [](https://coveralls.io/r/ethereum/pyrlp) [](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/).
### Release setup
For Debian-like systems: ` apt install pandoc `
To release a new version:
`sh make release bump=$$VERSION_PART_TO_BUMP$$ `
#### How to bumpversion
The version format for this repo is {major}.{minor}.{patch} for stable, and {major}.{minor}.{patch}-{stage}.{devnum} for unstable (stage can be alpha or beta).
To issue the next version in line, specify which part to bump, like make release bump=minor or make release bump=devnum.
If you are in a beta version, make release bump=stage will switch to a stable.
To issue an unstable version when the current version is stable, specify the new version explicitly, like make release bump=”–new-version 4.0.0-alpha.1 devnum”
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size rlp-2.0.1-py2.py3-none-any.whl (20.1 kB) | File type Wheel | Python version py2.py3 | Upload date | Hashes View |
Filename, size rlp-2.0.1.tar.gz (39.9 kB) | File type Source | Python version None | Upload date | Hashes View |