dcicutils 8.8.4.1b13__py3-none-any.whl → 8.8.4.1b15__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 +7 -0
- {dcicutils-8.8.4.1b13.dist-info → dcicutils-8.8.4.1b15.dist-info}/METADATA +4 -3
- {dcicutils-8.8.4.1b13.dist-info → dcicutils-8.8.4.1b15.dist-info}/RECORD +6 -6
- {dcicutils-8.8.4.1b13.dist-info → dcicutils-8.8.4.1b15.dist-info}/LICENSE.txt +0 -0
- {dcicutils-8.8.4.1b13.dist-info → dcicutils-8.8.4.1b15.dist-info}/WHEEL +0 -0
- {dcicutils-8.8.4.1b13.dist-info → dcicutils-8.8.4.1b15.dist-info}/entry_points.txt +0 -0
dcicutils/misc_utils.py
CHANGED
@@ -19,6 +19,7 @@ import pytz
|
|
19
19
|
import re
|
20
20
|
import rfc3986.validators
|
21
21
|
import rfc3986.exceptions
|
22
|
+
import shortuuid
|
22
23
|
import time
|
23
24
|
import uuid
|
24
25
|
import warnings
|
@@ -2698,3 +2699,9 @@ def get_cpu_architecture_name() -> str:
|
|
2698
2699
|
if os_architecture_name == "x86_64": return "amd64" # noqa
|
2699
2700
|
return os_architecture_name
|
2700
2701
|
return ""
|
2702
|
+
|
2703
|
+
|
2704
|
+
def short_uuid(length: Optional[int] = None):
|
2705
|
+
if (length is None) or (not isinstance(length, int)) or (length < 1):
|
2706
|
+
length = 16
|
2707
|
+
return shortuuid.ShortUUID().random(length=length)
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: dcicutils
|
3
|
-
Version: 8.8.4.
|
3
|
+
Version: 8.8.4.1b15
|
4
4
|
Summary: Utility package for interacting with the 4DN Data Portal and other 4DN resources
|
5
5
|
Home-page: https://github.com/4dn-dcic/utils
|
6
6
|
License: MIT
|
@@ -26,8 +26,8 @@ Requires-Dist: PyJWT (>=2.6.0,<3.0.0)
|
|
26
26
|
Requires-Dist: PyYAML (>=6.0.1,<7.0.0)
|
27
27
|
Requires-Dist: appdirs (>=1.4.4,<2.0.0)
|
28
28
|
Requires-Dist: aws-requests-auth (>=0.4.2,<1)
|
29
|
-
Requires-Dist: boto3 (>=1.34.
|
30
|
-
Requires-Dist: botocore (>=1.34.
|
29
|
+
Requires-Dist: boto3 (>=1.34.93,<2.0.0)
|
30
|
+
Requires-Dist: botocore (>=1.34.93,<2.0.0)
|
31
31
|
Requires-Dist: chardet (>=5.2.0,<6.0.0)
|
32
32
|
Requires-Dist: docker (>=4.4.4,<5.0.0)
|
33
33
|
Requires-Dist: elasticsearch (==7.13.4)
|
@@ -43,6 +43,7 @@ Requires-Dist: pytz (>=2020.4)
|
|
43
43
|
Requires-Dist: redis (>=4.5.1,<5.0.0)
|
44
44
|
Requires-Dist: requests (>=2.21.0,<3.0.0)
|
45
45
|
Requires-Dist: rfc3986 (>=1.4.0,<2.0.0)
|
46
|
+
Requires-Dist: shortuuid (>=1.0.13,<2.0.0)
|
46
47
|
Requires-Dist: structlog (>=19.2.0,<20.0.0)
|
47
48
|
Requires-Dist: toml (>=0.10.1,<1)
|
48
49
|
Requires-Dist: tqdm (>=4.66.2,<5.0.0)
|
@@ -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=eVZ3lEkDebweKCeza2GIo7x3qEqqkj61Ilr17eMFlR0,105744
|
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.1b15.dist-info/LICENSE.txt,sha256=qnwSmfnEWMl5l78VPDEzAmEbLVrRqQvfUQiHT0ehrOo,1102
|
77
|
+
dcicutils-8.8.4.1b15.dist-info/METADATA,sha256=-eKROBZs2uM-7YOnS8nHPkO9U1nHnRz5UJhZYU9svgQ,3440
|
78
|
+
dcicutils-8.8.4.1b15.dist-info/WHEEL,sha256=7Z8_27uaHI_UZAc4Uox4PpBhQ9Y5_modZXWMxtUi4NU,88
|
79
|
+
dcicutils-8.8.4.1b15.dist-info/entry_points.txt,sha256=51Q4F_2V10L0282W7HFjP4jdzW4K8lnWDARJQVFy_hw,270
|
80
|
+
dcicutils-8.8.4.1b15.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|