An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

[![Build Status](https://travis-ci.com/lewisrobbins/Bencode.svg?branch=master)](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