Metadata-Version: 2.1
Name: nats_queue
Version: 1.1.4
Summary: A lightweight, performant library for managing queues and task handlers (workers) built on top of NATS JetStream and inspired by BullMQ functionality.
Home-page: https://github.com/qwejid/nats_queue
Author: k.shishkina
Author-email: klikklok2017@gmail.com
License: MIT
Keywords: python nats
Classifier: Programming Language :: Python :: 3.12
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests>=2.25.1
Requires-Dist: setuptools>=42
Requires-Dist: nats-py>=2.9.0

# NATS Queue

![test](https://github.com/qwejid/nats_queue/actions/workflows/ci.yml/badge.svg?branch=main)
[![codecov](https://codecov.io/gh/qwejid/nats_queue/graph/badge.svg?token=B623HA81JK)](https://codecov.io/gh/qwejid/nats_queue)
