Metadata-Version: 2.1
Name: swh.scheduler
Version: 2.2.1
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
Requires-Python: >=3.7
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
Requires-Dist: flask
Requires-Dist: humanize
Requires-Dist: importlib-metadata
Requires-Dist: pika >=1.1.0
Requires-Dist: psycopg2
Requires-Dist: pyyaml
Requires-Dist: requests
Requires-Dist: tabulate
Requires-Dist: sentry-sdk
Requires-Dist: setuptools
Requires-Dist: testing.postgresql
Requires-Dist: typing-extensions
Requires-Dist: swh.core[db,http] >=3.0.0
Requires-Dist: swh.storage >=2.0.0
Requires-Dist: importlib-metadata <5 ; python_version <= "3.7"
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: testing
Requires-Dist: pytest ; 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.0.0 ; extra == 'testing'
Requires-Dist: swh.storage[testing] >=2.0.0 ; 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.journal ; extra == 'testing'
Requires-Dist: plotille ; extra == 'testing'
Requires-Dist: simpy <4,>=3 ; extra == 'testing'

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).
