Metadata-Version: 2.1
Name: debounce_redis_guard
Version: 0.0.1
Summary: A Python library for debouncing requests with support for multiple workers.
Home-page: https://github.com/cdeepana/debounce_redis_guard
Author: Chathura Deepana Herath
Author-email: chathuradeepana7@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# debounce_redis_guard

DebounceMaster is a Python library designed to handle debouncing of requests in applications that support multiple workers. This library helps to prevent multiple identical requests from being processed simultaneously, thus improving efficiency and reducing redundant processing.

## Features

- Debounce requests to avoid duplicate processing
- Supports multiple workers
- Integration with Redis for distributed locking and caching
- Custom logging

## Installation

```bash
pip install debounce_redis_guard
