txtorcon¶
- docs:
torsocks git clone git://fjblvrw2jrxnhtg67qpbzi45r7ofojaoo3orzykesly2j3c2m3htapid.onion/txtorcon.git
If this is your first time exploring txtorcon, please look at the Introduction first. These docs are for version 23.11.0.
Supported and tested platforms: Python 3.5+, PyPy 5.0.0+, Python 2.7+ (deprecated) using Twisted 15.5.0+, 16.3.0+, or 17.1.0+ (see GitHub Actions).
Asycnio inter-operation is now possible, see Using Asyncio Libraries with txtorcon
Documentation¶
- Introduction
- Installing txtorcon
- Programming Guide
- Examples
- Using Asyncio Libraries with txtorcon
- 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.
- Releases
- v23.11.0
- v23.5.0
- v23.0.0
- v22.0.0
- v21.1.0
- v21.0.0
- v20.0.0
- v19.1.0
- v19.0.0
- v18.3.0
- v18.2.0
- v18.1.0
- v18.0.2
- v18.0.1
- v18.0.0
- v0.20.0
- v0.19.3
- v0.19.2
- v0.19.1
- v0.19.0
- v0.18.0
- v0.17.0
- v0.16.1
- v0.16.0
- v0.15.1
- v0.15.0
- v0.14.2
- v0.14.1
- v0.14.0
- v0.13.0
- v0.12.0
- v0.11.0
- v0.10.1
- v0.10.0
- v0.9.2
- v0.9.1
- v0.8.2
- v0.8.1
- v0.8.0
- v0.7
- v0.6
- v0.5
- v0.4
- v0.3
- v0.2
- v0.1
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.