Metadata-Version: 2.4
Name: otpylib-dbrepo
Version: 0.1.0
Summary: Database Repo abstraction for otpylib applications.
Author-email: HeroesLament <nunya@biz.net>
License: MIT
Project-URL: Homepage, https://github.com/HeroesLament/otpylib-dbrepo
Project-URL: Repository, https://github.com/HeroesLament/otpylib-dbrepo.git
Project-URL: Issues, https://github.com/HeroesLament/otpylib-dbrepo/issues
Keywords: configuration,config,otp,supervision,hot-reload
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Systems Administration
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Requires-Dist: otpylib>=0.5.14
Requires-Dist: otpylib-config>=0.2.9
Requires-Dist: otpylib-pool>=0.1.0
Requires-Dist: result>=0.17.0
Provides-Extra: dev
Requires-Dist: pytest>=8.4.2; extra == "dev"
Provides-Extra: mysql
Requires-Dist: aiomysql>=0.3.2; extra == "mysql"
Provides-Extra: sqlite
Requires-Dist: aiosqlite>=0.21.0; extra == "sqlite"
Provides-Extra: postgres
Requires-Dist: asyncpg>=0.30.0; extra == "postgres"

# otpylib-dbrepo
