Skip to main content

bencode for humans

Project description

##python-bencode

[![Build Status](https://travis-ci.org/plasmashadow/python-bencode.svg)](https://travis-ci.org/plasmashadow/python-bencode)

Becode Encoder and Decoder

##Installation

```

pip install python-bencode

```

##Usage

```python

from bencode import Bencoder

#encoding
built_to_bencode = [1,2,3]
strs = Bencoder.encode(built_to_bencode)

#decoding
decodable = "8:announce"
obj = Bencoder.decode(decodeable)


```


##LICENSE
BSD

[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/plasmashadow/python-bencode/trend.png)](https://bitdeli.com/free "Bitdeli Badge")

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

python-bencode-1.0.2.tar.gz (3.5 kB view details)

Uploaded Source

File details

Details for the file python-bencode-1.0.2.tar.gz.

File metadata

File hashes

Hashes for python-bencode-1.0.2.tar.gz
Algorithm Hash digest
SHA256 6dc4e0751b3d4c4886035fbf692b8f00c6ae11f8fb2a3f33753c00ac33bdcfac
MD5 5900de35baf13880d861e329513b3718
BLAKE2b-256 554b8ee62bc5f000fc237f8275720bbb5aa7a8e2b56d9523d3afd9d08913cdf1

See more details on using hashes here.

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