Microngo is small, fast, and lightweight MongoDB toolkit for python.
Install using PIP:
pip install Microngo
or install from source:
python setup.py install
The documentation can be found here https://microngo.emsuryadi.com/
Install requirements and package:
pip install -r requirements-test.txt
python setup.py install
Test:
nosetests -v --with-coverage --cover-erase --cover-package=microngo test.py