Files
cool-domain/README.md
T
klemek 11de7386f0
Python Lint CI / ruff (push) Successful in 48s
Python Lint CI / ruff-format-check (push) Successful in 48s
Python Lint CI / ty (push) Successful in 48s
Python Test CI / coverage (push) Successful in 1m44s
chore: template usage
2026-06-15 10:27:21 +02:00

15 lines
633 B
Markdown

[![](https://git.klemek.fr/klemek/cool-domain/actions/workflows/lint.yml/badge.svg?branch=main&style=flat-square)](https://git.klemek.fr/klemek/cool-domain/actions?workflow=lint.yml) [![](https://git.klemek.fr/klemek/cool-domain/actions/workflows/test.yml/badge.svg?branch=main&style=flat-square)](https://git.klemek.fr/klemek/cool-domain/actions?workflow=test.yml)
##
```bash
# install with pip
pip install git+https://git.klemek.fr/klemek/cool-domain
# run with pipx
pipx run --spec git+https://git.klemek.fr/klemek/cool-domain cool-domain
# run with uvx
uvx --from git+https://git.klemek.fr/klemek/cool-domain cool-domain
```