A Python Object-Document-Mapper for working with MongoDB http://mongoengine.org
Find a file
2009-12-24 17:10:36 +00:00
docs Accessing a missing field now returns None rather than raising an AttributeError 2009-12-24 17:10:36 +00:00
mongoengine Accessing a missing field now returns None rather than raising an AttributeError 2009-12-24 17:10:36 +00:00
tests Accessing a missing field now returns None rather than raising an AttributeError 2009-12-24 17:10:36 +00:00
.gitignore Added API Reference to docs 2009-12-19 16:04:05 +00:00
LICENSE Added LICENSE and README.rst 2009-11-22 23:40:06 +00:00
README.rst Added queryset_manager decorator 2009-12-23 19:32:00 +00:00

===========
MongoEngine
===========
:Info: MongoEngine is an ORM-like layer on top of PyMongo.
:Author: Harry Marr (http://github.com/hmarr)

About
=====
MongoEngine is a Python Object-Document Mapper for working with MongoDB. 
Documentation available at http://hmarr.com/mongoengine/ - there is currently 
a `tutorial <http://hmarr.com/mongoengine/tutorial.html>`_, a `user guide 
<http://hmarr.com/mongoengine/userguide.html>`_ and an `API reference
<http://hmarr.com/mongoengine/apireference.html>`_.

Dependencies
============
- pymongo 1.1+
- sphinx (optional - for documentation generation)