| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 | Metadata-Version: 2.1Name: filelockVersion: 3.13.1Summary: A platform independent file lock.Project-URL: Documentation, https://py-filelock.readthedocs.ioProject-URL: Homepage, https://github.com/tox-dev/py-filelockProject-URL: Source, https://github.com/tox-dev/py-filelockProject-URL: Tracker, https://github.com/tox-dev/py-filelock/issuesMaintainer-email: Bernát Gábor <gaborjbernat@gmail.com>License-Expression: UnlicenseLicense-File: LICENSEKeywords: application,cache,directory,log,userClassifier: Development Status :: 5 - Production/StableClassifier: Intended Audience :: DevelopersClassifier: License :: OSI Approved :: The Unlicense (Unlicense)Classifier: Operating System :: OS IndependentClassifier: Programming Language :: PythonClassifier: Programming Language :: Python :: 3 :: OnlyClassifier: Programming Language :: Python :: 3.8Classifier: Programming Language :: Python :: 3.9Classifier: Programming Language :: Python :: 3.10Classifier: Programming Language :: Python :: 3.11Classifier: Programming Language :: Python :: 3.12Classifier: Topic :: InternetClassifier: Topic :: Software Development :: LibrariesClassifier: Topic :: SystemRequires-Python: >=3.8Provides-Extra: docsRequires-Dist: furo>=2023.9.10; extra == 'docs'Requires-Dist: sphinx-autodoc-typehints!=1.23.4,>=1.24; extra == 'docs'Requires-Dist: sphinx>=7.2.6; extra == 'docs'Provides-Extra: testingRequires-Dist: covdefaults>=2.3; extra == 'testing'Requires-Dist: coverage>=7.3.2; extra == 'testing'Requires-Dist: diff-cover>=8; extra == 'testing'Requires-Dist: pytest-cov>=4.1; extra == 'testing'Requires-Dist: pytest-mock>=3.12; extra == 'testing'Requires-Dist: pytest-timeout>=2.2; extra == 'testing'Requires-Dist: pytest>=7.4.3; extra == 'testing'Provides-Extra: typingRequires-Dist: typing-extensions>=4.8; python_version < '3.11' and extra == 'typing'Description-Content-Type: text/markdown# filelock[](https://pypi.org/project/filelock/)[](https://pypi.org/project/filelock/)[](https://py-filelock.readthedocs.io/en/latest/?badge=latest)[](https://github.com/psf/black)[](https://pepy.tech/project/filelock)[](https://github.com/tox-dev/py-filelock/actions/workflows/check.yml)For more information checkout the [official documentation](https://py-filelock.readthedocs.io/en/latest/index.html).
 |