Metadata-Version: 2.1
Name: catamaran
Version: 0.1.8
Summary: GitOps scripts for yacht users
Home-page: https://github.com/evgnomon/catamaran
Author: Hamed Ghasemzadeh
Author-email: hg@evgnomon.org
Requires-Python: >=3.11,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: httpx (>=0.27.2,<0.28.0)
Requires-Dist: pyyaml (>=6.0.2,<7.0.0)
Requires-Dist: typer (>=0.12.5,<0.13.0)
Description-Content-Type: text/markdown

# Getting started

```bash
poetry install
poetry run poe check
```

# Release a new version

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


