Metadata-Version: 2.1
Name: platonic-sqs
Version: 1.2.0
Summary: Platonic wrapper for Amazon Simple Queue Service
Home-page: https://github.com/python-platonic/platonic-sqs
License: MIT
Requires-Python: >=3.8,<3.10
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: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: attrs (>=20.3.0,<21.0.0)
Requires-Dist: boltons (>=20.2.1,<21.0.0)
Requires-Dist: boto3-stubs[sqs] (>=1.15.10,<2.0.0)
Requires-Dist: platonic (>=1.2.0,<2.0.0)
Project-URL: Repository, https://github.com/python-platonic/platonic-sqs
Description-Content-Type: text/markdown

# platonic.SQS

[![Build Status](https://travis-ci.com/python-platonic/platonic-sqs.svg?branch=master)](https://travis-ci.com/python-platonic/platonic-sqs)
[![Coverage](https://coveralls.io/repos/github/python-platonic/platonic-sqs/badge.svg?branch=master)](https://coveralls.io/github/python-platonic/platonic-sqs?branch=master)
[![Python Version](https://img.shields.io/pypi/pyversions/platonic-sqs.svg)](https://pypi.org/project/platonic-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.sqs
```


## Example

Showcase how your project can be used:

```python
...
```

## License

[MIT](https://github.com/python-platonic/platonic-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.

