-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
txtorcon 0.6 is now tagged and released.
txtorcon is a Twisted-based Python asynchronous implementation of the Tor control protocol. It includes a state-tracking abstraction, configuration abstraction, Twisted endpoint support for hidden services, 96%+ unit-test coverage and many examples.
New in this release:
. debian packaging (mmaker); . psutil fully gone; . *changed API* for launch_tor() to use TorConfig instead of args; . TorConfig.save() works properly with no connected Tor; . fix incorrect handling of 650 immediately after connect; . pep8 compliance; . use assertEqual in tests; . messages with embdedded keywords work properly; . fix bug with setup.py + pip; . issue #15 reported along with patch by Isis Lovecruft; . consolidate requirements (from aagbsn); . increased test coverage and various minor fixes; . https URIs for ReadTheDocs
Code and built documentation may be obtained:
https://github.com/meejah/txtorcon https://txtorcon.readthedocs.org/en/latest/index.html
git clone git://github.com/meejah/txtorcon.git
You may also install it directly:
pip install txtorcon easy_install txtorcon
The sha256sum output is:
4f939e217ea3149175bb1285fa7296edc02ac245a71a60ec77b9cf48511e991e txtorcon-0.6.tar.gz
thanks, meejah