How to Install and Uninstall python39-watchgod Package on openSuSE Tumbleweed

Last updated: May 22,2024

1. Install "python39-watchgod" package

This guide covers the steps necessary to install python39-watchgod on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-watchgod

2. Uninstall "python39-watchgod" package

This tutorial shows how to uninstall python39-watchgod on openSuSE Tumbleweed:

$ sudo zypper remove python39-watchgod

3. Information about the python39-watchgod package on openSuSE Tumbleweed

Information for package python39-watchgod:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-watchgod
Version : 0.6-2.13
Arch : noarch
Vendor : openSUSE
Installed Size : 58,2 KiB
Installed : No
Status : not installed
Source package : python-watchgod-0.6-2.13.src
Summary : Python file watching and code reload
Description :
Simple, modern file watching and code reload in Python.
watchgod is inspired by watchdog, hence the name, but tries to fix
29-some of the frustrations I found with watchdog, namely: separate
approaches for each OS, an inelegant approach to 30-concurrency using
threading, challenges around debouncing changes and bugs which weren't
being fixed.