Source: python-filelock Section: python Priority: optional Maintainer: Sascha Steinbiss Build-Depends: debhelper-compat (= 13), dh-python, python3-all (>=3.8), python3-setuptools, python3-pytest, python3-pytest-mock, python3-pytest-timeout, pybuild-plugin-pyproject, python3-hatchling (>=1.18), python3-hatch-vcs (>=0.4) Testsuite: autopkgtest-pkg-python Standards-Version: 4.6.2 Rules-Requires-Root: no Vcs-Git: https://salsa.debian.org/debian/python-filelock.git Vcs-Browser: https://salsa.debian.org/debian/python-filelock Homepage: https://github.com/tox-dev/py-filelock Package: python3-filelock Architecture: all Depends: ${python3:Depends}, ${misc:Depends} Description: platform independent file locking module This package contains a single module, which implements a platform independent file locking mechanism for Python. The lock includes a lock counter and is thread safe. This means, when locking the same lock object twice, it will not block.