1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56
|
Source: python-transmission-rpc
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Vincent Bernat <bernat@debian.org>,
Build-Depends: debhelper-compat (= 13),
dh-sequence-python3,
pybuild-plugin-pyproject,
python3-requests,
python3-typing-extensions (>= 4.5.0),
python3-yarl,
python3-setuptools,
python3-all,
python3-pytest <!nocheck>,
python3-sphinx,
Rules-Requires-Root: no
Standards-Version: 4.7.0
Homepage: https://github.com/Trim21/transmission-rpc
Vcs-Git: https://salsa.debian.org/python-team/packages/python-transmission-rpc.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-transmission-rpc
Testsuite: autopkgtest-pkg-python
Package: python3-transmission-rpc
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Replaces: python3-transmissionrpc (<< 7.0.11-2~)
Breaks: python3-transmissionrpc (<< 7.0.11-2~)
Provides: python3-transmissionrpc
Suggests: transmission-daemon
Description: Transmission RPC client module for Python 3
transmission-rpc is a Python module implementing the JSON-RPC client protocol
for the Bittorrent client Transmission. All Transmission features
implemented up to version 4.0.6.
.
Also, package includes Python script helical.py, with CLI and interactive
interfaces, which demonstrates transmission-rpc module usage.
.
This package contains the Python 3 module.
Package: python-transmission-rpc-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Breaks: python-transmissionrpc-doc (<< 7.0.11-2~)
Replaces: python-transmissionrpc-doc (<< 7.0.11-2~)
Multi-Arch: foreign
Description: Transmission RPC client module for Python (documentation)
transmission-rpc is a Python module implementing the JSON-RPC client protocol
for the Bittorrent client Transmission. All Transmission features
implemented up to version 4.0.6.
.
Also, package includes Python script helical.py, with CLI and interactive
interfaces, which demonstrates transmission-rpc module usage.
.
This package contains the documentation.
|