mirror of
https://github.com/torproject/stem.git
synced 2024-12-11 12:04:06 +00:00
Python controller library for Tor
46dec7b974
Our 'controller' argument's limitations were an artifact of having a separate sync/async Controller. We can also drop our _connect_async() helper, which became just an alias. |
||
---|---|---|
docs | ||
stem | ||
test | ||
.gitignore | ||
.travis.yml | ||
cache_fallback_directories.py | ||
cache_manual.py | ||
LICENSE | ||
README.md | ||
requirements.txt | ||
run_tests.py | ||
setup.py | ||
tor-prompt | ||
tox.ini |
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.