Metadata-Version: 2.4
Name: mersal_polling
Version: 0.3.0
Summary: Polling implementation for Mersal
Project-URL: Homepage, https://github.com/mersal-org/mersal-polling
Project-URL: Documentation, https://docs.mersal.dev
Project-URL: Repository, https://github.com/mersal-org/mersal-polling
Project-URL: Changelog, https://github.com/mersal-org/mersal-polling/releases
Project-URL: Issue Tracker, https://github.com/mersal-org/mersal-polling/issues
Author-email: Abdulhaq Emhemmed <abdulhaq.emhemmed@gmail.com>
License-Expression: MIT
License-File: LICENSE
Keywords: message bus,messaging,polling,service bus
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
Classifier: Typing :: Typed
Requires-Python: >=3.11
Requires-Dist: mersal
Description-Content-Type: text/x-rst

mersal-polling
=================

.. list-table::
   :header-rows: 1

   * - Project
     - Status
   * - CI/CD
     - .. image:: https://github.com/mersal-org/mersal-polling/actions/workflows/publish.yml/badge.svg
          :target: https://github.com/mersal-org/mersal-polling/actions/workflows/publish.yml
          :alt: Latest Release
       .. image:: https://github.com/mersal-org/mersal-polling/actions/workflows/ci.yml/badge.svg
          :target: https://github.com/mersal-org/mersal-polling/actions/workflows/ci.yml
          :alt: CI
       .. image:: https://github.com/mersal-org/mersal-polling/actions/workflows/docs.yml/badge.svg?branch=main
          :target: https://github.com/mersal-org/mersal-polling/actions/workflows/docs.yml
          :alt: Documentation Building
   * - Package
     - .. image:: https://img.shields.io/pypi/v/mersal-polling?labelColor=202235&color=1e4b94&logo=python&logoColor=white
          :target: https://badge.fury.io/py/mersal
          :alt: PyPI - Version
       .. image:: https://img.shields.io/pypi/pyversions/mersal-polling?labelColor=202235&color=1e4b94&logo=python&logoColor=white
          :alt: PyPI - Support Python Versions
       .. image:: https://img.shields.io/pypi/dm/mersal-polling?logo=python&label=package%20downloads&labelColor=202235&color=1e4b94&logoColor=white
          :alt: mersal-polling PyPI - Downloads
   * - Meta
     - .. image:: https://img.shields.io/badge/license-MIT-202235.svg?logo=python&labelColor=202235&color=1e4b94&logoColor=white
          :target: https://spdx.org/licenses/
          :alt: License - MIT
       .. image:: https://img.shields.io/badge/types-Mypy-202235.svg?logo=python&labelColor=202235&color=1e4b94&logoColor=white
          :target: https://github.com/python/mypy
          :alt: types - Mypy
       .. image:: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/charliermarsh/ruff/main/assets/badge/v2.json&labelColor=202235&color=1e4b94
          :target: https://github.com/astral-sh/ruff
          :alt: linting - Ruff

Polling plugin for **Mersal**
