ports/net/py-txtorcon/pkg/DESCR

11 lines
570 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
txtorcon is an implementation of the control-spec for Tor using the Twisted
networking library:
https://gitweb.torproject.org/torspec.git/blob/HEAD:/control-spec.txt
This is useful for writing utilities to control or make use of Tor in
event-based Python programs. If your Twisted program supports
endpoints (like ``twistd`` does) your server or client can make use of
Tor immediately, with no code changes. Start your own Tor or connect
to one and get live stream, circuit, relay updates; read and change
config; monitor events; build circuits; create onion services;