mongokit-ng

mongokit with python3 and pymongo3+


Keywords
mongokit_ng, mongodb, mongodb-driver, mongodb-odm, python-library, python3
License
MIT
Install
pip install mongokit-ng==0.1.1

Documentation

mongokit-ng

image image Documentation Status Updates Python 3

Thanks the origin author namlook to create mongokit https://github.com/namlook/mongokit

Mongokit is a Python ODM of MongoDB. This project ports mongokit to Python 3 and the latest pymongo (3.9+) version...

  • Free software: MIT license
  • Documentation: TODO.

Install

pip install mongokit-ng

Usage

same as mongokit, but replace mongokit with mongokit_ng in all importing.

Project Status

See https://github.com/Windfarer/mongokit-ng/issues/1

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.

Python 2 Mongokit codebase https://github.com/namlook/mongokit