Metadata-Version: 2.1
Name: quesadilla-core
Version: 0.1.1
Summary: An elegant background task queue for the more civilized age - core libraries
Home-page: https://gitlab.com/arcanery/python/quesadilla/quesadilla
License: GPL-3.0-or-later
Keywords: job,task,queue,async,actor
Author: Artur Ciesielski
Author-email: artur.ciesielski@gmail.com
Requires-Python: >=3.12,<4.0
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Typing :: Typed
Requires-Dist: python-ulid (>=2.7.0,<3.0.0)
Requires-Dist: typer (>=0.12.5,<0.13.0)
Project-URL: Documentation, https://arcanery.gitlab.io/python/quesadilla/quesadilla/
Project-URL: Repository, https://gitlab.com/arcanery/python/quesadilla/quesadilla-core
Description-Content-Type: text/markdown

<!-- `quesadilla` - an elegant background task queue for the more civilized age
Copyright (C) 2024 Artur Ciesielski <artur.ciesielski@gmail.com>

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <https://www.gnu.org/licenses/>. -->

[![pipeline status](https://gitlab.com/arcanery/python/quesadilla/quesadilla-core/badges/main/pipeline.svg)](https://gitlab.com/arcanery/python/quesadilla/quesadilla-core/-/commits/main)
[![coverage report](https://gitlab.com/arcanery/python/quesadilla/quesadilla-core/badges/main/coverage.svg)](https://gitlab.com/arcanery/python/quesadilla/quesadilla-core/-/commits/main)
[![latest release](https://gitlab.com/arcanery/python/quesadilla/quesadilla-core/-/badges/release.svg)](https://gitlab.com/arcanery/python/quesadilla/quesadilla-core/-/releases)

# quesadilla-core

Core libraries for `quesadilla`, an elegant background task queue for the more civilized age.

For more information about the project, see [the main project's homepage](https://gitlab.com/arcanery/python/quesadilla/quesadilla).

