Skip to content

Commit 413ae5a

Browse files
committed
docs: 📝 add Python badges to template
1 parent 9ddce59 commit 413ae5a

File tree

1 file changed

+23
-5
lines changed

1 file changed

+23
-5
lines changed

template/docs/includes/_badges.qmd

Lines changed: 23 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,27 @@
11
<!-- TODO: Include DOI after uploading -->
2+
3+
<!-- [![PyPI Version](https://img.shields.io/pypi/v/{{< meta gh.repo >}})](https://pypi.org/project/{{< meta gh.repo >}}/) -->
4+
25
[![Copier](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/copier-org/copier/master/img/badge/badge-grayscale-inverted-border-teal.json?raw=true)](https://github.com/copier-org/copier)
3-
[![GitHub License](https://img.shields.io/github/license/{{< meta gh.org >}}/{{< meta gh.repo >}}.svg)](https://github.com/{{< meta gh.org >}}/{{< meta gh.repo >}}/blob/main/LICENSE.md)
4-
[![GitHub Release](https://img.shields.io/github/v/release/{{< meta gh.org >}}/{{< meta gh.repo >}}.svg)](https://github.com/{{< meta gh.org >}}/{{< meta gh.repo >}}/releases/latest)
5-
[![Build website](https://github.com/{{< meta gh.org >}}/{{< meta gh.repo >}}/actions/workflows/build-website.yml/badge.svg)](https://github.com/{{< meta gh.org >}}/{{< meta gh.repo >}}/actions/workflows/build-website.yml)
6-
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/{{< meta gh.org >}}/{{< meta gh.repo >}}/main.svg)](https://results.pre-commit.ci/latest/github/{{< meta gh.org >}}/{{< meta gh.repo >}}/main)
6+
[![Supported Python Version from PEP 621
7+
TOML](https://img.shields.io/python/required-version-toml?tomlFilePath=https://raw.githubusercontent.com/%7B%7B%3C%20meta%20gh.org%20%3E%7D%7D/%7B%7B%3C%20meta%20gh.repo%20%3E%7D%7D/refs/heads/main/pyproject.toml)](https://github.com/{{< meta gh.org >}}/{{< meta gh.repo >}}/blob/main/pyproject.toml)
8+
[![GitHub
9+
License](https://img.shields.io/github/license/%7B%7B%3C%20meta%20gh.org%20%3E%7D%7D/%7B%7B%3C%20meta%20gh.repo%20%3E%7D%7D.svg)](https://github.com/{{< meta gh.org >}}/{{< meta gh.repo >}}/blob/main/LICENSE.md)
10+
[![GitHub
11+
Release](https://img.shields.io/github/v/release/%7B%7B%3C%20meta%20gh.org%20%3E%7D%7D/%7B%7B%3C%20meta%20gh.repo%20%3E%7D%7D.svg)](https://github.com/{{< meta gh.org >}}/{{< meta gh.repo >}}/releases/latest)
12+
[![Build
13+
documentation](https://github.com/%7B%7B%3C%20meta%20gh.org%20%3E%7D%7D/%7B%7B%3C%20meta%20gh.repo%20%3E%7D%7D/actions/workflows/build-website.yml/badge.svg)](https://github.com/{{< meta gh.org >}}/{{< meta gh.repo >}}/actions/workflows/build-website.yml)
14+
[![Build
15+
package](https://github.com/%7B%7B%3C%20meta%20gh.org%20%3E%7D%7D/%7B%7B%3C%20meta%20gh.repo%20%3E%7D%7D/actions/workflows/build-package.yml/badge.svg)](https://github.com/{{< meta gh.org >}}/{{< meta gh.repo >}}/actions/workflows/build-package.yml)
16+
[![OpenSSF
17+
Scorecard](https://api.scorecard.dev/projects/github.com/%7B%7B%3C%20meta%20gh.org%20%3E%7D%7D/%7B%7B%3C%20meta%20gh.repo%20%3E%7D%7D/badge?raw=true)](https://scorecard.dev/viewer/?uri=github.com/{{< meta gh.org >}}/{{< meta gh.repo >}})
18+
[![CodeQL](https://github.com/%7B%7B%3C%20meta%20gh.org%20%3E%7D%7D/%7B%7B%3C%20meta%20gh.repo%20%3E%7D%7D/actions/workflows/github-code-scanning/codeql/badge.svg?branch=main)](https://github.com/{{< meta gh.org >}}/{{< meta gh.repo >}}/actions/workflows/github-code-scanning/codeql)
19+
[![code
20+
coverage](https://raw.githubusercontent.com/%7B%7B%3C%20meta%20gh.org%20%3E%7D%7D/%7B%7B%3C%20meta%20gh.repo%20%3E%7D%7D/coverage/coverage.svg?raw=true)](https://htmlpreview.github.io/?https://raw.githubusercontent.com/{{< meta gh.org >}}/{{< meta gh.repo >}}/coverage/index.html)
21+
[![pre-commit.ci
22+
status](https://results.pre-commit.ci/badge/github/%7B%7B%3C%20meta%20gh.org%20%3E%7D%7D/%7B%7B%3C%20meta%20gh.repo%20%3E%7D%7D/main.svg)](https://results.pre-commit.ci/latest/github/{{< meta gh.org >}}/{{< meta gh.repo >}}/main)
723
[![lifecycle](https://lifecycle.r-lib.org/articles/figures/lifecycle-experimental.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)
8-
[![Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.](https://www.repostatus.org/badges/latest/wip.svg)](https://www.repostatus.org/#wip)
24+
[![Project Status: WIP – Initial development is in progress, but there
25+
has not yet been a stable, usable release suitable for the
26+
public.](https://www.repostatus.org/badges/latest/wip.svg)](https://www.repostatus.org/#wip)
927
<!-- [![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active) -->

0 commit comments

Comments
 (0)