|
2 | 2 | python4yahdlc |
3 | 3 | ============= |
4 | 4 |
|
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| |
6 | 6 |
|
7 | 7 | python4yahdlc is a Python binding of the |
8 | 8 | `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 |
99 | 99 | `MIT <https://github.com/bang-olufsen/yahdlc/blob/master/LICENSE>`__ |
100 | 100 | license. |
101 | 101 |
|
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 |
103 | 103 | :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 |
104 | 108 | .. |Code Coverage| image:: https://api.codacy.com/project/badge/Grade/313f8d5b98e04b24ae175e4fb5f6de8a |
105 | 109 | :target: https://www.codacy.com/app/skyper/python4yahdlc?utm_source=github.com&utm_medium=referral&utm_content=SkypLabs/python4yahdlc&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