Skip to content

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

License

Notifications You must be signed in to change notification settings

emsuryadi/Microngo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0577a13 · Oct 1, 2020

History

19 Commits
Oct 1, 2020
Oct 1, 2020
Oct 1, 2020
Mar 14, 2019
Mar 14, 2019
Mar 14, 2019
Mar 14, 2019
May 10, 2019
Oct 1, 2020
Oct 1, 2020
Oct 1, 2020
Oct 1, 2020
May 13, 2019
May 10, 2019

Repository files navigation

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