File: control

package info (click to toggle)
txtorcon 0.18.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,148 kB
  • ctags: 1,531
  • sloc: python: 10,403; makefile: 211
file content (46 lines) | stat: -rw-r--r-- 1,742 bytes parent folder | download | duplicates (2)
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
Source: txtorcon
Maintainer: Debian Privacy Tools Maintainers <pkg-privacy-maintainers@lists.alioth.debian.org>
Uploaders: Iain R. Learmonth <irl@debian.org>,
           Jérémy Bobbio <lunar@debian.org>
Section: python
Priority: extra
Build-Depends: debhelper (>= 9),
               dh-python,
               graphviz,
               lsof,
               python-all,
               python-geoip,
               python-ipaddress,
               python-mock,
               python-repoze.sphinx.autointerface,
               python-setuptools,
               python-sphinx,
               python-txsocksx,
               python-twisted,
               tor
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-privacy/packages/txtorcon.git
Vcs-Git: https://anonscm.debian.org/git/pkg-privacy/packages/txtorcon.git
Homepage: http://github.com/meejah/txtorcon
X-Python-Version: >= 2.7

Package: python-txtorcon
Architecture: all
Depends: python-geoip,
         python-ipaddr,
         python-twisted,
         python-zope.interface,
         ${misc:Depends},
         ${python:Depends}
Suggests: tor
Provides: ${python:Provides}
Description: Twisted-based asynchronous Tor control protocol implementation
 txtorcon main feature is to present an asynchronous API to speak the Tor
 client protocol in Python. It also provides abstractions to track and get
 updates about Tor's state and current configuration (including writing it to
 Tor or disk), along with helpers to asynchronously launch slave instances of
 Tor including Twisted endpoint support.
 .
 Twisted is an event-driven networking engine written in Python and Tor is an
 onion-routing network designed to improve people's privacy and anonymity on the
 Internet.