Metadata-Version: 2.1
Name: fastdto
Version: 0.1.0
Summary: EdgeDB inspired ORM for PostgreSQL
License: MIT
Author: Ilya Lure
Author-email: L1mple@rambler.ru
Requires-Python: >=3.11,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Provides-Extra: sqlalchemy
Requires-Dist: pydantic (>=2.7.0,<3.0.0)
Requires-Dist: sqlalchemy (>=2.0.29,<3.0.0) ; extra == "sqlalchemy"
Requires-Dist: sqlglot (>=23.10.0,<24.0.0)
Requires-Dist: typer (>=0.9.0,<0.10.0)
Description-Content-Type: text/markdown

# FastDTO
EdgeDB inspired ORM for PostgreSQL

