Metadata-Version: 2.1
Name: docker-compose-builder
Version: 0.1.3
Summary: "CLI tool to build Docker Compose files from templates"
Home-page: https://github.com/yash2002vardhan
Author: Yashvardhan Goel
Author-email: yashvardhan090202@gmail.com
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.10
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: LICENSE 2
Requires-Dist: typer
Requires-Dist: ruamel.yaml

# docker-compose-builder

`docker-compose-builder` is a Python CLI tool to generate Docker Compose files from a YAML template.

## Installation

You can install the tool via PyPI:

```bash
pip install docker-compose-builder
```
