Hi,
After years of neglect, I'm maintaining TLS Lite again, the
pure-python SSL/TLS library.
Lots of bugfixes and cleanup went into this release, but I'm sure
there's more issues out there, so let me know!
https://github.com/trevp/tlslite/
https://github.com/downloads/trevp/tlslite/tlslite-0.4.0
Hi,
I have uploaded greenlet 0.3.4 to PyPI:
http://pypi.python.org/pypi/greenlet
What is it?
---
The greenlet module provides coroutines for python. coroutines allow
suspending and resuming execution at certain locations.
concurrence[1], eventlet[2] and gevent[3] use the greenlet module