MongoEngine is an Object-Document Mapper, written in Python for working with MongoDB. To install it, simply run
# pip install -U mongoengine
To get help with using MongoEngine, use the MongoEngine Users mailing list or come chat on the #mongoengine IRC channel.
The source is available on GitHub and contributions are always encouraged. Contributions can be as simple as minor tweaks to this documentation. To contribute, fork the project on GitHub and send a pull request.
Also, you can join the developers’ mailing list.
See the Changelog for a full list of changes to MongoEngine and Upgrading for upgrade information.