Metadata-Version: 2.1
Name: docker-compose-parser
Version: 0.0.29a5
Summary: Simple module for parsing, modifying, and export `docker-compose` files
Author: Espen Albert
License: MIT
Project-URL: Source, https://github.com/EspenAlbert/py-libs/tree/main/docker_compose_parser
Project-URL: Documentation, https://espenalbert.github.io/py-libs/docker_compose_parser
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Development Status :: 3 - Alpha
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: model-lib (==v0.0.29a5)
Requires-Dist: pydantic (<3,>=1.10.2)
Requires-Dist: zero-3rdparty (==v0.0.29a5)
Provides-Extra: pydantic_v1
Requires-Dist: pydantic (<=2,>=1.10.2) ; extra == 'pydantic_v1'
Provides-Extra: pydantic_v2
Requires-Dist: pydantic (<=3,>=2.1.1) ; extra == 'pydantic_v2'
Requires-Dist: pydantic-settings (>=2.0.3) ; extra == 'pydantic_v2'

# Docker Compose Parser
- Simple module for parsing, modifying, and export `docker-compose` files
