Skip to content

Commit ee6e16e

Browse files
chore: common Readme badges for Python repos (#183)
1 parent f8b4055 commit ee6e16e

File tree

1 file changed

+24
-6
lines changed

1 file changed

+24
-6
lines changed

README.rst

Lines changed: 24 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,22 @@
1-
=========== ====================================================
2-
Info NI SystemLink API Clients for Python
3-
Author National Instruments
4-
=========== ====================================================
1+
.. image:: https://img.shields.io/pypi/v/nisystemlink-clients.svg
2+
:target: https://pypi.org/project/nisystemlink-clients
3+
:alt: PyPI version
4+
5+
6+
.. image:: https://img.shields.io/pypi/pyversions/nisystemlink-clients.svg
7+
:target: https://pypi.org/project/nisystemlink-clients
8+
:alt: Python versions
9+
10+
11+
.. image:: https://img.shields.io/pypi/l/nisystemlink-clients.svg
12+
:target: https://github.com/ni/nisystemlink-clients-python/blob/master/LICENSE
13+
:alt: License
14+
15+
16+
.. image:: https://img.shields.io/pypi/dm/nisystemlink-clients.svg
17+
:target: https://pypi.org/project/nisystemlink-clients
18+
:alt: Downloads
19+
520

621
About
722
=====
@@ -10,8 +25,11 @@ Interface) for `SystemLink <https://ni.com/systemlink>`_ that uses HTTP to
1025
interact with a SystemLink Server. The package is implemented in Python. NI
1126
created and supports this package.
1227

13-
.. image:: https://badge.fury.io/py/nisystemlink-clients.svg
14-
:target: https://badge.fury.io/py/nisystemlink-clients
28+
29+
=========== ====================================================
30+
Info NI SystemLink API Clients for Python
31+
Author National Instruments
32+
=========== ====================================================
1533

1634
Requirements
1735
============

0 commit comments

Comments
 (0)