| Name: | python3-pid |
|---|---|
| Version: | 2.2.3 |
| Release: | 22.el10 |
| Architecture: | noarch |
| Group: | Unspecified |
| Size: | 41182 |
| License: | Apache-2.0 |
| RPM: | python3-pid-2.2.3-22.el10.noarch.rpm |
| Source RPM: | python-pid-2.2.3-22.el10.src.rpm |
| Build Date: | Wed Aug 28 2024 |
| Build Host: | build-ol10-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. |