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")
[![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
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.
Source Distribution
python-bencode-1.0.2.tar.gz
(3.5 kB
view details)
File details
Details for the file python-bencode-1.0.2.tar.gz
.
File metadata
- Download URL: python-bencode-1.0.2.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6dc4e0751b3d4c4886035fbf692b8f00c6ae11f8fb2a3f33753c00ac33bdcfac |
|
MD5 | 5900de35baf13880d861e329513b3718 |
|
BLAKE2b-256 | 554b8ee62bc5f000fc237f8275720bbb5aa7a8e2b56d9523d3afd9d08913cdf1 |