| Name: | python3-pid |
|---|---|
| Version: | 2.1.1 |
| Release: | 7.el8 |
| Architecture: | noarch |
| Group: | Unspecified |
| Size: | 34134 |
| License: | ASL 2.0 |
| RPM: | python3-pid-2.1.1-7.el8.noarch.rpm |
| Source RPM: | python-pid-2.1.1-7.el8.src.rpm |
| Build Date: | Sat Mar 09 2019 |
| Build Host: | ca-build101.us.oracle.com |
| Vendor: | Oracle America |
| URL: | https://pypi.python.org/pypi/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. |