MongoEngine is an ORM-like layer on top of the Python drivers for MongoDB. The documentation is available at hmarr.com/mongoengine, and you can find the source on GitHub.
If you have setuptools installed, simply run
# easy_install mongoengine
alternatively, download the tarball from the MongoEngine page on PyPI, extract it, and run
# python setup.py install