|
3 | 3 | Horizon HWM Store |
4 | 4 | ================= |
5 | 5 |
|
6 | | -|Repo Status| |PyPI| |PyPI License| |PyPI Python Version| |
7 | | -|Build Status| |Documentation| |Coverage| |pre-commit.ci| |
| 6 | +|Repo Status| |PyPI Latest Release| |PyPI License| |PyPI Python Version| |PyPI Downloads| |
| 7 | +|Documentation| |CI Status| |Test Coverage| |pre-commit.ci Status| |
8 | 8 |
|
9 | 9 | .. |Repo Status| image:: https://www.repostatus.org/badges/latest/active.svg |
| 10 | + :alt: Repo status - Active |
10 | 11 | :target: https://github.com/MobileTeleSystems/horizon-hwm-store |
11 | | -.. |PyPI| image:: https://img.shields.io/pypi/v/horizon-hwm-store |
| 12 | +.. |PyPI Latest Release| image:: https://img.shields.io/pypi/v/horizon-hwm-store |
| 13 | + :alt: PyPI - Latest Release |
12 | 14 | :target: https://pypi.org/project/horizon-hwm-store/ |
13 | 15 | .. |PyPI License| image:: https://img.shields.io/pypi/l/horizon-hwm-store.svg |
| 16 | + :alt: PyPI - License |
14 | 17 | :target: https://github.com/MobileTeleSystems/horizon-hwm-store/blob/develop/LICENSE.txt |
15 | 18 | .. |PyPI Python Version| image:: https://img.shields.io/pypi/pyversions/horizon-hwm-store.svg |
16 | | - :target: https://badge.fury.io/py/horizon-hwm-store |
17 | | -.. |Build Status| image:: https://github.com/MobileTeleSystems/horizon-hwm-store/workflows/Tests/badge.svg |
18 | | - :target: https://github.com/MobileTeleSystems/horizon-hwm-store/actions |
| 19 | + :alt: PyPI - Python Version |
| 20 | + :target: https://pypi.org/project/horizon-hwm-store/ |
| 21 | +.. |PyPI Downloads| image:: https://img.shields.io/pypi/dm/horizon-hwm-store |
| 22 | + :alt: PyPI - Downloads |
| 23 | + :target: https://pypi.org/project/horizon-hwm-store/ |
19 | 24 | .. |Documentation| image:: https://readthedocs.org/projects/horizon-hwm-store/badge/?version=stable |
| 25 | + :alt: Documentation - ReadTheDocs |
20 | 26 | :target: https://horizon-hwm-store.readthedocs.io/ |
21 | | -.. |Coverage| image:: https://codecov.io/gh/MobileTeleSystems/horizon-hwm-store/branch/develop/graph/badge.svg?token=RIO8URKNZJ |
| 27 | +.. |CI Status| image:: https://github.com/MobileTeleSystems/horizon-hwm-store/workflows/Tests/badge.svg |
| 28 | + :alt: Github Actions - latest CI build status |
| 29 | + :target: https://github.com/MobileTeleSystems/horizon-hwm-store/actions |
| 30 | +.. |Test Coverage| image:: https://codecov.io/gh/MobileTeleSystems/horizon-hwm-store/branch/develop/graph/badge.svg?token=WJA6IN16SS |
| 31 | + :alt: Test coverage - percent |
22 | 32 | :target: https://codecov.io/gh/MobileTeleSystems/horizon-hwm-store |
23 | | -.. |pre-commit.ci| image:: https://results.pre-commit.ci/badge/github/MobileTeleSystems/horizon-hwm-store/develop.svg |
| 33 | +.. |pre-commit.ci Status| image:: https://results.pre-commit.ci/badge/github/MobileTeleSystems/horizon-hwm-store/develop.svg |
| 34 | + :alt: pre-commit.ci - status |
24 | 35 | :target: https://results.pre-commit.ci/latest/github/MobileTeleSystems/horizon-hwm-store/develop |
25 | 36 |
|
26 | 37 | ``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>`_ |
|
0 commit comments