.coveragerc
.gitignore
.pre-commit-config.yaml
CHANGELOG.rst
LICENSE
MANIFEST.in
README.rst
appveyor.yml
pyproject.toml
pytest.ini
ruff.toml
sourcery.yaml
tox.toml
.github/FUNDING.yml
.github/dependabot.yml
.github/workflows/lint.yml
.github/workflows/python-package.yml
.github/workflows/stale.yml
docs/Makefile
docs/conf.py
docs/index.rst
docs/license.rst
docs/make.bat
docs/portalocker.constants.rst
docs/portalocker.exceptions.rst
docs/portalocker.portalocker.rst
docs/portalocker.redis.rst
docs/portalocker.rst
docs/portalocker.types.rst
docs/portalocker.utils.rst
docs/requirements.txt
docs/tests.rst
docs/_theme/LICENSE
docs/_theme/flask_theme_support.py
docs/_theme/wolph/layout.html
docs/_theme/wolph/relations.html
docs/_theme/wolph/theme.conf
docs/_theme/wolph/static/flasky.css_t
docs/_theme/wolph/static/small_flask.css
portalocker/__about__.py
portalocker/__init__.py
portalocker/__main__.py
portalocker/constants.py
portalocker/exceptions.py
portalocker/portalocker.py
portalocker/py.typed
portalocker/redis.py
portalocker/types.py
portalocker/utils.py
portalocker.egg-info/PKG-INFO
portalocker.egg-info/SOURCES.txt
portalocker.egg-info/dependency_links.txt
portalocker.egg-info/requires.txt
portalocker.egg-info/top_level.txt
portalocker_tests/__init__.py
portalocker_tests/conftest.py
portalocker_tests/mypy.ini
portalocker_tests/requirements.txt
portalocker_tests/temporary_file_lock.py
portalocker_tests/test_combined.py
portalocker_tests/test_redis.py
portalocker_tests/test_semaphore.py
portalocker_tests/tests.py