Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 1.23 KB

README.md

File metadata and controls

35 lines (21 loc) · 1.23 KB

Microngo

Build Status Coverage Status PyPi Version Documentation Status License Python Version Support

Microngo is small, fast, and lightweight MongoDB toolkit for python.

Install

Install using PIP:

pip install Microngo

or install from source:

python setup.py install

Documentation

The documentation can be found here https://microngo.emsuryadi.com/

Testing

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