文件名称:torrentstream:基于libtorrent的Python简单的BitTorrent流库
文件大小:256KB
文件格式:ZIP
更新时间:2024-03-09 23:32:46
python torrent-client Python
Libtorrent变得容易 这是pythonic的高级libtorrent API,其灵感来自于Kenneth Reitz( )提出的以人为本的趋势。 TorrentStream围绕着流洪流的原理(顺序下载,缓冲和播放)。 TorrentStream公开了CLI命令,仅供示例使用。 洪流对象是上下文管理器,可以在您使用完它们后清除torrent内容。 TorrentSession的add_torrent方法返回一个Torrent对象,因此可以直接用作上下文管理器。 async def stream_torrent ( hash_torrent ): session = TorrentSession () # By default this will cleanup torrent contents after playing with session
【文件预览】:
torrentstream-master
----poetry.lock(21KB)
----pyproject.toml(526B)
----docs()
--------tree.jpeg(185KB)
--------torrentstream_usage.png(58KB)
--------make.bat(799B)
--------Makefile(638B)
--------source()
----torrentstream()
--------__init__.py(2KB)
--------torrent.py(10KB)
----setup.py(112B)
----.gitignore(726B)
----Readme.rst(2KB)