Metadata-Version: 2.1
Name: fastapi-mongo
Version: 0.0.8
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
License-File: LICENSE
Requires-Dist: fastapi[standard]
Requires-Dist: pymongo
Requires-Dist: python-dotenv
Requires-Dist: passlib
Requires-Dist: python-jose
Requires-Dist: python-multipart
Requires-Dist: setuptools
Requires-Dist: motor

This is a simple package that helps you to create a FastAPI project with MongoDB it comes with default crud operations and database setup just configure your environment variables and you are good to go.
