Skip to content

Commit 664f3a9

Browse files
committed
Downloads badge in README
1 parent 2ccc71a commit 664f3a9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
parsy
22
=====
33

4-
|Documentation Status| |Build Status| |Codecov|
4+
|Documentation Status| |Build Status| |Codecov| |Downloads|
55

66
Parsy is an easy way to combine simple, small parsers into complex, larger
77
parsers. If it means anything to you, it's a monadic parser combinator library
@@ -40,3 +40,5 @@ with contributions by other people as can be found in the git commit history.
4040
:target: https://github.com/python-parsy/parsy/actions?query=workflow%3A%22Tests%22+branch%3Amaster
4141
.. |Codecov| image:: https://img.shields.io/codecov/c/github/python-parsy/parsy/master.svg
4242
:target: https://codecov.io/gh/python-parsy/parsy
43+
.. |Downloads| image:: https://img.shields.io/pypi/dm/parsy
44+
:target: https://pypi.org/project/parsy/

0 commit comments

Comments
 (0)