Windfarer / mongokit-ng

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:Python 99.5%Language:Makefile 0.5%