Skip to content

Commit cc8b67a

Browse files
authored
Adds badges to README
1 parent 43c457e commit cc8b67a

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
SoundFile
22
=========
33

4+
|version| |python| |status| |license|
5+
6+
|contributors| |downloads|
7+
48
`SoundFile <https://github.com/bastibe/SoundFile>`__ is an audio
59
library based on libsndfile, CFFI and NumPy. Full documentation is
610
available on http://pysoundfile.readthedocs.org/.
@@ -18,6 +22,20 @@ interface for Python calling C code. CFFI is supported for CPython 2.6+,
1822
| (c) 2013, Bastian Bechtold
1923
2024

25+
|open-issues| |closed-issues| |open-prs| |closed-prs|
26+
27+
.. |status| image:: https://img.shields.io/pypi/status/soundfile.svg
28+
.. |contributors| image:: https://img.shields.io/github/contributors/bastibe/soundfile.svg
29+
.. |version| image:: https://img.shields.io/pypi/v/soundfile.svg
30+
.. |python| image:: https://img.shields.io/pypi/pyversions/soundfile.svg
31+
.. |license| image:: https://img.shields.io/github/license/bastibe/soundfile.svg
32+
.. |downloads| image:: https://img.shields.io/pypi/dm/soundfile.svg
33+
.. |open-issues| image:: https://img.shields.io/github/issues/bastibe/soundfile.svg
34+
.. |closed-issues| image:: https://img.shields.io/github/issues-closed/bastibe/soundfile.svg
35+
.. |open-prs| image:: https://img.shields.io/github/issues-pr/bastibe/soundfile.svg
36+
.. |closed-prs| image:: https://img.shields.io/github/issues-pr-closed/bastibe/soundfile.svg
37+
.. |status| image:: https://img.shields.io/pypi/status/soundfile.svg
38+
2139
Breaking Changes
2240
----------------
2341

0 commit comments

Comments
 (0)