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 11# py-filelock
22
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+
313This package contains a single module, which implements a platform independent
414file lock in Python, which provides a simple way of inter-process communication:
515
You can’t perform that action at this time.
0 commit comments