diff options
Diffstat (limited to 'dlpcvp.py')
-rwxr-xr-x | dlpcvp.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -20,6 +20,8 @@ import rpm # PyPI API documentation https://warehouse.readthedocs.io/api-reference/ PyPI_base = "https://pypi.org/pypi/{}/json" +# https://github.com/openSUSE/open-build-service/blob/master/docs/api/api/api.txt +# https://build.opensuse.org/apidocs/index OBS_base = "https://api.opensuse.org" ConfigRC = os.path.expanduser('~/.config/osc/oscrc') CUTCHARS = len('python-') |