Thanks to visit codestin.com
Credit goes to github.com

Skip to content

A simple, clean, and efficient BitTorrent library, written entirely in Python.

Notifications You must be signed in to change notification settings

lukaf/python-bittorrent

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

244 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-bittorent

python-bittorent is a BitTorrent library, written entirely in Python. It aims to be simple, clean, and efficient.

Dependencies: (obviously) python, nose for testing. Also, as a final note, python-bittorent is very much alpha software right now.

bittorrent.py

This module aims to make it incredibly simple to incorporate the BitTorrent protocol into your program.

To run a Bittorrent tracker from within your application: from bittorrent import Tracker tracker = Tracker() tracker.run() and you're done!

About

A simple, clean, and efficient BitTorrent library, written entirely in Python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published