mirror of
https://github.com/torproject/stem.git
synced 2024-11-26 19:20:34 +00:00
Python controller library for Tor
2074fdeeae
Closes tpo/network-health/team#323 |
||
---|---|---|
docs | ||
stem | ||
test | ||
.gitignore | ||
.gitlab-ci.yml | ||
.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)
NOTE: Stem is mostly unmaintained. However, you can still:
- Open issues at https://github.com/torproject/stem/issues
- Work on an issue and open a pull request at https://github.com/torproject/stem/pulls
- Contact us (via tor-dev mailing list or gk at torproject dot org) to request
a new bugfix release including some patches in the Stem's
master
branch or pull requests.
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.