Metadata-Version: 2.1
Name: aws-sqs-batch-sender
Version: 1.0.0a1
Summary: AWS SQS Batch Sender for boto3
Home-page: https://github.com/cbuschka/aws-sqs-batch-sender-python
Author: Cornelius Buschka
Author-email: cbuschka@gmail.com
License: UNKNOWN
Platform: UNKNOWN
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.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# AWS SQS Batch Sender for boto3
![Written in Python](https://img.shields.io/badge/python-3.6,%203.7,%203.8,%203.9-blue.svg) [![PyPI](https://img.shields.io/pypi/v/aws-sqs-batch-sender)](https://pypi.org/project/aws-sqs-batch-sender/) [![Build](https://github.com/cbuschka/aws-sqs-batch-sender-python/workflows/build/badge.svg)](https://github.com/cbuschka/aws-sqs-batch-sender-python) [![License](https://img.shields.io/github/license/cbuschka/aws-sqs-batch-sender-python.svg)](https://github.com/cbuschka/aws-sqs-batch-sender-python/blob/main/license.txt)

This is the SQS batch sender offered to boto3 as [pull request #2590](https://github.com/boto/boto3/pull/2590). As long as the code has not been merged the BatchSender can be added as a dependency through this library.


## License
Copyright (c) 2021 by [Cornelius Buschka](https://github.com/cbuschka).

[MIT](./license.txt)



