Metadata-Version: 2.1
Name: redis-semaphore-eval
Version: 0.1.0
Summary: A redis semaphore implementation using eval scripts
Home-page: https://github.com/wakemaster39/redis-semaphore-eval
License: MIT
Keywords: redis,semaphore,lock
Author: Cameron HUrst
Author-email: cameron.a.hurst@gmail.com
Requires-Python: >=3.6.1,<4.0.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: redis (>=3.5.3,<4.0.0)
Project-URL: Repository, https://github.com/wakemaster39/redis-semaphore-eval
Description-Content-Type: text/markdown

# Redis Semaphore Eval

[![codecov](https://codecov.io/gh/wakemaster39/fastbin/branch/master/graph/badge.svg?token=H9WAVWZ7YY)](undefined)
[![Actions Status](https://github.com/wakemaster39/fastbin/workflows/Tests/badge.svg)](https://github.comwakemaster39/fastbin/actions)
[![Version](https://img.shields.io/pypi/v/fastbin)](https://pypi.org/project/fastbin/)
[![PyPI - Wheel](https://img.shields.io/pypi/wheel/fastbin.svg)](https://pypi.org/project/fastbin/)
[![Pyversions](https://img.shields.io/pypi/pyversions/fastbin.svg)](https://pypi.org/project/fastbin/)

_Fastbin_ is a drop in replacement of [pycasbin](https://github.com/casbin/pycasbin) the python implementation of the



## Contributing

```
poetry run pre-commit install -t pre-commit -t commit-msg && poetry run pre-commit run --all
```

