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

https://github.com/ndroi/pytorrent

a tiny python lib to parse torrent file.it can edit and dump torrent file. python的torrent解析库。
https://github.com/ndroi/pytorrent

parser python-learning python-torrent torrent

Last synced: about 2 months ago
JSON representation

a tiny python lib to parse torrent file.it can edit and dump torrent file. python的torrent解析库。

Awesome Lists containing this project

README

        

# pytorrent
A tiny python lib to parse torrent file. It can also edit and dump torrent file. Read codes in `test` folder to get some help.
一个核心代码只有150行的torrent解析库(python),解析完备。 把torrent信息直接映射为python的字典,列表,字符串等类型,支持编辑导出。