New update_fsl_package script
Compare changes
- Paul McCarthy authored
used for a small list of externally hosted (conda-forge) packages.
+ 77
− 5
@@ -54,6 +54,28 @@ log = logging.getLogger(__name__)
@@ -54,6 +54,28 @@ log = logging.getLogger(__name__)
@@ -84,6 +106,7 @@ def conda(cmd : str, capture_output=True, **kwargs) -> str:
@@ -84,6 +106,7 @@ def conda(cmd : str, capture_output=True, **kwargs) -> str:
@@ -243,17 +266,66 @@ def query_installed_packages() -> Dict[str, Package]:
@@ -243,17 +266,66 @@ def query_installed_packages() -> Dict[str, Package]:
@@ -276,7 +348,7 @@ def download_channel_metadata(channel_url : str, **kwargs) -> Tuple[Dict, Dict]:
@@ -276,7 +348,7 @@ def download_channel_metadata(channel_url : str, **kwargs) -> Tuple[Dict, Dict]:
@@ -291,7 +363,7 @@ def download_channel_metadata(channel_url : str, **kwargs) -> Tuple[Dict, Dict]:
@@ -291,7 +363,7 @@ def download_channel_metadata(channel_url : str, **kwargs) -> Tuple[Dict, Dict]: