Metadata-Version: 2.1
Name: generic-repository
Version: 1.1.0
Summary: Generic repository patterm for python.
Author: Francisco Del Roio
Author-email: francipvb@hotmail.com
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Provides-Extra: http
Provides-Extra: pydantic
Provides-Extra: sqlalchemy
Requires-Dist: SQLAlchemy (>=1.4.0,<2.0.0); extra == "sqlalchemy"
Requires-Dist: httpx (>=0.22.0,<0.23.0); extra == "http"
Requires-Dist: pydantic (>=1.9.0,<2.0.0); extra == "pydantic"
Description-Content-Type: text/markdown

# Repository pattern for python

This package includes building blocks to apply repository pattern in your program.

## Usage:

TODO

