Metadata-Version: 2.1
Name: aws-framework
Version: 0.0.2
Summary: A Demo Framework for the AWS Workshop
Author: Oscar Bahamonde
Author-email: oscar.bahamonde@pucp.pe
Requires-Python: >=3.7,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
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-Dist: aiohttp (>=3.8.4,<4.0.0)
Requires-Dist: aiohttp-sse (>=2.1.0,<3.0.0)
Requires-Dist: boto3 (>=1.26.155,<2.0.0)
Requires-Dist: jinja2 (>=3.1.2,<4.0.0)
Requires-Dist: pydantic (>=1.10.9,<2.0.0)
Requires-Dist: python-dotenv (>=0.19.1,<0.20.0)
Description-Content-Type: text/markdown

# AWS Framework

## Description

Async AWS Framework for Python 3.6+

## Installation

```bash
pip install aws-framework
```

## Tech stack

- Python 3.6+
- [AWS Boto3](https://boto3.amazonaws.com/v1/documentation/api/latest/index.html)
- [Aiohttp](https://docs.aiohttp.org/en/stable/)
- [Pydantic](https://pydantic-docs.helpmanual.io/)
