Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1.13 KB

README.md

File metadata and controls

34 lines (24 loc) · 1.13 KB

Asyncmongo-ORM

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

Documentation

Online documentation is also available, thanks Sharoon Thomas. The online documentation includes full API documentation as well as Getting Started Guides.

Contributing

  1. fork and clone the project
  2. install the dependencies above
  3. run the tests with make: > make unit functional
  4. hack at will
  5. commit, push etc
  6. send a pull request

Requirements

The following three python libraries are required

Issues

Please report any issues via github issues