Metadata-Version: 2.1
Name: fastapi-datatables
Version: 0.6.0
Summary: A library, that makes using SQLAlchemy tables with FastAPI easy. It implements filtration, pagination, ordering and text search out of the box. With utilization of FastAPI's "Depends" makes it easy to get filtration data from query parameters.
License: MIT
Author: LeaveMyYard
Author-email: zhukovpavel2001@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: SQLAlchemy (==1.3.23)
Requires-Dist: fastapi (>=0.68.0,<0.69.0)
Requires-Dist: sqlalchemy-filters (>=0.12.0,<0.13.0)
