Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 320 Bytes

README.md

File metadata and controls

3 lines (3 loc) · 320 Bytes

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的字典,列表,字符串等类型,支持编辑导出。