Metadata-Version: 2.4
Name: Delivery-chassis
Version: 1.0.0
Summary: Reusable database components for Delivery following the Chassis pattern
Home-page: https://gitlab.com/your-org/chassis
Author: Team 4
Author-email: team@example.com
Project-URL: Bug Reports, https://gitlab.com/your-org/chassis/-/issues
Project-URL: Source, https://gitlab.com/your-org/chassis
Project-URL: Documentation, https://gitlab.com/your-org/chassis/-/blob/main/README.md
Keywords: microservice chassis database sqlalchemy async crud
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: sqlalchemy<3.0.0,>=2.0.0
Requires-Dist: aiosqlite>=0.19.0
Provides-Extra: postgresql
Requires-Dist: asyncpg>=0.29.0; extra == "postgresql"
Provides-Extra: mysql
Requires-Dist: aiomysql>=0.2.0; extra == "mysql"
Provides-Extra: dev
Requires-Dist: pytest>=7.0.0; extra == "dev"
Requires-Dist: pytest-asyncio>=0.21.0; extra == "dev"
Requires-Dist: black>=23.0.0; extra == "dev"
Requires-Dist: pylint>=2.17.0; extra == "dev"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: project-url
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

AA
