Metadata-Version: 2.1
Name: platonic.sqs
Version: 0.1.0
Summary: Platonic wrapper for Amazon Simple Queue Service
Home-page: https://github.com/python-platonic/platonic-amazon-sqs
License: MIT
Requires-Python: >=3.8,<4.0
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: boltons (>=20.2.1,<21.0.0)
Requires-Dist: boto3-stubs[essential] (>=1.15.10,<2.0.0)
Requires-Dist: boto3-type-annotations (>=0.3.1,<0.4.0)
Requires-Dist: platonic (>=0.1.1,<0.2.0)
Requires-Dist: typecasts (>=0.1.1,<0.2.0)
Project-URL: Repository, https://github.com/python-platonic/platonic-amazon-sqs
Description-Content-Type: text/markdown

# platonic-amazon-sqs

[![wemake.services](https://img.shields.io/badge/%20-wemake.services-green.svg?label=%20&logo=data%3Aimage%2Fpng%3Bbase64%2CiVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAABGdBTUEAALGPC%2FxhBQAAAAFzUkdCAK7OHOkAAAAbUExURQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP%2F%2F%2F5TvxDIAAAAIdFJOUwAjRA8xXANAL%2Bv0SAAAADNJREFUGNNjYCAIOJjRBdBFWMkVQeGzcHAwksJnAPPZGOGAASzPzAEHEGVsLExQwE7YswCb7AFZSF3bbAAAAABJRU5ErkJggg%3D%3D)](https://wemake.services)
[![Build Status](https://travis-ci.com/python-platonic/platonic-amazon-sqs.svg?branch=master)](https://travis-ci.com/python-platonic/platonic-amazon-sqs)
[![Coverage](https://coveralls.io/repos/github/python-platonic/platonic-amazon-sqs/badge.svg?branch=master)](https://coveralls.io/github/python-platonic/platonic-amazon-sqs?branch=master)
[![Python Version](https://img.shields.io/pypi/pyversions/platonic-amazon-sqs.svg)](https://pypi.org/project/platonic-amazon-sqs/)
[![wemake-python-styleguide](https://img.shields.io/badge/style-wemake-000000.svg)](https://github.com/wemake-services/wemake-python-styleguide)

Platonic wrapper for Amazon Simple Queue Service


## Features

- Fully typed with annotations and checked with mypy, [PEP561 compatible](https://www.python.org/dev/peps/pep-0561/)
- Add yours!


## Installation

```bash
pip install platonic-amazon-sqs
```


## Example

Showcase how your project can be used:

```python
...
```

## License

[MIT](https://github.com/python-platonic/platonic-amazon-sqs/blob/master/LICENSE)


## Credits

This project was generated with [`wemake-python-package`](https://github.com/wemake-services/wemake-python-package). Current template version is: [c9e9ea8b9be2464cacd00b9c2a438e821da9121b](https://github.com/wemake-services/wemake-python-package/tree/c9e9ea8b9be2464cacd00b9c2a438e821da9121b). See what is [updated](https://github.com/wemake-services/wemake-python-package/compare/c9e9ea8b9be2464cacd00b9c2a438e821da9121b...master) since then.

