Metadata-Version: 2.5
Name: swh.scheduler
Version: 3.5.0
Summary: Software Heritage scheduler
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
Author-email: Software Heritage developers <swh-devel@inria.fr>
License-File: AUTHORS
License-File: LICENSE
License-File: LICENSE.Celery
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.11
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: dateparser
Requires-Dist: flask
Requires-Dist: humanize
Requires-Dist: pika>=1.1.0
Requires-Dist: psycopg
Requires-Dist: psycopg-pool
Requires-Dist: python-dateutil
Requires-Dist: pyyaml
Requires-Dist: requests
Requires-Dist: sentry-sdk
Requires-Dist: setuptools
Requires-Dist: swh-core[db,http]>=4.8.0
Requires-Dist: swh-storage>=3.0.0
Requires-Dist: tabulate
Provides-Extra: journal
Requires-Dist: swh-journal; extra == 'journal'
Provides-Extra: pytest
Requires-Dist: celery; extra == 'pytest'
Requires-Dist: pytest-postgresql>5; extra == 'pytest'
Requires-Dist: pytest>=8.1; extra == 'pytest'
Requires-Dist: swh-core[db]; extra == 'pytest'
Provides-Extra: simulator
Requires-Dist: plotille; extra == 'simulator'
Requires-Dist: simpy; extra == 'simulator'
Provides-Extra: testing
Requires-Dist: celery; extra == 'testing'
Requires-Dist: celery-types; extra == 'testing'
Requires-Dist: hypothesis>=3.11.0; extra == 'testing'
Requires-Dist: plotille; extra == 'testing'
Requires-Dist: pytest-mock; extra == 'testing'
Requires-Dist: pytest-postgresql>5; extra == 'testing'
Requires-Dist: pytest>=8.1; extra == 'testing'
Requires-Dist: simpy; extra == 'testing'
Requires-Dist: swh-core[db]; extra == 'testing'
Requires-Dist: swh-core[testing]>=4.6.2; extra == 'testing'
Requires-Dist: swh-storage[pytest]>=3.1.0; extra == 'testing'
Requires-Dist: types-confluent-kafka; extra == 'testing'
Requires-Dist: types-dateparser; extra == 'testing'
Requires-Dist: types-deprecated; extra == 'testing'
Requires-Dist: types-pika; extra == 'testing'
Requires-Dist: types-python-dateutil; extra == 'testing'
Requires-Dist: types-pyyaml; extra == 'testing'
Requires-Dist: types-requests; extra == 'testing'
Requires-Dist: types-tabulate; extra == 'testing'
Provides-Extra: testing-journal
Requires-Dist: swh-journal[pytest]>=2.0.0; extra == 'testing-journal'
Description-Content-Type: text/x-rst

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