File: control

package info (click to toggle)
python-torctl 20130920git-2
  • links: PTS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 396 kB
  • ctags: 814
  • sloc: python: 5,026; makefile: 36
file content (20 lines) | stat: -rw-r--r-- 701 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Source: python-torctl
Section: python
Priority: optional
Maintainer: Ulises Vitulli <dererk@debian.org>  
Build-Depends: debhelper (>= 7.0.50~)
Build-Depends-Indep: python
Standards-Version: 3.9.5
Homepage: https://gitweb.torproject.org/pytorctl.git
XS-Python-Version: >= 2.4

Package: python-torctl
Architecture: all
Depends: ${misc:Depends}, python (>= 2.7), python-geoip
Description: Tor control library for Python
 TorCtl is a Python Tor controller with extensions to support path
 building and various constraints on node and path selection, as well as
 statistics gathering
 .
 There are a few more extras including SQL support for retrieving stats,
 GeoIP localization support, between others.