19 lines
597 B
ReStructuredText
19 lines
597 B
ReStructuredText
===========
|
|
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)
|