The sysutils/py-lockfile,python3 port
py3-lockfile-0.12.2p9 – platform-independent file locking for Python (cvsweb github mirror)
Description
The lockfile package exports a LockFile class which provides a simple API for locking files. Unlike the Windows msvcrt.locking function, the fcntl.lockf and flock functions, and the deprecated posixfile module, the API is identical across both Unix (including Linux and Mac) and Windows platforms. The lock mechanism relies on the atomic nature of the link (on Unix) and mkdir (on Windows) system calls. An implementation based on SQLite is also provided, more as a demonstration of the possibilities it provides than as production-quality code.WWW: https://launchpad.net/pylockfile
Maintainer
The OpenBSD ports mailing-list
Categories
Build dependencies
Run dependencies
Test dependencies
Reverse dependencies
Files
- /usr/local/lib/python3.11/site-packages/lockfile-0.12.2.dist-info/
- /usr/local/lib/python3.11/site-packages/lockfile-0.12.2.dist-info/AUTHORS
- /usr/local/lib/python3.11/site-packages/lockfile-0.12.2.dist-info/LICENSE
- /usr/local/lib/python3.11/site-packages/lockfile-0.12.2.dist-info/METADATA
- /usr/local/lib/python3.11/site-packages/lockfile-0.12.2.dist-info/RECORD
- /usr/local/lib/python3.11/site-packages/lockfile-0.12.2.dist-info/WHEEL
- /usr/local/lib/python3.11/site-packages/lockfile-0.12.2.dist-info/pbr.json
- /usr/local/lib/python3.11/site-packages/lockfile-0.12.2.dist-info/top_level.txt
- /usr/local/lib/python3.11/site-packages/lockfile/
- /usr/local/lib/python3.11/site-packages/lockfile/__init__.py
- /usr/local/lib/python3.11/site-packages/lockfile/__pycache__/
- /usr/local/lib/python3.11/site-packages/lockfile/__pycache__/__init__.cpython-311.opt-1.pyc
- /usr/local/lib/python3.11/site-packages/lockfile/__pycache__/__init__.cpython-311.pyc
- /usr/local/lib/python3.11/site-packages/lockfile/__pycache__/linklockfile.cpython-311.opt-1.pyc
- /usr/local/lib/python3.11/site-packages/lockfile/__pycache__/linklockfile.cpython-311.pyc
- /usr/local/lib/python3.11/site-packages/lockfile/__pycache__/mkdirlockfile.cpython-311.opt-1.pyc
- /usr/local/lib/python3.11/site-packages/lockfile/__pycache__/mkdirlockfile.cpython-311.pyc
- /usr/local/lib/python3.11/site-packages/lockfile/__pycache__/pidlockfile.cpython-311.opt-1.pyc
- /usr/local/lib/python3.11/site-packages/lockfile/__pycache__/pidlockfile.cpython-311.pyc
- /usr/local/lib/python3.11/site-packages/lockfile/__pycache__/sqlitelockfile.cpython-311.opt-1.pyc
- /usr/local/lib/python3.11/site-packages/lockfile/__pycache__/sqlitelockfile.cpython-311.pyc
- /usr/local/lib/python3.11/site-packages/lockfile/__pycache__/symlinklockfile.cpython-311.opt-1.pyc
- /usr/local/lib/python3.11/site-packages/lockfile/__pycache__/symlinklockfile.cpython-311.pyc
- /usr/local/lib/python3.11/site-packages/lockfile/linklockfile.py
- /usr/local/lib/python3.11/site-packages/lockfile/mkdirlockfile.py
- /usr/local/lib/python3.11/site-packages/lockfile/pidlockfile.py
- /usr/local/lib/python3.11/site-packages/lockfile/sqlitelockfile.py
- /usr/local/lib/python3.11/site-packages/lockfile/symlinklockfile.py
- @conflict py-lockfile-*