Skip to content

Commit

Permalink
Merge pull request #50 from mweinelt/pypi-shields
Browse files Browse the repository at this point in the history
README: add PyPi badges
  • Loading branch information
mweinelt committed Mar 21, 2024
2 parents 6dae55b + 67c2277 commit 061dc25
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
|license| |version|
|license| |version| |pypi_version| |pypi_downloads|

.. |license| image:: https://img.shields.io/github/license/mweinelt/kea-exporter
:alt: GitHub license
Expand All @@ -7,6 +7,12 @@
.. |version| image:: https://img.shields.io/github/v/tag/mweinelt/kea-exporter
:alt: GitHub tag (latest SemVer)

.. |pypi_version| image:: https://img.shields.io/pypi/v/kea-exporter
:alt: PyPI - Version

.. |pypi_downloads| image:: https://img.shields.io/pypi/dm/kea-exporter
:alt: PyPI - Downloads

kea-exporter
============

Expand All @@ -20,6 +26,7 @@ Installation

.. image:: https://repology.org/badge/vertical-allrepos/kea-exporter.svg
:alt: Package versions via repology.org
:target: https://repology.org/project/kea-exporter/versions

The latest stable version can always be installed from PyPi:

Expand Down
6 changes: 6 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@
entry = "${pkgs.ruff}/bin/ruff format";
pass_filenames = false;
};
rstcheck = {
enable = true;
entry = "${pkgs.rstcheck}/bin/rstcheck";
pass_filenames = true;
files = "\\.rst$";
};
};
};
};
Expand Down

0 comments on commit 061dc25

Please sign in to comment.