The object-document mapper to connect Python and MongoDB

Getting Started

To install MongoEngine, simply run:

pip install mongoengine

Downloads are also available as .zip/.tar.gz archives for the stable and master versions.

To get to grips with MongoEngine, there is extensive documentation, API references and a tutorial. You can find help by joining the MongoEngine Users mailing list or by chatting with other users on the #mongoengine IRC channel.

If you are interested in contributing, join the developers' mailing list.

Dependancies

Downloads

Development (master)
.tar.gz .zip

Version 0.6.2 (stable)
.tar.gz .zip

Source

The source code is available for download under the MIT License over at GitHub. To checkout the latest version using git, clone the mainrepository:

git clone https://github.com/MongoEngine/mongoengine.git

Contributing

To contribute to the project, fork it on GitHub and send a pull request, all contributions and suggestions are welcome!

Community