Metadata-Version: 2.1
Name: swh.scheduler
Version: 1.2.2
Summary: Software Heritage Scheduler
Home-page: https://forge.softwareheritage.org/diffusion/DSCH/
Author: Software Heritage developers
Author-email: swh-devel@inria.fr
Project-URL: Bug Reports, https://forge.softwareheritage.org/maniphest
Project-URL: Funding, https://www.softwareheritage.org/donate
Project-URL: Source, https://forge.softwareheritage.org/source/swh-scheduler
Project-URL: Documentation, https://docs.softwareheritage.org/devel/swh-scheduler/
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/markdown
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: pika (>=1.1.0)
Requires-Dist: psycopg2
Requires-Dist: pyyaml
Requires-Dist: requests
Requires-Dist: sentry-sdk
Requires-Dist: setuptools
Requires-Dist: typing-extensions
Requires-Dist: swh.core[db,http] (>=2.9)
Requires-Dist: swh.storage (>=0.11.1)
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: celery (>=4.3) ; extra == 'testing'
Requires-Dist: hypothesis (>=3.11.0) ; extra == 'testing'
Requires-Dist: swh.lister ; extra == 'testing'
Requires-Dist: swh.storage[testing] ; extra == 'testing'
Requires-Dist: types-click ; extra == 'testing'
Requires-Dist: types-flask ; extra == 'testing'
Requires-Dist: types-pyyaml ; extra == 'testing'
Requires-Dist: types-requests ; extra == 'testing'
Requires-Dist: types-Deprecated ; 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).
