swh-lister/swh/lister/pypi
David Douard 2d1f0643ff Heavy refactor of the task system
Get rid of the class based task definition in favor of decorator-based
task declarations.

Doing so, we can get rid of core/tasks.py

Task names are explicitely set to keep compatibility with task
definitions in schedulers' database.

This also add debug statements at the beginning and end of each lister
task.
2019-01-08 10:33:32 +01:00
..
__init__.py swh.lister.pypi: Add a pypi lister implementation using xmlprc api 2018-08-01 10:25:21 +02:00
lister.py pypi.lister: Use https://pypi.org/project/<name>/ uri as project_url 2018-09-17 16:01:17 +02:00
models.py pypi.lister: Normalize pypi name to PyPI 2018-09-14 13:24:48 +02:00
tasks.py Heavy refactor of the task system 2019-01-08 10:33:32 +01:00