Corotwine 0.1 released

Written for Corotwine by Christopher Armstrong on 2008-03-30

Corotwine 0.1 is now available. This is the initial release.

Dependencies:
 * Twisted >= 8.1 (Ubuntu 'python-twisted', http://twistedmatrix.com/)
   NOTE: Twisted 8.1 is not yet released! You will need to use SVN trunk
   for the time being.
 * Py Lib (Ubuntu 'python-codespeak-lib', http://codespeak.net/py/)

LEARNING
--------

There are examples in corotwine/examples.py.

There is API documentation at
http://twistedmatrix.com/users/radix/corotwine/api/

Currently there are three interesting systems:

 * Protocol support at corotwine.protocol. Write TCP servers and clients.
 * Deferred support at corotwine.defer. Integrate with Deferred-using code
   in both directions.
 * Time support at corotwine.clock.

CONTRIBUTING
------------

File bugs at http://launchpad.net/corotwine

If you'd like to make contributions, please make sure they're unit-tested and
documented.

Read all announcements