Skip to content

Commit 4fba339

Browse files
authored
Merge pull request #15 from tekktrik/doc/add-downloads-badge
Add additional badges to README
2 parents d833c16 + b365115 commit 4fba339

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,21 @@ Introduction
2121
:target: https://github.com/psf/black
2222
:alt: Code Style: Black
2323

24+
25+
.. image:: https://img.shields.io/badge/License-MIT-yellow.svg
26+
:target: https://opensource.org/licenses/MIT
27+
:alt: License: MIT
28+
29+
30+
.. image:: https://img.shields.io/badge/Maintained%3F-yes-green.svg
31+
:target: https://github.com/tekktrik/CircuitPython_CSV
32+
:alt: Maintained: Yes
33+
34+
35+
.. image:: https://static.pepy.tech/personalized-badge/circuitpython-csv?period=month&units=international_system&left_color=grey&right_color=orange&left_text=downloads/month
36+
:target: https://pepy.tech/project/circuitpython-csv
37+
:alt: Downloads Per Month
38+
2439
CircuitPython helper library for working with CSV files
2540

2641

0 commit comments

Comments
 (0)