Metadata-Version: 2.1
Name: fastaws
Version: 0.0.10
Summary: A fast, simple, async Python library for some AWS services (S3, SES, SQS)
Project-URL: Homepage, https://github.com/waydegg/fastaws
Project-URL: Source, https://github.com/waydegg/fastaws
Author-email: Wayde Gilliam <waydegilliam@gmail.com>
License: MIT
License-File: LICENSE
Keywords: asyncio,aws,python
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Framework :: AsyncIO
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Internet
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.10.4
Requires-Dist: aiofiles==22.1.0
Requires-Dist: beautifulsoup4==4.11.2
Requires-Dist: httpx==0.23.1
Requires-Dist: lxml==4.9.2
Requires-Dist: structlog==22.3.0
Description-Content-Type: text/markdown

# fastaws

[![PyPI version](https://badge.fury.io/py/fastaws.svg)](https://pypi.org/project/fastaws/)

A fast, simple, async Python library for some AWS services (S3, SES, SQS).

## Installation

```bash
$ pip install fastaws
```

## Quickstart

## Useful Resources

- [AWS API versions](https://docs.aws.amazon.com/AWSJavaScriptSDK/latest/)
