Metadata-Version: 2.4
Name: swh.scheduler
Version: 3.3.0
Summary: Software Heritage scheduler
Author-email: Software Heritage developers <swh-devel@inria.fr>
Project-URL: Homepage, https://gitlab.softwareheritage.org/swh/devel/swh-scheduler
Project-URL: Bug Reports, https://gitlab.softwareheritage.org/swh/devel/swh-scheduler/-/issues
Project-URL: Funding, https://www.softwareheritage.org/donate
Project-URL: Documentation, https://docs.softwareheritage.org/devel/swh-scheduler/
Project-URL: Source, https://gitlab.softwareheritage.org/swh/devel/swh-scheduler.git
Classifier: Programming Language :: Python :: 3
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.10
Description-Content-Type: text/x-rst
License-File: LICENSE
License-File: LICENSE.Celery
License-File: AUTHORS
Requires-Dist: attrs
Requires-Dist: attrs-strict
Requires-Dist: celery!=5.0.3,>=4.3
Requires-Dist: click!=8.2.1,>=8.2.0
Requires-Dist: flask
Requires-Dist: humanize
Requires-Dist: importlib_metadata
Requires-Dist: importlib_metadata<5; python_version <= "3.7"
Requires-Dist: pika>=1.1.0
Requires-Dist: psycopg
Requires-Dist: psycopg_pool
Requires-Dist: pyyaml
Requires-Dist: requests
Requires-Dist: tabulate
Requires-Dist: sentry-sdk
Requires-Dist: setuptools
Requires-Dist: typing-extensions
Requires-Dist: swh.core[db,http]>=4.0.0
Requires-Dist: swh.storage>=3.0.0
Provides-Extra: journal
Requires-Dist: swh.journal; extra == "journal"
Provides-Extra: simulator
Requires-Dist: plotille; extra == "simulator"
Requires-Dist: simpy<4,>=3; extra == "simulator"
Provides-Extra: pytest
Requires-Dist: swh.core[db]; extra == "pytest"
Requires-Dist: celery; extra == "pytest"
Requires-Dist: pytest>=8.1; extra == "pytest"
Requires-Dist: pytest-postgresql>5; extra == "pytest"
Provides-Extra: testing
Requires-Dist: pytest>=8.1; extra == "testing"
Requires-Dist: pytest-mock; extra == "testing"
Requires-Dist: pytest-postgresql>5; extra == "testing"
Requires-Dist: hypothesis>=3.11.0; extra == "testing"
Requires-Dist: swh.core[testing]>=3.6.3; extra == "testing"
Requires-Dist: swh.storage[pytest]>=3.1.0; extra == "testing"
Requires-Dist: celery-types; extra == "testing"
Requires-Dist: types-confluent-kafka; extra == "testing"
Requires-Dist: types-pika; extra == "testing"
Requires-Dist: types-pyyaml; extra == "testing"
Requires-Dist: types-requests; extra == "testing"
Requires-Dist: types-Deprecated; extra == "testing"
Requires-Dist: types-tabulate; extra == "testing"
Requires-Dist: swh.core[db]; extra == "testing"
Requires-Dist: celery; extra == "testing"
Requires-Dist: pytest>=8.1; extra == "testing"
Requires-Dist: pytest-postgresql>5; extra == "testing"
Requires-Dist: plotille; extra == "testing"
Requires-Dist: simpy<4,>=3; extra == "testing"
Provides-Extra: testing-journal
Requires-Dist: swh.journal[pytest]>=2.0.0; extra == "testing-journal"
Dynamic: license-file

swh-scheduler
=============

Job scheduler for the Software Heritage project.

Task manager for asynchronous/delayed tasks, used for both recurrent (e.g.,
listing a forge, loading new stuff from a Git repository) and one-off
activities (e.g., loading a specific version of a source package).
