Registered by Mehmet Gencer

MomPy is a Python3 compatible ORM (Object Relational Mapper) to use MongoDB with Python. It mimics the excellent API of MongoEngine but aims to be a minimalistic and lightweight implementation with barebones query capabilities.

MomPy development was motivated by need for a MongoDB ORM compatible with Python3. The design is influenced by the nice Pythonic syntax of MongoEngine ( http://mongoengine.org ), but implementation is limited to barebones query capabilities. Instead of re-wrapping all MongoDB functionality which already exists in pymongo ( http://api.mongodb.org/python ) MomPy only focuses on providing convenience for mapping objects to MongoDB documents.

You can install MomPy with "easy_install mompy"

Project information

Maintainer:
Mehmet Gencer
Driver:
Not yet selected
Licence:
GNU GPL v3

RDF metadata

View full history Series and milestones

trunk series is the current focus of development.

All code Code

Version control system:
Bazaar

Get Involved

Downloads

MomPy does not have any download files registered with Launchpad.