Mercurial > repos > jay > gaiac_heatmap
comparison gaiac_pm_data_pulling/gaiac_pm_data_pulling.py @ 3:ea3a11b428d9 draft default tip
planemo upload for repository https://github.com/jaidevjoshi83/gaiac commit e9587f93346c7b55e1be00bad5844bf2db3ed03d-dirty
| author | jay |
|---|---|
| date | Thu, 10 Jul 2025 19:39:56 +0000 |
| parents | 6f9ed7f12aad |
| children |
comparison
equal
deleted
inserted
replaced
| 2:6f9ed7f12aad | 3:ea3a11b428d9 |
|---|---|
| 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')) |
