Metadata-Version: 2.4
Name: catamaran
Version: 0.2.21
Summary: GitOps scripts for yacht users
Project-URL: homepage, https://github.com/evgnomon/catamaran
Author-email: Hamed Ghasemzadeh <hg@evgnomon.org>
License-File: COPYING
Requires-Python: <3.15,>=3.11
Requires-Dist: ansible<12,>=11.5.0
Requires-Dist: docker<8,>=7.1.0
Requires-Dist: httpx<0.28,>=0.27.2
Requires-Dist: packaging<26,>=25.0
Requires-Dist: pyyaml<7,>=6.0.2
Requires-Dist: typer<0.13,>=0.12.5
Description-Content-Type: text/markdown

# Getting started

```bash
poetry install
poetry run poe check
pip install -e . # for ansible to find the collection
```

# Release a new version

Version string is in `pyproject.toml` and `ansible_collections/evgnomon/catamaran/galaxy.yml` should be the same.
Upgrade with poetry then set the same version in `galaxy.yml`.

```
poetry version patch
# Set the same version in ansible_collections/evgnomon/catamaran/galaxy.yml
```

