Metadata-Version: 2.1
Name: fair_async_rlock
Version: 1.0.0
Summary: A well-tested implementation of a fair asynchronous RLock for concurrent programming.
Home-page: https://github.com/Joshuaalbert/FairAsyncRLock
Author: Joshua G. Albert
Author-email: albert@strw.leidenuniv.nl
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# FairAsyncRLock

Main Status: ![Workflow name](https://github.com/JoshuaAlbert/FairAsyncRLock/actions/workflows/unittests.yml/badge.svg?branch=main)

Develop Status: ![Workflow name](https://github.com/JoshuaAlbert/FairAsyncRLock/actions/workflows/unittests.yml/badge.svg?branch=develop)

This is a well-tested standalone implementation of a fair reentrant lock for conncurrent programming with asyncio.
