This package browser is in early development. Mind the rough edges.

python-fastbencode 0.0.7

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.

Installation

Install python-fastbencode 0.0.7 as follows:

guix install python-fastbencode@0.0.7

Or install the latest version:

guix install python-fastbencode

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.