Mercurial > repos > jay > gaiac_precision
comparison gaiac_pm_data_pulling/gaiac_pm_data_pulling.py @ 3:1f9e67edde6a draft default tip
planemo upload for repository https://github.com/jaidevjoshi83/gaiac commit e9587f93346c7b55e1be00bad5844bf2db3ed03d-dirty
author | jay |
---|---|
date | Thu, 10 Jul 2025 19:42:02 +0000 |
parents | 69b3190e5e64 |
children |
comparison
equal
deleted
inserted
replaced
2:69b3190e5e64 | 3:1f9e67edde6a |
---|---|
5 import logging | 5 import logging |
6 from base64 import urlsafe_b64encode | 6 from base64 import urlsafe_b64encode |
7 from html import escape | 7 from html import escape |
8 from urllib.parse import urljoin | 8 from urllib.parse import urljoin |
9 import requests | 9 import requests |
10 | |
11 log = logging.getLogger("tools.iuc.data_managers.data_manager_refgenie_pull") | |
12 | |
13 import urllib.request | 10 import urllib.request |
14 import json | 11 import json |
15 | 12 |
16 def get_file_list(ip): | 13 def get_file_list(ip): |
17 | 14 |
55 'selected': False | 52 'selected': False |
56 }] | 53 }] |
57 | 54 |
58 if __name__ == '__main__': | 55 if __name__ == '__main__': |
59 | 56 |
60 simulate_dynamic_options('http://iotprojects.ddns.net') | 57 print(simulate_dynamic_options('http://iotprojects.ddns.net')) |