Python controller library for Tor
Go to file
2020-03-30 21:54:47 +01:00
docs Extrainfo descriptor transport lines fail validation 2020-03-04 17:56:56 -08:00
stem Fix static checks 2020-03-26 16:18:17 -07:00
test Fix static checks 2020-03-26 16:18:17 -07:00
.gitignore Ignore git mergetool backup files 2016-11-04 09:39:12 -07:00
.travis.yml Travis: fix a comment typo 2019-08-17 14:37:10 -07:00
cache_fallback_directories.py Drop urllib fallback 2020-01-03 16:26:37 -08:00
cache_manual.py Drop urllib fallback 2020-01-03 16:26:37 -08:00
LICENSE Putting stem under the LGPL v3 2011-10-27 19:43:45 -07:00
README.md Readme stub for github 2018-08-05 13:02:55 -07:00
requirements.txt Start using the cryptography package for verifying Ed25519 signatures 2019-04-10 00:23:34 +03:00
run_tests.py Replace stem.prereq module 2020-02-17 15:53:51 -08:00
setup.py Improve almost duplicate code into for-loop 2020-03-30 21:54:47 +01:00
tor-prompt Update copyright dates for 2017 2017-02-01 08:37:13 -08:00
tox.ini Include additional Python implementations 2018-07-24 03:32:30 +00:00

Stem (Python Tor Library)

Stem is a Python controller library for Tor. With it you can use Tor's control protocol to script against the Tor process, or build things such as Nyx.

Documentation and tutorials available at stem.torproject.org.