| Name: | python3-pid |
|---|---|
| Version: | 2.2.3 |
| Release: | 12.el9 |
| Architecture: | noarch |
| Group: | Unspecified |
| Size: | 36021 |
| License: | ASL 2.0 |
| RPM: | python3-pid-2.2.3-12.el9.noarch.rpm |
| Source RPM: | python-pid-2.2.3-12.el9.src.rpm |
| Build Date: | Mon Jan 10 2022 |
| Build Host: | build-ol9-x86_64.oracle.com |
| Vendor: | Oracle America |
| URL: | https://github.com/trbs/pid |
| Summary: | PID file management library |
| Description: | pid provides a PidFile class that manages PID files. PidFile features: - stale detection - locking using fcntl - chmod (default is 0o644) - chown - custom exceptions PidFile can also be used as a context manager or a decorator. |