Metadata-Version: 2.1
Name: flask-mongo-crud
Version: 0.0.5
Summary: This is a Flask Library that enables a developer to define mongo database models, and the library will automatically generate CRUD endpoints basing on Models defined. ;)
Home-page: 
Author: Valentine Sean Chanengeta
Author-email: 
License: MIT
Keywords: flask-crud,flask-mongo-crud,flask-mongo-odm,flask-mongo-orm
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
License-File: LICENCE.txt
Requires-Dist: blinker==1.6.2
Requires-Dist: click==8.1.7
Requires-Dist: colorama==0.4.6
Requires-Dist: dnspython==2.4.2
Requires-Dist: executing==2.0.0
Requires-Dist: Flask==3.0.0
Requires-Dist: Flask-PyMongo==2.3.0
Requires-Dist: itsdangerous==2.1.2
Requires-Dist: Jinja2==3.1.2
Requires-Dist: MarkupSafe==2.1.3
Requires-Dist: pymongo==4.5.0
Requires-Dist: python-dotenv==1.0.0
Requires-Dist: varname==0.12.0
Requires-Dist: Werkzeug==3.0.0

This is a Flask Library that enables a developer to define database models, and the library will automatically generate CRUD endpoints. ;)

Change Log
==========

0.0.1 (03/07/2024)
-------------------
- First Release
