File: README.md

package info (click to toggle)
python-stem 1.8.2-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 7,852 kB
  • sloc: python: 33,748; java: 312; makefile: 124; sh: 14
file content (13 lines) | stat: -rw-r--r-- 808 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
## 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](https://www.torproject.org/)**. With it you can use Tor's [control protocol](https://gitweb.torproject.org/torspec.git/tree/control-spec.txt) to script against the Tor process, or build things such as [Nyx](https://nyx.torproject.org/).

Documentation and tutorials available at **[stem.torproject.org](https://stem.torproject.org/)**.