Metadata-Version: 2.1
Name: fondat-aws
Version: 4.0a2
Summary: Fondat package for Amazon Web Services.
Home-page: https://github.com/fondat/fondat-aws/
License: MIT
Keywords: asgi,foundation,resource,openapi
Author: fondat-aws authors
Requires-Python: >=3.10,<4.0
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.10
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Requires-Dist: aiobotocore (>=2.3,<3.0)
Requires-Dist: fondat (>=4.0a5,<5.0)
Project-URL: Documentation, https://github.com/fondat/fondat-aws/wiki
Description-Content-Type: text/markdown

# fondat-aws

[![PyPI](https://badge.fury.io/py/fondat-aws.svg)](https://badge.fury.io/py/fondat-aws)
[![Python](https://img.shields.io/pypi/pyversions/fondat-core)](https://python.org/)
[![GitHub](https://img.shields.io/badge/github-main-blue.svg)](https://github.com/fondat/fondat-aws/)
[![Test](https://github.com/fondat/fondat-aws/workflows/test/badge.svg)](https://github.com/fondat/fondat-aws/actions?query=workflow/test)
[![License](https://img.shields.io/github/license/fondat/fondat-aws.svg)](https://github.com/fondat/fondat-aws/blob/main/LICENSE)
[![Black](https://img.shields.io/badge/code%20style-black-black.svg)](https://github.com/psf/black)

Fondat package for Amazon Web Services.

## Develop

```
poetry install
poetry run pre-commit install
```

## Test

```
poetry run pytest
```

