Metadata-Version: 2.4
Name: fluxcrud
Version: 0.0.1
Summary: FluxCRUD is a easy to use, fast, and modern CRUD framework for FastAPI.
Project-URL: Repository, https://github.com/mahimailabs/fluxcrud
Author-email: Mahimai Raja J <hello@mahimai.dev>
License-Expression: MIT
License-File: LICENSE
Keywords: async,crud,fastapi,fluxcrud,pydantic,sqlalchemy
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: AsyncIO
Classifier: Framework :: FastAPI
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Database
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Typing :: Typed
Requires-Python: <4,>=3.10
Requires-Dist: fastapi>=0.124.0
Requires-Dist: pydantic>=2.12.5
Requires-Dist: sqlalchemy[asyncio]>=2.0.44
Provides-Extra: all-cache
Requires-Dist: aiomcache>=0.8.2; extra == 'all-cache'
Requires-Dist: redis[hiredis]>=7.0.1; extra == 'all-cache'
Provides-Extra: all-drivers
Requires-Dist: aiomysql>=0.3.2; extra == 'all-drivers'
Requires-Dist: asyncpg>=0.31.0; extra == 'all-drivers'
Provides-Extra: cli
Requires-Dist: rich>=14.2.0; extra == 'cli'
Requires-Dist: typer>=0.20.0; extra == 'cli'
Provides-Extra: memcached
Requires-Dist: aiomcache>=0.8.2; extra == 'memcached'
Provides-Extra: msgpack
Requires-Dist: msgpack>=1.1.2; extra == 'msgpack'
Provides-Extra: mysql
Requires-Dist: aiomysql>=0.3.2; extra == 'mysql'
Provides-Extra: postgresql
Requires-Dist: asyncpg>=0.31.0; extra == 'postgresql'
Provides-Extra: redis
Requires-Dist: redis[hiredis]>=7.0.1; extra == 'redis'
Description-Content-Type: text/markdown

<p align="center">
  <a href="https://mahimailabs.github.io/fluxcrud/">
    <img src="https://github.com/mahimailabs/fluxcrud/blob/main/assets/logo.png?raw=true"  width="45%" height="auto">
  </a>
</p>
