From d774fec477a8f57d24b588164ebdd39b2d507bcd Mon Sep 17 00:00:00 2001 From: Nicholas Hairs Date: Sat, 26 Oct 2024 17:38:32 +1100 Subject: [PATCH] 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 --- AUTHORS | 6 +++--- README.rst | 19 ++++++++++++++----- setup.py | 2 +- 3 files changed, 18 insertions(+), 9 deletions(-) diff --git a/AUTHORS b/AUTHORS index de94646cd..8c3fed323 100644 --- a/AUTHORS +++ b/AUTHORS @@ -12,8 +12,10 @@ Adrian Tejn Kern Andrew Schaaf Danilo de Jesus da Silva Bellini David LaPalomento +dvogel Filip Noetzel Gary van der Merwe +gfxmonk Gora Khargosh Hannu Valtonen Jesse Printz @@ -25,6 +27,7 @@ Malthe Borch Martin Kreichgauer Martin Kreichgauer Mike Lundy +Nicholas Hairs Raymond Hettinger Roman Ovchinnikov Rotem Yaari @@ -43,9 +46,6 @@ Todd Whiteman Will McGugan Yesudeep Mangalapilly Yesudeep Mangalapilly -dvogel -gfxmonk - We would like to thank these individuals for ideas: --------------------------------------------------- diff --git a/README.rst b/README.rst index 829c88a0b..8bf98d617 100755 --- a/README.rst +++ b/README.rst @@ -1,8 +1,11 @@ Watchdog ======== -|Build Status| -|CirrusCI Status| +|PyPI Version| +|PyPI Status| +|PyPI Python Versions| +|GitHub Build Status| +|GitHub License| Python API and shell utilities to monitor file system events. @@ -270,7 +273,13 @@ to do: .. _file.monitor: https://github.com/pke/file.monitor .. _pyfilesystem: https://github.com/PyFilesystem/pyfilesystem -.. |Build Status| image:: https://github.com/gorakhargosh/watchdog/workflows/Tests/badge.svg +.. |PyPI Version| image:: https://img.shields.io/pypi/v/watchdog.svg + :target: https://pypi.python.org/pypi/watchdog/ +.. |PyPI Status| image:: https://img.shields.io/pypi/status/watchdog.svg + :target: https://pypi.python.org/pypi/watchdog/ +.. |PyPI Python Versions| image:: https://img.shields.io/pypi/pyversions/watchdog.svg + :target: https://pypi.python.org/pypi/watchdog/ +.. |Github Build Status| image:: https://github.com/gorakhargosh/watchdog/workflows/Tests/badge.svg :target: https://github.com/gorakhargosh/watchdog/actions?query=workflow%3ATests -.. |CirrusCI Status| image:: https://api.cirrus-ci.com/github/gorakhargosh/watchdog.svg - :target: https://cirrus-ci.com/github/gorakhargosh/watchdog/ +.. |GitHub License| image:: https://img.shields.io/github/license/gorakhargosh/watchdog.svg + :target: https://github.com/gorakhargosh/watchdog/blob/master/LICENSE diff --git a/setup.py b/setup.py index b0392d0fb..951c8bbed 100644 --- a/setup.py +++ b/setup.py @@ -95,7 +95,7 @@ ] ), classifiers=[ - "Development Status :: 3 - Alpha", + "Development Status :: 5 - Production/Stable", "Environment :: Console", "Intended Audience :: Developers", "Intended Audience :: System Administrators",