Metadata-Version: 2.1
Name: sqs-handler
Version: 0.1.0
Summary: A simple SQS integration handler for Python applications.
Home-page: https://github.com/yourusername/sqs-handler
Author: Shanmukh Tadisetti
Author-email: shanmukhtadisetti9@gmail.com
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: boto3 >=1.0.0

# SQS Handler

SQS Handler is a Python package that simplifies integration with AWS Simple Queue Service (SQS).

## Installation

```bash
pip install sqs-handler
