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.
- Host: GitHub
- URL: https://github.com/pyroscope/torpydo
- Owner: pyroscope
- License: apache-2.0
- Created: 2015-03-04T19:56:38.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-04T20:37:25.000Z (about 11 years ago)
- Last Synced: 2025-10-06T10:47:07.061Z (6 months ago)
- Language: Python
- Size: 164 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```