mirror of
https://github.com/torproject/stem.git
synced 2024-12-11 12:04:06 +00:00
Python controller library for Tor
f31876a669
When our unit tests are ran with NOTICE runlevel logging we output two messages... % ./run_tests.py --unit --log NOTICE ... control.controller... success (0.76s) Event listener raised an uncaught exception (boom): CIRC 4 LAUNCHED Tor sent a malformed event (A BW event's bytes sent and received should be a positive numeric value, received: BW &15* 25): BW &15* 25 These arise from legitimate failure scenario tests. These log messages are harmless but confusing, so might as well hide 'em. |
||
---|---|---|
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.