MongoEngine

An object-document mapper to connect Python and MongoDB

Getting Started

To install MongoEngine, simply run:

# easy_install -U 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.5 (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 main repository:

git clone git://github.com/hmarr/mongoengine.git

Contributing

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

Community

Twitter

d0ugal: @pydanny I use this; https://t.co/300WpIDk and I'm working on adding fixture loading too

pydanny: @estebistec That's just the DB connection. From there you can use mongoengine or pymongo to do the rest.

ikuyamada: MongoEngineかMongoAlchemyか。運命の選択