This Python library is used to create Docker compose.yaml files from Python classes. It is designed to simplify the process of defining and managing Docker Compose configurations programmatically. Uses uv for Python dependency management. `uv sync`, `uv add `. Ruff is used for linting and formatting. Use `ruff check .` to check the code and `ruff format .` to format it.