txtorcon¶
- docs: https://txtorcon.readthedocs.org or http://timaq4ygg2iegci7.onion
- code: https://github.com/meejah/txtorcon
torsocks git clone git://timaq4ygg2iegci7.onion/txtorcon.git
Supported and tested platforms: Python 2.7+, Python 3.5+, PyPy 5.0.0+ using Twisted 15.5.0+, 16.3.0+, or 17.1.0+ (see travis).
Documentation¶
- Introduction
- Installing txtorcon
- Programming Guide
- Examples
- Contributions
Official Releases:¶
All official releases are tagged in Git, and signed by my key. All official releases on PyPI have a corresponding GPG signature of the build. Please be aware that pip
does not check GPG signatures by default; please see this ticket if you care.
The most reliable way to verify you got what I intended is to clone the Git repository, git checkout
a tag and verify its signature. The second-best would be to download a release + tag from PyPI and verify that.
API Documentation¶
These are the lowest-level documents, directly from the doc-strings in the code with some minimal organization; if you’re just getting started with txtorcon the “Programming Guide” is a better place to start.