Metadata-Version: 2.4
Name: flask-s3-uploader-288950
Version: 0.1.0
Summary: AWS configuration utilities for Python applications
License: MIT
Project-URL: Homepage, https://github.com/example/flask-s3-uploader-288950
Project-URL: Bug Tracker, https://github.com/example/flask-s3-uploader-288950/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

# flask-s3-uploader-288950

AWS configuration utilities for Python applications.

## Installation

```bash
pip install flask-s3-uploader-288950
```

## Usage

```python
from flask_s3_uploader_288950 import get_config, get_client

# Get AWS configuration
config = get_config()

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

## License

MIT
