File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 1
1
# py-filelock
2
2
3
+ [ ![ PyPI] ( https://img.shields.io/pypi/v/filelock?style=flat-square )] ( https://pypi.org/project/filelock/ )
4
+ [ ![ Supported Python
5
+ versions] ( https://img.shields.io/pypi/pyversions/filelock.svg )] ( https://pypi.org/project/filelock/ )
6
+ [ ![ Documentation
7
+ status] ( https://readthedocs.org/projects/filelock/badge/?version=latest&style=flat-square )] ( https://filelock.readthedocs.io/en/latest/?badge=latest )
8
+ [ ![ Code style:
9
+ black] ( https://img.shields.io/badge/code%20style-black-000000.svg )] ( https://github.com/psf/black )
10
+ [ ![ Downloads] ( https://pepy.tech/badge/filelock/month )] ( https://pepy.tech/project/filelock/month )
11
+ [ ![ 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 )
12
+
3
13
This package contains a single module, which implements a platform independent
4
14
file lock in Python, which provides a simple way of inter-process communication:
5
15
You can’t perform that action at this time.
0 commit comments