279c8fc54d | ||
---|---|---|
.gitignore | ||
LICENSE | ||
MANIFEST.in | ||
README.md | ||
setup.cfg | ||
setup.py | ||
test.py | ||
test.torrent | ||
torrent_parser.py |
README.md
Torrent file parser for Python
Install
pip install torret_parser
Usage:
CLI
$ pytp test.torrent
$ cat test.torrent | pytp
As a module
>>> import torrent_parser as tp
>>> data = tp.parse_torrent_file('test.torrent')
>>> print(data['announce'])
http://tracker.trackerfix.com:80/announce
Test
python -m unittest test
LICENSE
See License.