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
|
Source: python-stem
Section: python
Priority: optional
Maintainer: Ulises Vitulli <dererk@debian.org>
Uploaders: Federico Ceratto <federico@debian.org>
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: dh-python,
pypy,
python3-all,
python3-sphinx,
Standards-Version: 4.5.0
Rules-Requires-Root: no
Homepage: https://gitweb.torproject.org/stem.git
Vcs-Git: https://salsa.debian.org/debian/python-stem.git
Vcs-Browser: https://salsa.debian.org/debian/python-stem
Testsuite: autopkgtest-pkg-python
Package: python3-stem
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Replaces: python-stem (<< 1.0.1-3)
Breaks: python-stem (<< 1.0.1-3)
Description: Tor control library for Python 3 series
Stem is a Python controller library for Tor. With it you can use
Tor's control protocol to script against the Tor process and read
descriptor data relays publish about themselves.
.
This is Python 3 series module.
Package: python3-stem-doc
Architecture: all
Section: doc
Depends:
${misc:Depends},
${sphinxdoc:Depends},
libjs-jquery,
libjs-underscore
Conflicts: python3-stem (<< 1.8.0-1)
Description: Tor control library for Python 3 - documentation
Stem is a Python controller library for Tor. With it you can use
Tor's control protocol to script against the Tor process and read
descriptor data relays publish about themselves.
.
This package contains documentation for developers
Package: pypy-stem
Architecture: all
Depends: ${pypy:Depends}, ${misc:Depends}
Description: Tor control library for PyPy
Stem is a Python controller library for Tor. With it you can use
Tor's control protocol to script against the Tor process and read
descriptor data relays publish about themselves.
.
This is PyPy series module.
|