swh-lister/swh/lister
Archit Agrawal f8a2ae866b swh.lister.core: Remove abstractmethod
Some of the new listers like GNU and CRAN do not
follow the conventional way of making an HTTP
request, hence they do not need some of the methods
which are usually needed by in conventional HTTP
request.

But those method are marked abstractmethod in the
core making them necessary to be present. So  it is in
best to remove abstractmethod to increase the
readability of those listers.
2019-06-08 16:51:57 +05:30
..
bitbucket lister: Unify credentials structure between listers 2019-05-29 14:00:11 +02:00
core swh.lister.core: Remove abstractmethod 2019-06-08 16:51:57 +05:30
debian lister: Unify credentials structure between listers 2019-05-29 14:00:11 +02:00
github lister: Unify credentials structure between listers 2019-05-29 14:00:11 +02:00
gitlab lister: Unify credentials structure between listers 2019-05-29 14:00:11 +02:00
npm lister: Unify credentials structure between listers 2019-05-29 14:00:11 +02:00
phabricator lister: Unify credentials structure between listers 2019-05-29 14:00:11 +02:00
pypi lister: Unify credentials structure between listers 2019-05-29 14:00:11 +02:00
tests Rename test methods to test_ to allow collection by pytest 2018-10-15 10:11:07 +02:00
__init__.py Add missing __init__.py files 2017-10-30 16:38:27 +01:00
cli.py cli: register the 'lister' cli subcommand 2019-05-22 13:36:57 +02:00
utils.py gitlab.lister: Simplify retrieving headers information 2018-07-16 13:57:34 +02:00