Metadata-Version: 2.1
Name: filelock
Version: 3.12.4
Summary: A platform independent file lock.
Maintainer-email: Bernát Gábor <gaborjbernat@gmail.com>
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: The Unlicense (Unlicense)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Internet
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: System
License-File: LICENSE
Provides-Extra: docs
Requires-Dist: furo>=2023.7.26; extra == "docs"
Requires-Dist: sphinx-autodoc-typehints!=1.23.4,>=1.24; extra == "docs"
Requires-Dist: sphinx>=7.1.2; extra == "docs"
Provides-Extra: testing
Requires-Dist: covdefaults>=2.3; extra == "testing"
Requires-Dist: coverage>=7.3; extra == "testing"
Requires-Dist: diff-cover>=7.7; extra == "testing"
Requires-Dist: pytest-cov>=4.1; extra == "testing"
Requires-Dist: pytest-mock>=3.11.1; extra == "testing"
Requires-Dist: pytest-timeout>=2.1; extra == "testing"
Requires-Dist: pytest>=7.4; extra == "testing"
Provides-Extra: typing
Requires-Dist: typing-extensions>=4.7.1; python_version < "3.11" and extra == "typing"
