filelock
A platform independent file lock.
About filelock
A platform independent file lock.
Key Features
- Cross-platform file-based locking primitives
- Context-manager API for safe lock acquisition and release
- Timeout and non-blocking lock acquisition options
- Prevents race conditions in multi-process workflows
Installation
uv add filelockRelated Tools
fsspec
File-system specification
1.3k stars
platformdirs
A small Python package for determining appropriate platform-specific dirs, e.g. a `user data dir`.
906 stars
pathspec
Utility library for gitignore style pattern matching of file paths.
211 stars
zipp
Backport of pathlib-compatible object wrapper for zip files
66 stars
Quick Info
- Latest Version
- 3.25.0
- First Release
- 2014
- License
- MIT License
- Categories
- ConcurrencyFilesystemDevelopment Tools