Skip to content

Commit

Permalink
docs: Update README Badges (#1083)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
nhairs authored Oct 26, 2024
1 parent 6b74737 commit d774fec
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 9 deletions.
6 changes: 3 additions & 3 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,10 @@ Adrian Tejn Kern <tejnkern@gmail.com>
Andrew Schaaf <andrew@andrewschaaf.com>
Danilo de Jesus da Silva Bellini <danilo.bellini@gmail.com>
David LaPalomento <dlapalomento@gmail.com>
dvogel <dvogel@wlscapi.uwsc.wisc.edu>
Filip Noetzel <filip@j03.de>
Gary van der Merwe <garyvdm@garyvdm.localdomain>
gfxmonk <tim3d.junk@gmail.com>
Gora Khargosh <gora.khargosh@gmail.com>
Hannu Valtonen <hannu.valtonen@ohmu.fi>
Jesse Printz <jesse@jonypawks.net>
Expand All @@ -25,6 +27,7 @@ Malthe Borch <mborch@gmail.com>
Martin Kreichgauer <kreichgauer@gmail.com>
Martin Kreichgauer <martin@kreichgauer.com>
Mike Lundy <mike@fluffypenguin.org>
Nicholas Hairs <info+watchdog@nicholashairs.com>
Raymond Hettinger <python@rcn.com>
Roman Ovchinnikov <coolthecold@gmail.com>
Rotem Yaari <vmalloc@gmail.com>
Expand All @@ -43,9 +46,6 @@ Todd Whiteman <toddw@activestate.com>
Will McGugan <will@willmcgugan.com>
Yesudeep Mangalapilly <gora.khargosh@gmail.com>
Yesudeep Mangalapilly <yesudeep@google.com>
dvogel <dvogel@wlscapi.uwsc.wisc.edu>
gfxmonk <tim3d.junk@gmail.com>


We would like to thank these individuals for ideas:
---------------------------------------------------
Expand Down
19 changes: 14 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
@@ -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.

Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
]
),
classifiers=[
"Development Status :: 3 - Alpha",
"Development Status :: 5 - Production/Stable",
"Environment :: Console",
"Intended Audience :: Developers",
"Intended Audience :: System Administrators",
Expand Down

0 comments on commit d774fec

Please sign in to comment.