Skip to content
This repository was archived by the owner on Apr 23, 2025. It is now read-only.

Commit fd8aeba

Browse files
committed
Add different badges to the readme file
1 parent ee449f5 commit fd8aeba

File tree

1 file changed

+21
-4
lines changed

1 file changed

+21
-4
lines changed

README.rst

Lines changed: 21 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
python4yahdlc
33
=============
44

5-
|PyPI Package| |Build Status| |Code Coverage|
5+
|PyPI Package| |PyPI Downloads| |PyPI Python Versions| |Build Status Master Branch| |Build Status Develop Branch| |Code Coverage| |LGTM Grade| |LGTM Alerts|
66

77
python4yahdlc is a Python binding of the
88
`yahdlc <https://github.com/bang-olufsen/yahdlc>`__ library, allowing to encode and decode `HDLC <https://en.wikipedia.org/wiki/High-Level_Data_Link_Control>`__ frames.
@@ -99,9 +99,26 @@ under the
9999
`MIT <https://github.com/bang-olufsen/yahdlc/blob/master/LICENSE>`__
100100
license.
101101

102-
.. |Build Status| image:: https://travis-ci.org/SkypLabs/python4yahdlc.svg
102+
.. |Build Status Master Branch| image:: https://img.shields.io/travis/SkypLabs/python4yahdlc/master.svg?label=master&logo=travis&style=flat
103103
:target: https://travis-ci.org/SkypLabs/python4yahdlc
104+
:alt: Build Status Master Branch
105+
.. |Build Status Develop Branch| image:: https://img.shields.io/travis/SkypLabs/python4yahdlc/develop.svg?label=develop&logo=travis&style=flat
106+
:target: https://travis-ci.org/SkypLabs/python4yahdlc
107+
:alt: Build Status Develop Branch
104108
.. |Code Coverage| image:: https://api.codacy.com/project/badge/Grade/313f8d5b98e04b24ae175e4fb5f6de8a
105109
:target: https://www.codacy.com/app/skyper/python4yahdlc?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=SkypLabs/python4yahdlc&amp;utm_campaign=Badge_Grade
106-
.. |PyPI Package| image:: https://badge.fury.io/py/python4yahdlc.svg
107-
:target: https://badge.fury.io/py/python4yahdlc
110+
.. |LGTM Alerts| image:: https://img.shields.io/lgtm/alerts/g/SkypLabs/python4yahdlc.svg?logo=lgtm&logoWidth=18
111+
:target: https://lgtm.com/projects/g/SkypLabs/python4yahdlc/alerts/
112+
:alt: LGTM Alerts
113+
.. |LGTM Grade| image:: https://img.shields.io/lgtm/grade/python/g/SkypLabs/python4yahdlc.svg?logo=lgtm&logoWidth=18
114+
:target: https://lgtm.com/projects/g/SkypLabs/python4yahdlc/context:python
115+
:alt: LGTM Grade
116+
.. |PyPI Downloads| image:: https://img.shields.io/pypi/dm/python4yahdlc.svg?style=flat
117+
:target: https://pypi.org/project/python4yahdlc/
118+
:alt: PyPI Package Downloads Per Month
119+
.. |PyPI Package| image:: https://img.shields.io/pypi/v/python4yahdlc.svg?style=flat
120+
:target: https://pypi.org/project/python4yahdlc/
121+
:alt: PyPI Package Latest Release
122+
.. |PyPI Python Versions| image:: https://img.shields.io/pypi/pyversions/python4yahdlc.svg?logo=python&style=flat
123+
:target: https://pypi.org/project/python4yahdlc/
124+
:alt: PyPI Package Python Versions

0 commit comments

Comments
 (0)