文件名称:python-simpletorrentstreaming:用于python的简单洪流库
文件大小:21KB
文件格式:ZIP
更新时间:2024-06-02 04:09:23
Python
简单的libtorrent流模块
基于libtorrent的简单bittorrent流模块
这是一个小型的python库,能够处理多个bittorrent下载和bittorrent流(理论上甚至是多个bittorrent流,但谁愿意呢?)
依存关系
需要安装libtorrent才能安装python2。
在debian和衍生物中,这是通过以下方式实现的:
apt-get install python-libtorrent
免费软件:GPL 2+
文档: : 。
特征
使用mplayer播放流中的种子
很少的代码行
多次下载种子
用法
from SimpleTorrentStreaming import SimpleTorrentStreaming
或者,如果您只想使用mplayer播放torrent,请执行以下操作:
stream_torrent "
【文件预览】:
python-simpletorrentstreaming-master
----setup.py(2KB)
----.gitignore(381B)
----requirements.txt(14B)
----Makefile(2KB)
----.travis.yml(339B)
----MANIFEST.in(244B)
----LICENSE(1KB)
----HISTORY.rst(100B)
----setup.cfg(22B)
----SimpleTorrentStreaming()
--------__init__.py(110B)
--------utils.py(3KB)
--------SimpleTorrentStreaming.py(4KB)
----README.rst(901B)
----tests()
--------__init__.py(24B)
--------test_SimpleTorrentStreaming.py(458B)
----AUTHORS.rst(158B)
----CONTRIBUTING.rst(3KB)
----docs()
--------Makefile(7KB)
--------index.rst(543B)
--------conf.py(8KB)
--------history.rst(28B)
--------authors.rst(28B)
--------installation.rst(236B)
--------make.bat(6KB)
--------readme.rst(27B)
--------usage.rst(117B)
--------contributing.rst(33B)
----.editorconfig(292B)
----tox.ini(197B)