| Name: | python3-filelock |
|---|---|
| Version: | 3.15.4 |
| Release: | 4.0.1.el10 |
| Architecture: | noarch |
| Group: | Unspecified |
| Size: | 92200 |
| License: | Unlicense |
| RPM: | python3-filelock-3.15.4-4.0.1.el10.noarch.rpm |
| Source RPM: | python-filelock-3.15.4-4.0.1.el10.src.rpm |
| Build Date: | Wed Dec 18 2024 |
| Build Host: | build-ol10-x86_64.oracle.com |
| Vendor: | Oracle America |
| URL: | https://github.com/tox-dev/filelock |
| Summary: | A platform independent file lock |
| Description: | This package contains a single module, which implements a platform independent file locking mechanism for Python. The lock includes a lock counter and is thread safe. This means, when locking the same lock object twice, it will not block. |