Skip to content

Mongokit (mongodb odm) on Python 3 and based on pymongo 3.9+

License

Notifications You must be signed in to change notification settings

Windfarer/mongokit-ng

Repository files navigation

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 #1

Credits

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

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