dcicutils 8.8.4.1b28__py3-none-any.whl → 8.8.4.1b31__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- dcicutils/misc_utils.py +2 -2
- {dcicutils-8.8.4.1b28.dist-info → dcicutils-8.8.4.1b31.dist-info}/METADATA +1 -1
- {dcicutils-8.8.4.1b28.dist-info → dcicutils-8.8.4.1b31.dist-info}/RECORD +6 -6
- {dcicutils-8.8.4.1b28.dist-info → dcicutils-8.8.4.1b31.dist-info}/LICENSE.txt +0 -0
- {dcicutils-8.8.4.1b28.dist-info → dcicutils-8.8.4.1b31.dist-info}/WHEEL +0 -0
- {dcicutils-8.8.4.1b28.dist-info → dcicutils-8.8.4.1b31.dist-info}/entry_points.txt +0 -0
dcicutils/misc_utils.py
CHANGED
@@ -2560,7 +2560,7 @@ def normalize_string(value: Optional[str]) -> Optional[str]:
|
|
2560
2560
|
if value is None:
|
2561
2561
|
return ""
|
2562
2562
|
elif isinstance(value, str):
|
2563
|
-
return value.strip()
|
2563
|
+
return re.sub(r"\s+", " ", value).strip()
|
2564
2564
|
return None
|
2565
2565
|
|
2566
2566
|
|
@@ -2693,7 +2693,7 @@ def get_app_specific_directory() -> str:
|
|
2693
2693
|
Returns the standard system application specific directory:
|
2694
2694
|
- On MacOS this directory: is: ~/Library/Application Support
|
2695
2695
|
- On Linux this directory is: ~/.local/share
|
2696
|
-
- On Windows this directory is: %USERPROFILE
|
2696
|
+
- On Windows this directory is: %USERPROFILE%\\AppData\\Local # noqa
|
2697
2697
|
N.B. This is has been tested on MacOS and Linux but not on Windows.
|
2698
2698
|
"""
|
2699
2699
|
return appdirs.user_data_dir()
|
@@ -44,7 +44,7 @@ dcicutils/license_policies/park-lab-gpl-pipeline.jsonc,sha256=vLZkwm3Js-kjV44nug
|
|
44
44
|
dcicutils/license_policies/park-lab-pipeline.jsonc,sha256=9qlY0ASy3iUMQlr3gorVcXrSfRHnVGbLhkS427UaRy4,283
|
45
45
|
dcicutils/license_utils.py,sha256=d1cq6iwv5Ju-VjdoINi6q7CPNNL7Oz6rcJdLMY38RX0,46978
|
46
46
|
dcicutils/log_utils.py,sha256=7pWMc6vyrorUZQf-V-M3YC6zrPgNhuV_fzm9xqTPph0,10883
|
47
|
-
dcicutils/misc_utils.py,sha256=
|
47
|
+
dcicutils/misc_utils.py,sha256=n4_aAc-skw8wY_WdfbCZG_wFo8VNMulA9madDvGQgZk,106611
|
48
48
|
dcicutils/obfuscation_utils.py,sha256=fo2jOmDRC6xWpYX49u80bVNisqRRoPskFNX3ymFAmjw,5963
|
49
49
|
dcicutils/opensearch_utils.py,sha256=V2exmFYW8Xl2_pGFixF4I2Cc549Opwe4PhFi5twC0M8,1017
|
50
50
|
dcicutils/portal_object_utils.py,sha256=gDXRgPsRvqCFwbC8WatsuflAxNiigOnqr0Hi93k3AgE,15422
|
@@ -73,8 +73,8 @@ dcicutils/trace_utils.py,sha256=g8kwV4ebEy5kXW6oOrEAUsurBcCROvwtZqz9fczsGRE,1769
|
|
73
73
|
dcicutils/validation_utils.py,sha256=cMZIU2cY98FYtzK52z5WUYck7urH6JcqOuz9jkXpqzg,14797
|
74
74
|
dcicutils/variant_utils.py,sha256=2H9azNx3xAj-MySg-uZ2SFqbWs4kZvf61JnK6b-h4Qw,4343
|
75
75
|
dcicutils/zip_utils.py,sha256=_Y9EmL3D2dUZhxucxHvrtmmlbZmK4FpSsHEb7rGSJLU,3265
|
76
|
-
dcicutils-8.8.4.
|
77
|
-
dcicutils-8.8.4.
|
78
|
-
dcicutils-8.8.4.
|
79
|
-
dcicutils-8.8.4.
|
80
|
-
dcicutils-8.8.4.
|
76
|
+
dcicutils-8.8.4.1b31.dist-info/LICENSE.txt,sha256=qnwSmfnEWMl5l78VPDEzAmEbLVrRqQvfUQiHT0ehrOo,1102
|
77
|
+
dcicutils-8.8.4.1b31.dist-info/METADATA,sha256=dWpMQqr3ifnJHDrWiQbwbA8YpzOXZH4W1jEaKmy_oBg,3440
|
78
|
+
dcicutils-8.8.4.1b31.dist-info/WHEEL,sha256=7Z8_27uaHI_UZAc4Uox4PpBhQ9Y5_modZXWMxtUi4NU,88
|
79
|
+
dcicutils-8.8.4.1b31.dist-info/entry_points.txt,sha256=51Q4F_2V10L0282W7HFjP4jdzW4K8lnWDARJQVFy_hw,270
|
80
|
+
dcicutils-8.8.4.1b31.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|