Skip to content

Commit

Permalink
docs: Add more badges
Browse files Browse the repository at this point in the history
Add additional badges to capture things like contributions, the
conda-forge release channel, etc.
  • Loading branch information
jmgate committed Jan 15, 2024
1 parent 4a43ddc commit 629857d
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 3 deletions.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,20 @@
[![Code Style: black](https://img.shields.io/badge/Code%20Style-black-000000.svg)](https://github.com/psf/black)
[![codecov](https://codecov.io/gh/sandialabs/reverse_argparse/branch/master/graph/badge.svg?token=FmDStZ6FVR)](https://codecov.io/gh/sandialabs/reverse_argparse)
[![Conda Version](https://img.shields.io/conda/v/conda-forge/reverse-argparse?label=conda-forge)](https://anaconda.org/conda-forge/reverse-argparse)
![Conda Downloads](https://img.shields.io/conda/d/conda-forge/reverse-argparse?label=conda-forge%20downloads)
[![Continuous Integration](https://github.com/sandialabs/reverse_argparse/actions/workflows/continuous-integration.yml/badge.svg)](https://github.com/sandialabs/reverse_argparse/actions/workflows/continuous-integration.yml)
[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg)](CODE_OF_CONDUCT.md)
[![GitHub contributors](https://img.shields.io/github/contributors/sandialabs/reverse_argparse.svg)](https://github.com/sandialabs/reverse_argparse/graphs/contributors)
[![Documentation Status](https://readthedocs.org/projects/reverse-argparse/badge/?version=latest)](https://reverse-argparse.readthedocs.io/en/latest/?badge=latest)
[![Anaconda-Server Badge](https://anaconda.org/conda-forge/reverse-argparse/badges/license.svg)](LICENSE.md)
[![Linting: Pylint](https://img.shields.io/badge/Linting-Pylint-yellowgreen)](https://github.com/pylint-dev/pylint)
[![Merged PRs](https://img.shields.io/github/issues-pr-closed-raw/sandialabs/reverse_argparse.svg?label=merged+PRs)](https://github.com/sandialabs/reverse_argparse/pulls?q=is:pr+is:merged)
[![OpenSSF Best Practices](https://bestpractices.coreinfrastructure.org/projects/7632/badge)](https://bestpractices.coreinfrastructure.org/projects/7632)
![Anaconda-Server Badge](https://anaconda.org/conda-forge/reverse-argparse/badges/platforms.svg)
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit)](https://github.com/pre-commit/pre-commit)
[![pre-commit.ci Status](https://results.pre-commit.ci/badge/github/sandialabs/reverse_argparse/master.svg)](https://results.pre-commit.ci/latest/github/sandialabs/reverse_argparse/master)
[![PyPI Version](https://badge.fury.io/py/reverse-argparse.svg)](https://badge.fury.io/py/reverse-argparse)
[![PyPI - Version](https://img.shields.io/pypi/v/reverse-argparse?label=PyPI)](https://pypi.org/project/reverse-argparse/)
![PyPI - Downloads](https://img.shields.io/pypi/dm/reverse-argparse?label=PyPI%20downloads)
![Python Version](https://img.shields.io/badge/Python-3.8|3.9|3.10|3.11|3.12-blue.svg)
[![Security: Bandit](https://img.shields.io/badge/Security-Bandit-yellow.svg)](https://github.com/PyCQA/bandit)

Expand Down
22 changes: 20 additions & 2 deletions doc/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,37 +12,55 @@ reverse_argparse

|Code Style: black|
|codecov|
|conda-forge Version|
|conda-forge Downloads|
|Continuous Integration|
|Contributor Covenant|
|GitHub Contributors|
|Documentation Status|
|License|
|Linting: Pylint|
|Merged PRs|
|OpenSSF Best Practices|
|Platforms|
|pre-commit|
|pre-commit.ci Status|
|PyPI Version|
|PyPI Downloads|
|Python Version|
|Security: Bandit|

.. |Code Style: black| image:: https://img.shields.io/badge/Code%20Style-black-000000.svg
:target: https://github.com/psf/black
.. |codecov| image:: https://codecov.io/gh/sandialabs/reverse_argparse/branch/master/graph/badge.svg?token=FmDStZ6FVR
:target: https://codecov.io/gh/sandialabs/reverse_argparse
.. |conda-forge Version| image:: https://img.shields.io/conda/v/conda-forge/reverse-argparse?label=conda-forge
:target: https://anaconda.org/conda-forge/reverse-argparse
.. |conda-forge Downloads| image:: https://img.shields.io/conda/d/conda-forge/reverse-argparse?label=conda-forge%20downloads
.. |Continuous Integration| image:: https://github.com/sandialabs/reverse_argparse/actions/workflows/continuous-integration.yml/badge.svg
:target: https://github.com/sandialabs/reverse_argparse/actions/workflows/continuous-integration.yml
.. |Contributor Covenant| image:: https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg
:target: https://github.com/sandialabs/reverse_argparse/blob/master/CODE_OF_CONDUCT.md
.. |GitHub Contributors| image:: https://img.shields.io/github/contributors/sandialabs/reverse_argparse.svg
:target: https://github.com/sandialabs/reverse_argparse/graphs/contributors
.. |Documentation Status| image:: https://readthedocs.org/projects/reverse-argparse/badge/?version=latest
:target: https://reverse-argparse.readthedocs.io/en/latest/?badge=latest
.. |License| image:: https://anaconda.org/conda-forge/reverse-argparse/badges/license.svg
:target: https://github.com/sandialabs/reverse_argparse/blob/master/LICENSE.md
.. |Linting: Pylint| image:: https://img.shields.io/badge/Linting-Pylint-yellowgreen
:target: https://github.com/pylint-dev/pylint
.. |Merged PRs| image:: https://img.shields.io/github/issues-pr-closed-raw/sandialabs/reverse_argparse.svg?label=merged+PRs
:target: https://github.com/sandialabs/reverse_argparse/pulls?q=is:pr+is:merged
.. |OpenSSF Best Practices| image:: https://bestpractices.coreinfrastructure.org/projects/7632/badge
:target: https://bestpractices.coreinfrastructure.org/projects/7632
.. |Platforms| image:: https://anaconda.org/conda-forge/reverse-argparse/badges/platforms.svg
.. |pre-commit| image:: https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit
:target: https://github.com/pre-commit/pre-commit
.. |pre-commit.ci Status| image:: https://results.pre-commit.ci/badge/github/sandialabs/reverse_argparse/master.svg
:target: https://results.pre-commit.ci/latest/github/sandialabs/reverse_argparse/master
.. |PyPI Version| image:: https://badge.fury.io/py/reverse-argparse.svg
:target: https://badge.fury.io/py/reverse-argparse
.. |PyPI Version| image:: https://img.shields.io/pypi/v/reverse-argparse?label=PyPI
:target: https://pypi.org/project/reverse-argparse/
.. |PyPI Downloads| image:: https://img.shields.io/pypi/dm/reverse-argparse?label=PyPI%20downloads
.. |Python Version| image:: https://img.shields.io/badge/Python-3.8|3.9|3.10|3.11|3.12-blue.svg
.. |Security: Bandit| image:: https://img.shields.io/badge/Security-Bandit-yellow.svg
:target: https://github.com/PyCQA/bandit
Expand Down

0 comments on commit 629857d

Please sign in to comment.