MongoFrames - a fast unobtrusive MongoDB ODM for Python
=======================================================

MongoFrames provides classes for mapping your MongoDB collections and documents (including embedded documents) to Python classes and instances.

MongoFrames is fast (especially when it comes to dereferencing), supports a lean but powerful set of features and is easy to learn.

Features
========
* Simple schema definitions for documents and embedded documents
* Dot notation
* Friendly queries
* Fast dereferencing and multi-tiered projections
* Pagination
* Event handling for key document actions (e.g insert, update, delete)
* Supports Python 3.4+

Docs
====
http://mongoframes.com

Download
========
http://pypi.python.org/pypi/MongoFrames

Source
======
https://github.com/getmeuk/mongoframes


Cheers,
Ant
--
https://mail.python.org/mailman/listinfo/python-announce-list

       Support the Python Software Foundation:
       http://www.python.org/psf/donations/

Reply via email to