METADATA 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. Metadata-Version: 2.1
  2. Name: filelock
  3. Version: 3.13.1
  4. Summary: A platform independent file lock.
  5. Project-URL: Documentation, https://py-filelock.readthedocs.io
  6. Project-URL: Homepage, https://github.com/tox-dev/py-filelock
  7. Project-URL: Source, https://github.com/tox-dev/py-filelock
  8. Project-URL: Tracker, https://github.com/tox-dev/py-filelock/issues
  9. Maintainer-email: Bernát Gábor <gaborjbernat@gmail.com>
  10. License-Expression: Unlicense
  11. License-File: LICENSE
  12. Keywords: application,cache,directory,log,user
  13. Classifier: Development Status :: 5 - Production/Stable
  14. Classifier: Intended Audience :: Developers
  15. Classifier: License :: OSI Approved :: The Unlicense (Unlicense)
  16. Classifier: Operating System :: OS Independent
  17. Classifier: Programming Language :: Python
  18. Classifier: Programming Language :: Python :: 3 :: Only
  19. Classifier: Programming Language :: Python :: 3.8
  20. Classifier: Programming Language :: Python :: 3.9
  21. Classifier: Programming Language :: Python :: 3.10
  22. Classifier: Programming Language :: Python :: 3.11
  23. Classifier: Programming Language :: Python :: 3.12
  24. Classifier: Topic :: Internet
  25. Classifier: Topic :: Software Development :: Libraries
  26. Classifier: Topic :: System
  27. Requires-Python: >=3.8
  28. Provides-Extra: docs
  29. Requires-Dist: furo>=2023.9.10; extra == 'docs'
  30. Requires-Dist: sphinx-autodoc-typehints!=1.23.4,>=1.24; extra == 'docs'
  31. Requires-Dist: sphinx>=7.2.6; extra == 'docs'
  32. Provides-Extra: testing
  33. Requires-Dist: covdefaults>=2.3; extra == 'testing'
  34. Requires-Dist: coverage>=7.3.2; extra == 'testing'
  35. Requires-Dist: diff-cover>=8; extra == 'testing'
  36. Requires-Dist: pytest-cov>=4.1; extra == 'testing'
  37. Requires-Dist: pytest-mock>=3.12; extra == 'testing'
  38. Requires-Dist: pytest-timeout>=2.2; extra == 'testing'
  39. Requires-Dist: pytest>=7.4.3; extra == 'testing'
  40. Provides-Extra: typing
  41. Requires-Dist: typing-extensions>=4.8; python_version < '3.11' and extra == 'typing'
  42. Description-Content-Type: text/markdown
  43. # filelock
  44. [![PyPI](https://img.shields.io/pypi/v/filelock)](https://pypi.org/project/filelock/)
  45. [![Supported Python
  46. versions](https://img.shields.io/pypi/pyversions/filelock.svg)](https://pypi.org/project/filelock/)
  47. [![Documentation
  48. status](https://readthedocs.org/projects/py-filelock/badge/?version=latest)](https://py-filelock.readthedocs.io/en/latest/?badge=latest)
  49. [![Code style:
  50. black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
  51. [![Downloads](https://static.pepy.tech/badge/filelock/month)](https://pepy.tech/project/filelock)
  52. [![check](https://github.com/tox-dev/py-filelock/actions/workflows/check.yml/badge.svg)](https://github.com/tox-dev/py-filelock/actions/workflows/check.yml)
  53. For more information checkout the [official documentation](https://py-filelock.readthedocs.io/en/latest/index.html).