https://github.com/lewis262626/bencode
Python Package to parse Bencode used in BitTorrent
https://github.com/lewis262626/bencode
bencode bittorrent python python-script python3
Last synced: 5 months ago
JSON representation
Python Package to parse Bencode used in BitTorrent
- Host: GitHub
- URL: https://github.com/lewis262626/bencode
- Owner: lewis262626
- License: mit
- Created: 2020-01-08T17:29:00.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-04-20T19:09:22.000Z (almost 5 years ago)
- Last Synced: 2025-01-12T21:42:28.187Z (about 1 year ago)
- Topics: bencode, bittorrent, python, python-script, python3
- Language: Python
- Homepage:
- Size: 51.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
[](https://travis-ci.com/lewisrobbins/Bencode)
# Bencode
Python Script To Parse BitTorren's bencode specification. Use Regular Expressions
## Why am I doing this?
To improve my Python skills and as a challenge