Asyncmongo-ORM is a object-relation mapping for asyncmongo. AsyncMongo is an asynchronous library for accessing mongo which is built on the tornado ioloop.
asyncmongoorm is currently in version 0.3.2
Online documentation is also available, thanks Sharoon Thomas. The online documentation includes full API documentation as well as Getting Started Guides.
- fork and clone the project
- install the dependencies above
- run the tests with make: > make unit functional
- hack at will
- commit, push etc
- send a pull request
The following three python libraries are required
- pymongo version 1.9+ for bson library
- tornado
- asyncmongo
Please report any issues via github issues