Metadata-Version: 2.4
Name: celery-sqs-backend-292273
Version: 0.1.0
Summary: AWS configuration utilities for Python applications
License: MIT
Project-URL: Homepage, https://github.com/example/celery-sqs-backend-292273
Project-URL: Bug Tracker, https://github.com/example/celery-sqs-backend-292273/issues
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: boto3>=1.26.0

# celery-sqs-backend-292273

AWS configuration utilities for Python applications.

## Installation

```bash
pip install celery-sqs-backend-292273
```

## Usage

```python
from celery_sqs_backend_292273 import get_config, get_client

# Get AWS configuration
config = get_config()

# Get S3 client
s3 = get_client('s3')
```

## License

MIT
