Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bittorrent/bencode
https://github.com/bittorrent/bencode
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/bittorrent/bencode
- Owner: bittorrent
- License: other
- Created: 2010-11-22T19:53:52.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2010-11-22T19:55:22.000Z (about 14 years ago)
- Last Synced: 2024-07-31T21:53:11.930Z (5 months ago)
- Language: Python
- Homepage:
- Size: 87.9 KB
- Stars: 76
- Watchers: 27
- Forks: 24
- Open Issues: 3
-
Metadata Files:
- Readme: README.txt
- License: LICENSE.txt
Awesome Lists containing this project
README
This package simply re-packages the existing bencoding and bdecoding implemention from the 'official' BitTorrent client as a separate, leight-weight package for re-using them without having the entire BitTorrent software as a dependency.
It currently uses the implementation from BitTorrent Version 5.0.8, the file `bencode.py` is a verbatim, unmodified copy from that distribution.
It also contains some tests and a benchmark.
Tom Lazar, [email protected]