Metadata-Version: 2.3
Name: simple-poller
Version: 0.1.0
Summary: 
Author: Chuancong Gao
Author-email: chuanconggao@users.noreply.github.com
Requires-Python: >=3.13,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: boto3 (>=1.34.0,<2.0.0)
Description-Content-Type: text/markdown

# Introduction

This library provides:

- An abstract base poller that either polls a single batch or keeps poll batches until  interrupted.
- A AWS SQS poller that processes messages in the same batch concurrently via async IO, with auto message deletion.

For usage examples, please refer to tests.

