freebsd-ports/sysutils/py-filelock/pkg-descr
Yuri Victorovich 5442cebb94 New port: sysutils/py-filelock: Platform independent file lock
PR:		220696
Reviewed by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D12903
2017-11-02 06:09:42 +00:00

6 lines
269 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://pypi.python.org/pypi/filelock