| Name: | python2-pid |
|---|---|
| Version: | 2.2.3 |
| Release: | 2.el7 |
| Architecture: | noarch |
| Group: | Unspecified |
| Size: | 38021 |
| License: | ASL 2.0 |
| RPM: | python2-pid-2.2.3-2.el7.noarch.rpm |
| Source RPM: | python-pid-2.2.3-2.el7.src.rpm |
| Build Date: | Wed Mar 18 2020 |
| Build Host: | x86-ol7-builder-03.us.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. |