Python controller library for Tor
Go to file
2024-05-13 21:34:36 +08:00
docs Replace GitLab links with GitHub 2023-07-10 13:01:34 -07:00
stem fix: replace assertRaisesRegexp with assertRaisesRegex 2024-05-13 21:34:36 +08:00
test fix: replace assertRaisesRegexp with assertRaisesRegex 2024-05-13 21:34:36 +08:00
.gitignore Add the mypy cache folder to .gitignore 2020-05-18 13:48:52 -07:00
.travis.yml Travis: fix a comment typo 2019-08-17 14:37:10 -07:00
cache_fallback_directories.py Revert "fix: use GitLab API to retrieve commit history of fallback_dirs.inc" 2023-10-12 10:08:04 +02:00
cache_manual.py Replace all IOErrors with OSErrors 2020-09-01 13:57:23 -07: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 fix: pin cryptography to fix breaking change at v40.0.0 2023-09-15 17:06:18 +02:00
run_tests.py Remove all trac links 2020-08-16 17:51:32 -07:00
setup.py Remove need to import stem in setup.py 2020-04-02 18:42:27 -07: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.