Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@

<img src="https://raw.githubusercontent.com/cls-python/cosy-luigi/main/docs/assets/images/logo.svg" alt="cosy-luigi logo" width="400" role="img">

| | |
|----------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| Package | [![PyPI - Version](https://img.shields.io/pypi/v/cosy-luigi.svg?logo=pypi&label=&labelColor=grey&logoColor=gold&style=flat-square)](https://pypi.org/project/cosy-luigi) [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/cosy-luigi.svg?logo=python&label=&labelColor=grey&logoColor=gold&style=flat-square)](https://pypi.org/project/cosy-luigi) |
| License | [![License](https://img.shields.io/github/license/cls-python/cosy-luigi?color=9E2165&logo=apache&label=&labelColor=grey&style=flat-square)](https://opensource.org/licenses/Apache-2.0) |
| Package | [![CI - Test](https://img.shields.io/github/actions/workflow/status/cls-python/cosy-luigi/checks.yml?label=checks&style=flat-square)](https://github.com/cls-python/cosy-luigi/actions/workflows/checks.yml) [![CD - Release cosy-luigi](https://img.shields.io/github/actions/workflow/status/cls-python/cosy-luigi/release.yml?label=release&style=flat-square)](https://github.com/cls-python/cosy-luigi/actions/workflows/release.yml) |
| Docs | [![Docs - Release](https://img.shields.io/github/actions/workflow/status/cls-python/cosy-luigi/check-docs.yml?label=checks&style=flat-square)](https://github.com/cls-python/cosy-luigi/actions/workflows/check-docs.yml) [![Docs - Checks](https://img.shields.io/github/actions/workflow/status/cls-python/cosy-luigi/deploy-docs.yml?label=deploy&style=flat-square)](https://github.com/cls-python/cosy-luigi/actions/workflows/deploy-docs.yml) |
| Coverage | [![codecov](https://img.shields.io/codecov/c/github/cls-python/cosy-luigi?token=5FR1DKS09I&logo=codecov&label=&labelColor=grey&style=flat-square)](https://codecov.io/github/cls-python/cosy-luigi) |
| | |
|----------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| Package | [![PyPI - Version](https://img.shields.io/pypi/v/cosy-luigi.svg?logo=pypi&label=&labelColor=grey&logoColor=gold&style=flat-square)](https://pypi.org/project/cosy-luigi) [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/cosy-luigi.svg?logo=python&label=&labelColor=grey&logoColor=gold&style=flat-square)](https://pypi.org/project/cosy-luigi) |
| License | [![License](https://img.shields.io/github/license/cls-python/cosy-luigi?color=9E2165&logo=apache&label=&labelColor=grey&style=flat-square)](https://opensource.org/licenses/Apache-2.0) |
| Package | [![CI - Test](https://img.shields.io/github/actions/workflow/status/cls-python/cosy-luigi/checks.yml?logo=pytest&label=checks&style=flat-square)](https://github.com/cls-python/cosy-luigi/actions/workflows/checks.yml) [![CD - Release cosy-luigi](https://img.shields.io/github/actions/workflow/status/cls-python/cosy-luigi/release.yml?logo=pytest&label=release&style=flat-square)](https://github.com/cls-python/cosy-luigi/actions/workflows/release.yml) |
| Docs | [![Docs - Release](https://img.shields.io/github/actions/workflow/status/cls-python/cosy-luigi/check-docs.yml?logo=materialformkdocs&logoColor=white&label=checks&style=flat-square)](https://github.com/cls-python/cosy-luigi/actions/workflows/check-docs.yml) [![Docs - Checks](https://img.shields.io/github/actions/workflow/status/cls-python/cosy-luigi/deploy-docs.yml?logo=materialformkdocs&logoColor=white&label=deploy&style=flat-square)](https://github.com/cls-python/cosy-luigi/actions/workflows/deploy-docs.yml) |
| Coverage | [![codecov](https://img.shields.io/codecov/c/github/cls-python/cosy-luigi/main?token=5FR1DKS09I&logo=codecov&label=main&labelColor=grey&style=flat-square)](https://codecov.io/github/cls-python/cosy-luigi/tree/main) [![codecov](https://img.shields.io/codecov/c/github/cls-python/cosy-luigi/develop?token=5FR1DKS09I&logo=codecov&label=develop&labelColor=grey&style=flat-square)](https://codecov.io/github/cls-python/cosy-luigi/tree/develop) |
| Traits | [![Hatch project](https://img.shields.io/badge/%F0%9F%A5%9A-Hatch-4051b5.svg?style=flat-square)](https://hatch.pypa.io/latest/) [![Checked with mypy](https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fcls-python%2Fcosy-luigi%2Fmain%2Fdocs%2Fassets%2Fbadges%2Fmypy.json&style=flat-square)](http://mypy-lang.org/) [![Checked with Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json&color=4051b5&style=flat-square)](https://github.com/astral-sh/ruff) |

</div>
Expand Down
Loading