MongoFrames 1.0.0 released
Anthony Blackshaw
ant at getme.co.uk
Fri Jul 1 11:26:53 EDT 2016
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
More information about the Python-announce-list
mailing list