MongoEngine User Documentation

MongoEngine is an Object-Document Mapper, written in Python for working with MongoDB. To install it, simply run

# pip install -U mongoengine

The source is available on GitHub.

To get help with using MongoEngine, use the MongoEngine Users mailing list or come chat on the #mongoengine IRC channel.

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

Indices and tables

Table Of Contents

Next topic

Tutorial

This Page