Skip to content

Commit d774fec

Browse files
authored
docs: Update README Badges (#1083)
* Add to authors (including fixing ordering) * [readme] Update badges This should make it easier for users to identify key information such as: - Latest PyPI version. - Development Status (PyPI classifier based) - Supported python versions (PyPI classifier based). - Licence (GitHub based) * Update development status classifier This project is pretty stable now
1 parent 6b74737 commit d774fec

3 files changed

Lines changed: 18 additions & 9 deletions

File tree

AUTHORS

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,10 @@ Adrian Tejn Kern <tejnkern@gmail.com>
1212
Andrew Schaaf <andrew@andrewschaaf.com>
1313
Danilo de Jesus da Silva Bellini <danilo.bellini@gmail.com>
1414
David LaPalomento <dlapalomento@gmail.com>
15+
dvogel <dvogel@wlscapi.uwsc.wisc.edu>
1516
Filip Noetzel <filip@j03.de>
1617
Gary van der Merwe <garyvdm@garyvdm.localdomain>
18+
gfxmonk <tim3d.junk@gmail.com>
1719
Gora Khargosh <gora.khargosh@gmail.com>
1820
Hannu Valtonen <hannu.valtonen@ohmu.fi>
1921
Jesse Printz <jesse@jonypawks.net>
@@ -25,6 +27,7 @@ Malthe Borch <mborch@gmail.com>
2527
Martin Kreichgauer <kreichgauer@gmail.com>
2628
Martin Kreichgauer <martin@kreichgauer.com>
2729
Mike Lundy <mike@fluffypenguin.org>
30+
Nicholas Hairs <info+watchdog@nicholashairs.com>
2831
Raymond Hettinger <python@rcn.com>
2932
Roman Ovchinnikov <coolthecold@gmail.com>
3033
Rotem Yaari <vmalloc@gmail.com>
@@ -43,9 +46,6 @@ Todd Whiteman <toddw@activestate.com>
4346
Will McGugan <will@willmcgugan.com>
4447
Yesudeep Mangalapilly <gora.khargosh@gmail.com>
4548
Yesudeep Mangalapilly <yesudeep@google.com>
46-
dvogel <dvogel@wlscapi.uwsc.wisc.edu>
47-
gfxmonk <tim3d.junk@gmail.com>
48-
4949

5050
We would like to thank these individuals for ideas:
5151
---------------------------------------------------

README.rst

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
Watchdog
22
========
33

4-
|Build Status|
5-
|CirrusCI Status|
4+
|PyPI Version|
5+
|PyPI Status|
6+
|PyPI Python Versions|
7+
|GitHub Build Status|
8+
|GitHub License|
69

710
Python API and shell utilities to monitor file system events.
811

@@ -270,7 +273,13 @@ to do:
270273
.. _file.monitor: https://github.com/pke/file.monitor
271274
.. _pyfilesystem: https://github.com/PyFilesystem/pyfilesystem
272275

273-
.. |Build Status| image:: https://github.com/gorakhargosh/watchdog/workflows/Tests/badge.svg
276+
.. |PyPI Version| image:: https://img.shields.io/pypi/v/watchdog.svg
277+
:target: https://pypi.python.org/pypi/watchdog/
278+
.. |PyPI Status| image:: https://img.shields.io/pypi/status/watchdog.svg
279+
:target: https://pypi.python.org/pypi/watchdog/
280+
.. |PyPI Python Versions| image:: https://img.shields.io/pypi/pyversions/watchdog.svg
281+
:target: https://pypi.python.org/pypi/watchdog/
282+
.. |Github Build Status| image:: https://github.com/gorakhargosh/watchdog/workflows/Tests/badge.svg
274283
:target: https://github.com/gorakhargosh/watchdog/actions?query=workflow%3ATests
275-
.. |CirrusCI Status| image:: https://api.cirrus-ci.com/github/gorakhargosh/watchdog.svg
276-
:target: https://cirrus-ci.com/github/gorakhargosh/watchdog/
284+
.. |GitHub License| image:: https://img.shields.io/github/license/gorakhargosh/watchdog.svg
285+
:target: https://github.com/gorakhargosh/watchdog/blob/master/LICENSE

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
]
9696
),
9797
classifiers=[
98-
"Development Status :: 3 - Alpha",
98+
"Development Status :: 5 - Production/Stable",
9999
"Environment :: Console",
100100
"Intended Audience :: Developers",
101101
"Intended Audience :: System Administrators",

0 commit comments

Comments
 (0)