Hi, I converted the README file of Trollius to a Sphinx documentation. It's now online:
http://trollius.readthedocs.org/ I would like to use this documentation to list differences between Trollius and Tulip, and help writing code working on both projects. For example, I explained that code using only callbacks should work on both projects but also on Twisted and Tornado. I tried to maintain a detailed changelog between each release, it can be reused for Tulip since I mostly list changes of Tulip: http://trollius.readthedocs.org/#change-log By the way, it may be nice to copy the asyncio documentation in the Tulip project as I remember that changes should also be documented (recent examples: the documentation of the UNIX and exception handler methods was written after adding the functions). Victor
