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

https://github.com/pyroscope/torpydo

Bittorrent metafile handling for Python.
https://github.com/pyroscope/torpydo

Last synced: 6 months ago
JSON representation

Bittorrent metafile handling for Python.

Awesome Lists containing this project

README

          

# torpydo

Bittorrent metafile handling for Python.

## How to create a working environment

```sh
/usr/bin/virtualenv .
bin/pip install -U pip || bin/easy_install pip
bin/pip install -r dev-requirements.txt
. bin/activate
paver develop -U bootstrap
```