Metadata-Version: 2.4
Name: AsyncBoto
Version: 1.1.5
Summary: Python pckage to asyncronous interact with AWS
Author-email: Christopher Müller <christopher.m4120@gmail.com>
Project-URL: Homepage, https://github.com/SpielerNogard/AsyncBoto
Project-URL: Documentation, https://spielernogard.github.io/AsyncBoto/
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Requires-Dist: pydantic<3.0.0,>=2.0.0
Requires-Dist: aiohttp<4.0.0,>=3.8.5
Requires-Dist: tenacity
Requires-Dist: boto3

# async_boto

Python pckage to asyncronous interact with AWS

## Installation

```bash
$ pip install async_boto
```

## Usage

- TODO

## Contributing

Interested in contributing? Check out the contributing guidelines. Please note that this project is released with a Code of Conduct. By contributing to this project, you agree to abide by its terms.

## License

`async_boto` was created by Christopher Müller. It is licensed under the terms of the MIT license.

## Credits

`async_boto` was created with [`cookiecutter`](https://cookiecutter.readthedocs.io/en/latest/) and the `py-pkgs-cookiecutter` [template](https://github.com/py-pkgs/py-pkgs-cookiecutter).

test
