Metadata-Version: 2.1
Name: mongokit-ng
Version: 0.1.0.dev1
Summary: mongokit with python3 and pymongo3+
Home-page: https://github.com/Windfarer/mongokit_ng
Author: Windfarer
Author-email: windfarer@gmail.com
License: MIT license
Keywords: mongokit_ng
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.5
Description-Content-Type: text/markdown

# 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/)

Mongokit with Python 3 and pymongo 3.

  - Free software: MIT license
  - Documentation: <https://mongokit-ng.readthedocs.io>.

## Install

```
pip install mongokit_ng
```

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

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

=======
History
=======

0.1.0-dev1 (2019-10-21)
------------------

* First release on PyPI.


