Package: wnpp Severity: wishlist * Package name : momoko Version : 2.2.4 Upstream Author : Frank Smit <fr...@61924.nl> * URL : https://github.com/FSX/momoko * License : MIT Programming Lang: Python Description : Wraps asynchronous Psycopg2 for Tornado.
Momoko is a Python library which is wrapping Psycopg2's functionality to use in Tornado with asynchronous features (see callback, Future). It requires Tornado >= 4.0 which is fine since the current stable Debian release (stretch) brings version 4.4.3. This package is really useful to connect Tornado applications and Postgresql database using the asynchronous mechanism. Instead of polling/waiting on Postgresql connection, it's using tornado's IOLoop to wake up query's context on incoming events from psycopg2. Both Psycog2 and Tornado are popular to build (web) asynchronous application. Here is the package to marry them ! I guess this package should be maintained by Debian python team although I'm ready to contribute and help to maintain it.