METADATA 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. Metadata-Version: 2.4
  2. Name: filelock
  3. Version: 3.24.3
  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: MIT
  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 :: MIT License
  16. Classifier: Operating System :: OS Independent
  17. Classifier: Programming Language :: Python
  18. Classifier: Programming Language :: Python :: 3 :: Only
  19. Classifier: Programming Language :: Python :: 3.10
  20. Classifier: Programming Language :: Python :: 3.11
  21. Classifier: Programming Language :: Python :: 3.12
  22. Classifier: Programming Language :: Python :: 3.13
  23. Classifier: Programming Language :: Python :: 3.14
  24. Classifier: Topic :: Internet
  25. Classifier: Topic :: Software Development :: Libraries
  26. Classifier: Topic :: System
  27. Requires-Python: >=3.10
  28. Description-Content-Type: text/markdown
  29. # filelock
  30. [![PyPI](https://img.shields.io/pypi/v/filelock)](https://pypi.org/project/filelock/)
  31. [![Supported Python versions](https://img.shields.io/pypi/pyversions/filelock.svg)](https://pypi.org/project/filelock/)
  32. [![Documentation status](https://readthedocs.org/projects/py-filelock/badge/?version=latest)](https://py-filelock.readthedocs.io/en/latest/?badge=latest)
  33. [![Downloads](https://static.pepy.tech/badge/filelock/month)](https://pepy.tech/project/filelock)
  34. [![check](https://github.com/tox-dev/py-filelock/actions/workflows/check.yaml/badge.svg)](https://github.com/tox-dev/py-filelock/actions/workflows/check.yaml)
  35. For more information checkout the [official documentation](https://py-filelock.readthedocs.io/en/latest/index.html).