Metadata-Version: 2.1
Name: fastapi-mongodb
Version: 0.0.1b1
Summary: Snippets for FastAPI to work with MongoDB by Motor driver.
Home-page: https://github.com/KosT-NavySky/fastapi_mongodb
License: MIT
Keywords: fastapi,mongodb,pydantic,motor,pymongo,orjson,pyjwt
Author: Kostiantyn Salnykov
Author-email: kostiantyn.salnykov@gmail.com
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: fastapi
Requires-Dist: motor
Requires-Dist: orjson
Requires-Dist: pydantic[dotenv,email]
Requires-Dist: pyjwt
Requires-Dist: pymongo[tls,srv]
Project-URL: Repository, https://github.com/KosT-NavySky/fastapi_mongodb
Description-Content-Type: text/markdown

![GitHub](https://img.shields.io/github/license/KosT-NavySky/fastapi-mongodb)
![GitHub Workflow Status (branch)](https://img.shields.io/github/workflow/status/Kost-NavySky/fastapi-mongodb/Python%20package/master)
![GitHub last commit (branch)](https://img.shields.io/github/last-commit/kost-navysky/fastapi-mongodb/master)
![Codecov](https://img.shields.io/codecov/c/github/kost-navysky/fastapi-mongodb)
[![](https://img.shields.io/badge/code%20style-black-000000?style=flat)](https://github.com/psf/black)
![PyPI - Downloads](https://img.shields.io/pypi/dm/fastapi-mongodb)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/fastapi-mongodb)
![PyPI](https://img.shields.io/pypi/v/fastapi-mongodb)

# fastapi-mongodb

### ATTENTION!
The project is under development, so there is a possibility of breaking changes.

When the key points in development are completed, I will take care of the documentation.

The project is built for a scalable solution between two excellent technologies (FastAPI and MongoDB)

### dependencies:
- python 3.9+
- fastapi
- motor
- pymongo
- pydantic
- pyjwt
- orjson

