Skip to content

Commit

Permalink
Add PyPI downloads badge
Browse files Browse the repository at this point in the history
  • Loading branch information
dolfinus committed Nov 14, 2024
1 parent 9dce207 commit da38627
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 9 deletions.
27 changes: 19 additions & 8 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,35 @@
Horizon HWM Store
=================

|Repo Status| |PyPI| |PyPI License| |PyPI Python Version|
|Build Status| |Documentation| |Coverage| |pre-commit.ci|
|Repo Status| |PyPI Latest Release| |PyPI License| |PyPI Python Version| |PyPI Downloads|
|Documentation| |CI Status| |Test Coverage| |pre-commit.ci Status|

.. |Repo Status| image:: https://www.repostatus.org/badges/latest/active.svg
:alt: Repo status - Active
:target: https://github.com/MobileTeleSystems/horizon-hwm-store
.. |PyPI| image:: https://img.shields.io/pypi/v/horizon-hwm-store
.. |PyPI Latest Release| image:: https://img.shields.io/pypi/v/horizon-hwm-store
:alt: PyPI - Latest Release
:target: https://pypi.org/project/horizon-hwm-store/
.. |PyPI License| image:: https://img.shields.io/pypi/l/horizon-hwm-store.svg
:alt: PyPI - License
:target: https://github.com/MobileTeleSystems/horizon-hwm-store/blob/develop/LICENSE.txt
.. |PyPI Python Version| image:: https://img.shields.io/pypi/pyversions/horizon-hwm-store.svg
:target: https://badge.fury.io/py/horizon-hwm-store
.. |Build Status| image:: https://github.com/MobileTeleSystems/horizon-hwm-store/workflows/Tests/badge.svg
:target: https://github.com/MobileTeleSystems/horizon-hwm-store/actions
:alt: PyPI - Python Version
:target: https://pypi.org/project/horizon-hwm-store/
.. |PyPI Downloads| image:: https://img.shields.io/pypi/dm/horizon-hwm-store
:alt: PyPI - Downloads
:target: https://pypi.org/project/horizon-hwm-store/
.. |Documentation| image:: https://readthedocs.org/projects/horizon-hwm-store/badge/?version=stable
:alt: Documentation - ReadTheDocs
:target: https://horizon-hwm-store.readthedocs.io/
.. |Coverage| image:: https://codecov.io/gh/MobileTeleSystems/horizon-hwm-store/branch/develop/graph/badge.svg?token=RIO8URKNZJ
.. |CI Status| image:: https://github.com/MobileTeleSystems/horizon-hwm-store/workflows/Tests/badge.svg
:alt: Github Actions - latest CI build status
:target: https://github.com/MobileTeleSystems/horizon-hwm-store/actions
.. |Test Coverage| image:: https://codecov.io/gh/MobileTeleSystems/horizon-hwm-store/branch/develop/graph/badge.svg?token=WJA6IN16SS
:alt: Test coverage - percent
:target: https://codecov.io/gh/MobileTeleSystems/horizon-hwm-store
.. |pre-commit.ci| image:: https://results.pre-commit.ci/badge/github/MobileTeleSystems/horizon-hwm-store/develop.svg
.. |pre-commit.ci Status| image:: https://results.pre-commit.ci/badge/github/MobileTeleSystems/horizon-hwm-store/develop.svg
:alt: pre-commit.ci - status
:target: https://results.pre-commit.ci/latest/github/MobileTeleSystems/horizon-hwm-store/develop

``horizon-hwm-store`` is a Python library which implements `etl-entities' BaseHWMStore <https://etl-entities.readthedocs.io/en/stable/hwm_store/base_hwm_store.html>`_
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def parse_requirements(file: Path) -> list[str]:
license_files=("LICENSE.txt",),
url="https://github.com/MobileTeleSystems/horizon-hwm-store",
classifiers=[
"Development Status :: 3 - Alpha",
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"License :: OSI Approved :: Apache Software License",
"Operating System :: OS Independent",
Expand Down

0 comments on commit da38627

Please sign in to comment.