Metadata-Version: 2.3
Name: ormrepo
Version: 0.2
Summary: Asynchronous repository pattern with SQLAlchemy 2.0 and Pydantic 2.0 support.
License: MIT
Keywords: sqlalchemy,pydantic,repository,orm,async,database,dto,pattern
Author: Ivan Maurin
Author-email: wahek1999@mail.ru
Requires-Python: >=3.11
Classifier: Programming Language :: Python :: 3.11
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Framework :: AsyncIO
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Database
Classifier: Topic :: Software Development :: Libraries
Requires-Dist: pydantic (>=2.0,<3.0)
Requires-Dist: sqlalchemy (>=2.0,<3.0)
Project-URL: Homepage, https://github.com/wahek/ormrepo
Description-Content-Type: text/markdown

coming soon
