blob: c540576232f14dc7cec04cc422350d9cba513c3b (
plain) (
blame)
1
2
3
4
5
6
7
|
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
|