Metadata-Version: 2.4
Name: db-try
Version: 0.2.0
Summary: PostgreSQL and SQLAlchemy Tools
Keywords: python,postgresql,sqlalchemy
Author: community-of-python
License-Expression: MIT
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Typing :: Typed
Classifier: Topic :: Software Development :: Libraries
Requires-Dist: tenacity
Requires-Dist: sqlalchemy[asyncio]
Requires-Dist: asyncpg
Requires-Python: >=3.13, <4
Project-URL: repository, https://github.com/modern-python/sa-utils
Description-Content-Type: text/markdown

# db-try

This library provides retry decorators for sqlalchemy and some helpers

Default settings are in [./db_try/settings.py](db_try/settings.py).
You can redefine them by environment variables.
