diff options
author | Markus Reichelt <slackbuilds@mareichelt.de> | 2016-11-11 14:59:33 +0000 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2016-11-11 20:36:22 +0000 |
commit | facc34883781d7419f0327602be36294bf236bb3 (patch) | |
tree | 535ff8469b352a77dcf4c3f3fc93482bde44a9c4 /python/txtorcon/README | |
parent | dc498c860807b9d6002640d4d3e51f180e83d56d (diff) |
python/txtorcon: Added (Twisted-based Tor controller client).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'python/txtorcon/README')
-rw-r--r-- | python/txtorcon/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/python/txtorcon/README b/python/txtorcon/README new file mode 100644 index 0000000000000..e06a2d885a752 --- /dev/null +++ b/python/txtorcon/README @@ -0,0 +1,6 @@ +txtorcon is a Twisted-based asynchronous Tor control protocol +implementation. Includes unit-tests and examples, configuration +abstraction, endpoint support, easy Tor-launching. + +Having Tor installed is not required for building. +The Tor installation does not have to be from SBo. |