Added GiteaLister

Summary: Lister implementation for Gitea, works for (T2313). For now because of https://github.com/go-gitea/gitea/issues/9165 it would require setting its param limit to 50.

Reviewers: #reviewers, ardumont

Reviewed By: #reviewers, ardumont

Subscribers: ardumont

Differential Revision: https://forge.softwareheritage.org/D3107
This commit is contained in:
Léni Gauffier 2020-06-10 17:03:30 +02:00 committed by leni
parent 566294749e
commit 1408517c08
12 changed files with 752 additions and 0 deletions

View file

@ -67,6 +67,7 @@ setup(
lister.phabricator=swh.lister.phabricator:register
lister.pypi=swh.lister.pypi:register
lister.launchpad=swh.lister.launchpad:register
lister.gitea=swh.lister.gitea:register
""",
classifiers=[
"Programming Language :: Python :: 3",