OmMongo is Object Relational Mapping for MongoDB, this project is forked from MongoAlchemy project.
Install using Python PIP
sudo pip install OmMongo
or download this repository and run setup.py
sudo python setup.py install
The documentation can be found here https://ommongo.readthedocs.io/en/latest/index.html
sudo pip install -r requirements.testing.txt
Test setup.py
coverage run --source=ommongo setup.py test
Nose Tests
nosetests --cover-tests --cover-erase --with-coverage --cover-package ommongo