Metadata-Version: 2.1
Name: pyback-utils
Version: 0.1.1
Summary: A set of utilities for Python back-end development.
Author-email: "Pedro Schauenberg F. Cantidio" <ppcantidio@gmail.com>
Project-URL: homepage, https://github.com/ppcantidio/pyback-utils.py
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.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: sqlalchemy[asyncio]>=2.0.36
Requires-Dist: asyncpg>=0.30.0
Requires-Dist: starlette>=0.41.3
Requires-Dist: pydantic>=2.10.2
Requires-Dist: opentelemetry-api>=1.24.0
Requires-Dist: opentelemetry-proto>=1.24.0
Requires-Dist: opentelemetry-sdk>=1.24.0
Provides-Extra: test
Requires-Dist: pytest>=8.3.4; extra == "test"
Requires-Dist: pytest-asyncio>=0.24.0; extra == "test"
Requires-Dist: pytest-cov>=6.0.0; extra == "test"
Requires-Dist: pytest-mock>=3.14.0; extra == "test"

# pyback-utils
