Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/windfarer/mongokit-ng
Mongokit (mongodb odm) on Python 3 and based on pymongo 3.9+
https://github.com/windfarer/mongokit-ng
mongodb mongodb-driver mongodb-odm python-library python3
Last synced: 2 months ago
JSON representation
Mongokit (mongodb odm) on Python 3 and based on pymongo 3.9+
- Host: GitHub
- URL: https://github.com/windfarer/mongokit-ng
- Owner: Windfarer
- License: mit
- Created: 2019-10-21T03:47:34.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-27T21:23:35.000Z (2 months ago)
- Last Synced: 2024-10-28T01:31:58.685Z (2 months ago)
- Topics: mongodb, mongodb-driver, mongodb-odm, python-library, python3
- Language: Python
- Homepage:
- Size: 133 KB
- Stars: 13
- Watchers: 4
- Forks: 3
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
- Authors: AUTHORS.rst
Awesome Lists containing this project
README
# mongokit-ng
[![image](https://img.shields.io/pypi/v/mongokit-ng.svg)](https://pypi.python.org/pypi/mongokit-ng) [![image](https://img.shields.io/travis/Windfarer/mongokit-ng.svg)](https://travis-ci.org/Windfarer/mongokit-ng) [![Documentation
Status](https://readthedocs.org/projects/mongokit-ng/badge/?version=latest)](https://mongokit-ng.readthedocs.io/en/latest/?badge=latest) [![Updates](https://pyup.io/repos/github/Windfarer/mongokit-ng/shield.svg)](https://pyup.io/repos/github/Windfarer/mongokit-ng/) [![Python 3](https://pyup.io/repos/github/Windfarer/mongokit-ng/python-3-shield.svg)](https://pyup.io/repos/github/Windfarer/mongokit-ng/)Thanks the origin author [namlook](https://github.com/namlook) to create mongokit [https://github.com/namlook/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](https://github.com/Windfarer/mongokit-ng/issues/1)## Credits
This package was created with
[Cookiecutter](https://github.com/audreyr/cookiecutter) and the
[audreyr/cookiecutter-pypackage](https://github.com/audreyr/cookiecutter-pypackage)
project template.Python 2 Mongokit codebase [https://github.com/namlook/mongokit](https://github.com/namlook/mongokit)