Metadata-Version: 2.1
Name: anjali_aws_helper
Version: 1.0.0
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: boto3

# AWS Helper Library

This Python package provides helper classes to interact with AWS' S3 and SNS.

## Classes

- `S3Helper`: For interacting with S3, including creating buckets and uploading files.
- `SnsHelper`: For interacting with SNS, including creating topics, subscribing emails, and publishing messages.

## Installation

```bash
pip install anjali_aws_helper
