add repo link to the script file

This commit is contained in:
Andrei Pokhilko
2019-08-12 20:07:07 +06:00
parent e4f1664542
commit 31112dd8b8

View File

@@ -1,5 +1,11 @@
#!/usr/bin/env python #!/usr/bin/env python
######
# github repository: https://github.com/andrey-pohilko/registry-cli
#
# please read more details about the script, usage options and license info there
######
import requests import requests
import ast import ast
from requests.packages.urllib3.exceptions import InsecureRequestWarning from requests.packages.urllib3.exceptions import InsecureRequestWarning