python-fastbencode
Python Bencode (de)serializer with optional fast C extensions
The fastbencode Python package implements the bencode serialization format for storing and transmitting loosely structured data, originally used by BitTorrent.
The format can encode four different types of values: byte strings, integers, lists, and dictionaries (associative arrays). It's simple and unaffected by endianness,
This package includes both a pure-Python version and an optional C extension based on Cython. Both provide the same functionality, but the C version has significantly better performance.
- Versions: 0.3.1
- Website: https://github.com/breezy-team/fastbencode
- Licenses: Expat · GPL 2+
- Package source: gnu/packages/python-xyz.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of python-fastbencode
as follows:
guix install python-fastbencode
Or install a particular version:
guix install python-fastbencode@0.3.1
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of python-fastbencode about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/python-fastbencode'><img src='https://packages.guix.gnu.org/packages/python-fastbencode/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/python-fastbencode)
Example Org:
[[https://packages.guix.gnu.org/packages/python-fastbencode][https://packages.guix.gnu.org/packages/python-fastbencode/badges/latest-version.svg]]