python-libtorrent for Kodi
Go to file
DiMartinoXBMC 2aa2eab12a MIT license 2016-02-03 16:37:49 +03:00
.idea 1.0.7 for macosx and ios by srg70 2016-01-17 11:40:55 +03:00
python_libtorrent MIT license 2016-02-03 16:37:49 +03:00
resources 1.0.8 windows 2016-01-19 18:04:33 +03:00
README.md MIT license 2016-02-03 16:37:49 +03:00
__init__.py MIT license 2016-02-03 16:37:49 +03:00
addon.xml MIT license 2016-02-03 16:37:49 +03:00
changelog.txt last ver 2016-01-31 00:20:18 +03:00
default.py MIT license 2016-02-03 16:37:49 +03:00
icon.png Initial commit 2015-06-28 14:40:33 +03:00
license.txt MIT license 2016-02-03 16:37:49 +03:00
platform_pulsar.py MIT license 2016-02-03 16:37:49 +03:00

README.md

python-libtorrent for Kodi

script.module.libtorrent is a Kodi module that makes easy import of python-libtorrent for you.

Used in projects

Usage

Add module in requires of your addon.xml:

<import addon="script.module.libtorrent"/>

Use it in any python file:

from python_libtorrent import get_libtorrent
libtorrent=get_libtorrent()

License

GPL v.3.