Skip to main content

Fast, standard compliant Bencode serialization

Project description

Author:

Krzysztof Kosyl

Version:
0.2.0
Date:
2015-11-29

Why use better_bencode?

  • standard Python object serialization functions: load(), loads(), dump(), dumps()

  • works with Python 2.6, 2.7, 3.3, 3.4 and PyPy

  • 4.5 times faster than bencode module, thanks to C Extension

  • well tested

Installation

$ pip install better-bencode

Example

>>> import better_bencode
>>> dumped = better_bencode.dumps(['spam', 42])
>>> better_bencode.loads(dumped)
['spam', 42]

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

better-bencode-0.2.0.tar.gz (5.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page