Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update badges in README #1544

Merged
merged 3 commits into from
Nov 15, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
69 changes: 47 additions & 22 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,39 +7,64 @@ state or province) specific sets of government-designated holidays on the fly.
It aims to make determining whether a specific date is a holiday as fast and
flexible as possible.

:Package:
.. image:: https://img.shields.io/pypi/pyversions/holidays.svg?logo=python&label=Python&logoColor=gold
:target: https://pypi.python.org/pypi/holidays
:alt: Python supported versions
:PyPI:
.. image:: https://img.shields.io/pypi/dm/holidays?color=%2341B5BE
:target: https://pypi.org/project/holidays
:alt: Downloads

.. image:: http://img.shields.io/pypi/v/holidays.svg?logo=pypi&label=PyPI&logoColor=gold
:target: https://pypi.python.org/pypi/holidays
.. image:: https://img.shields.io/pypi/v/holidays?label=version&color=%2341B5BE
:target: https://pypi.org/project/holidays
:alt: PyPI version

.. image:: https://img.shields.io/pypi/dm/holidays.svg?color=blue&label=Downloads&logo=pypi&logoColor=gold
:target: https://pypi.python.org/pypi/holidays
:alt: Downloads
.. image:: https://img.shields.io/github/release-date/vacanza/python-holidays?color=%2341B5BE
:target: https://github.com/vacanza/python-holidays/releases
:alt: Release date

:CI/CD:
.. image:: https://github.com/vacanza/python-holidays/workflows/CI%2FCD/badge.svg
:target: actions

.. image:: http://img.shields.io/coveralls/vacanza/python-holidays/master
:target: https://coveralls.io/r/vacanza/python-holidays
.. image:: https://img.shields.io/github/actions/workflow/status/vacanza/python-holidays/ci-cd.yml?color=%2341BE4A
:target: https://github.com/vacanza/python-holidays/actions
:alt: CI/CD status

:Docs:
.. image:: https://readthedocs.org/projects/python-holidays/badge/?version=latest
.. image:: https://img.shields.io/readthedocs/python-holidays?color=%2341BE4A
:target: https://python-holidays.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status
:alt: Documentation status

:Meta:
.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
:alt: Code style

.. image:: http://img.shields.io/pypi/l/holidays.svg
:Code:
.. image:: https://img.shields.io/github/license/vacanza/python-holidays?color=%2341B5BE
:target: LICENSE
:alt: License

.. image:: https://img.shields.io/pypi/pyversions/holidays?label=python&color=%2341B5BE
:target: https://pypi.org/project/holidays
:alt: Python supported versions

.. image:: https://img.shields.io/badge/code%20style-black-%252333F93C0?label=style&color=%2341B5BE
:target: https://github.com/psf/black
:alt: Code style

.. image:: https://img.shields.io/coverallsCoverage/github/vacanza/python-holidays?branch=master&color=%2341B5BE
:target: https://coveralls.io/r/vacanza/python-holidays
kasya marked this conversation as resolved.
Show resolved Hide resolved
:alt: Code coverage


:GitHub:
.. image:: https://img.shields.io/github/stars/vacanza/python-holidays?color=%2341BE4A
:target: https://github.com/vacanza/python-holidays/stargazers
:alt: GitHub stars

.. image:: https://img.shields.io/github/forks/vacanza/python-holidays?color=%2341BE4A
:target: https://github.com/vacanza/python-holidays/forks
:alt: GitHub forks

.. image:: https://img.shields.io/github/contributors/vacanza/python-holidays?color=%2341BE4A
:target: https://github.com/vacanza/python-holidays/graphs/contributors
:alt: GitHub contributors

.. image:: https://img.shields.io/github/last-commit/vacanza/python-holidays/beta?color=%2341BE4A
:target: https://github.com/vacanza/python-holidays/commits/beta
:alt: GitHub last commit


Install
-------

Expand Down