D lang lister
Add a dlang module that retrieve origins from an http api endpoint. Each origin is a git based project url on github.com, gitlab.com or bitbucket.com.
This commit is contained in:
parent
3ab856288c
commit
398a3d3a9d
8 changed files with 948 additions and 0 deletions
1
setup.py
1
setup.py
|
@ -65,6 +65,7 @@ setup(
|
|||
lister.cran=swh.lister.cran:register
|
||||
lister.crates=swh.lister.crates:register
|
||||
lister.debian=swh.lister.debian:register
|
||||
lister.dlang=swh.lister.dlang:register
|
||||
lister.fedora=swh.lister.fedora:register
|
||||
lister.gitea=swh.lister.gitea:register
|
||||
lister.github=swh.lister.github:register
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue