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解析库。
- Host: GitHub
- URL: https://github.com/ndroi/pytorrent
- Owner: ndroi
- Created: 2016-08-23T14:23:53.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-07-26T01:35:28.000Z (almost 7 years ago)
- Last Synced: 2025-03-31T01:23:03.625Z (3 months ago)
- Topics: parser, python-learning, python-torrent, torrent
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 28
- Watchers: 1
- Forks: 8
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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的字典,列表,字符串等类型,支持编辑导出。