mdk
Advanced tools
| Metadata-Version: 2.1 | ||
| Name: mdk | ||
| Version: 5.7.2 | ||
| Version: 5.7.3 | ||
| Summary: a docker-compose helper | ||
@@ -5,0 +5,0 @@ Home-page: https://matician.com/ |
+3
-3
@@ -82,5 +82,2 @@ """mdk utility functions & classes""" | ||
| # find global user conf | ||
| self.conf_paths.append(Path.home()/CONFIG_EXTENSION_USER_PATH) | ||
| # find nearest config file & sibling ext conf (add "_" to cwd b/c cwd().parents doesn't include cwd) | ||
@@ -96,2 +93,5 @@ for dir_path in (Path().cwd()/"_").parents: | ||
| # find global user conf | ||
| self.conf_paths.append(Path.home()/CONFIG_EXTENSION_USER_PATH) | ||
| # load our configuration as a list of dicts, later configs override earlier ones | ||
@@ -98,0 +98,0 @@ self.conf_data = [json.load(open(path)) for path in self.conf_paths if path.is_file()] |
+1
-1
| Metadata-Version: 2.1 | ||
| Name: mdk | ||
| Version: 5.7.2 | ||
| Version: 5.7.3 | ||
| Summary: a docker-compose helper | ||
@@ -5,0 +5,0 @@ Home-page: https://matician.com/ |
Alert delta unavailable
Currently unable to show alert delta for PyPI packages.