Metadata-Version: 2.1
Name: py-dspinlock
Version: 0.0.10
Summary: A distributed spinlock for Python
Home-page: https://github.com/andylamp/py-dpspinlock/
Author: Andreas A. Grammenos
Author-email: ag926@cl.cam.ac.uk
License: MIT
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: redis >=5.0.0

# Distributed Spinlock

![linters](https://github.com/andylamp/py-dspinlock/workflows/lint/badge.svg)
![coverage](../coverage.svg)

## Introduction

TBD.
