freebsd-ports/sysutils/py-filelock/pkg-descr
Yuri Victorovich 09d890dac2 sysutils/py-filelock: Update to 3.0.0
Submitted by:	myself
Reported by:	portscout
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D13842
2018-01-15 22:07:31 +00:00

7 lines
279 B
Text

This package contains a single module, which implements a platform
independent file lock in Python.
The lock includes a lock counter and is thread safe. This means,
when locking the same lock object twice, it will not block.
WWW: https://github.com/benediktschmitt/py-filelock