Metadata-Version: 2.1
Name: EC2S3Wrapper
Version: 0.0.7
Summary: EC2S3Wrapper is a Python package designed to simplify the management of AWS EC2 and 
Author: Suraj Yadav
Author-email: sam124.sy@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.5
Description-Content-Type: text/markdown
Requires-Dist: boto3

# EC2S3Wrapper

**EC2S3Wrapper** is a Python package designed to simplify the management of AWS EC2 and S3 services. It provides an easy-to-use interface for common tasks like creating and managing EC2 instances, as well as uploading, downloading, and managing files in S3. Perfect for developers looking to streamline AWS operations with minimal code.

## Features

- **EC2 Management**: Easily create, terminate, and manage EC2 instances.
- **S3 Management**: Upload, download, and manage files in S3 buckets.
- **Simple API**: Minimal setup required to start using the package with AWS services.
- **Easy Integration**: Works seamlessly with Python and Boto3.

## Installation

To install **EC2S3Wrapper**, you can use pip:

```bash
pip install EC2S3Wrapper

