dcicutils 8.8.1.1b19__py3-none-any.whl → 8.8.1.1b21__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.
@@ -19,6 +19,9 @@ class PROGRESS_INGESTER(_Enum):
19
19
  VALIDATION = "ingester_validation"
20
20
  QUEUED = "ingester_queued"
21
21
  INITIATE = "ingester_initiate"
22
+ CLEANUP = "ingester_cleanup"
23
+ DONE = "ingester_done"
24
+ OUTCOME = "ingester_outcome"
22
25
  PARSE_LOAD_INITIATE = "ingester_parse_initiate"
23
26
  PARSE_LOAD_DONE = "ingester_parse_done"
24
27
  VALIDATE_LOAD_INITIATE = "ingester_validate_initiate"
@@ -28,7 +31,7 @@ class PROGRESS_INGESTER(_Enum):
28
31
  MESSAGE = "ingester_message"
29
32
  MESSAGE_VERBOSE = "ingester_message_verbose"
30
33
  MESSAGE_DEBUG = "ingester_message_debug"
31
- NOW = lambda: str(datetime.utcnow()) # noqa
34
+ NOW = lambda: _NOW() # noqa
32
35
 
33
36
 
34
37
  class PROGRESS_PARSE(_Enum):
@@ -54,7 +57,7 @@ class PROGRESS_PARSE(_Enum):
54
57
  MESSAGE = "parse_message"
55
58
  MESSAGE_VERBOSE = "parse_message_verbose"
56
59
  MESSAGE_DEBUG = "parse_message_debug"
57
- NOW = lambda: str(datetime.utcnow()) # noqa
60
+ NOW = lambda: _NOW() # noqa
58
61
 
59
62
 
60
63
  class PROGRESS_LOADXL(_Enum):
@@ -71,4 +74,8 @@ class PROGRESS_LOADXL(_Enum):
71
74
  MESSAGE = "loadxl_message"
72
75
  MESSAGE_VERBOSE = "loadxl_message_verbose"
73
76
  MESSAGE_DEBUG = "loadxl_message_debug"
74
- NOW = lambda: str(datetime.utcnow()) # noqa
77
+ NOW = lambda: _NOW() # noqa
78
+
79
+
80
+ def _NOW() -> str:
81
+ return datetime.utcnow().strftime("%Y-%m-%dT%H:%M:%S.%fZ")
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: dcicutils
3
- Version: 8.8.1.1b19
3
+ Version: 8.8.1.1b21
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
@@ -48,7 +48,7 @@ dcicutils/obfuscation_utils.py,sha256=fo2jOmDRC6xWpYX49u80bVNisqRRoPskFNX3ymFAmj
48
48
  dcicutils/opensearch_utils.py,sha256=V2exmFYW8Xl2_pGFixF4I2Cc549Opwe4PhFi5twC0M8,1017
49
49
  dcicutils/portal_object_utils.py,sha256=MF6MTZ6yxakZFDjbkTKCsF4q4p11dLDVvT5JBV9m6RQ,15408
50
50
  dcicutils/portal_utils.py,sha256=oBoI3KWRp6YrbsuVGbmPQ3kATB5cVVsQo7-qmnYXWqg,30260
51
- dcicutils/progress_constants.py,sha256=IiFzJrelPY0Y7vX41xtIb1i0entJgs5eeJo1FpbEOCU,2726
51
+ dcicutils/progress_constants.py,sha256=Wo2ZQXnckodgYnrVoV2FM4UHBj5DSTIN970wDUZ2f6Y,2855
52
52
  dcicutils/project_utils.py,sha256=qPdCaFmWUVBJw4rw342iUytwdQC0P-XKpK4mhyIulMM,31250
53
53
  dcicutils/qa_checkers.py,sha256=cdXjeL0jCDFDLT8VR8Px78aS10hwNISOO5G_Zv2TZ6M,20534
54
54
  dcicutils/qa_utils.py,sha256=TT0SiJWiuxYvbsIyhK9VO4uV_suxhB6CpuC4qPacCzQ,160208
@@ -70,8 +70,8 @@ dcicutils/trace_utils.py,sha256=g8kwV4ebEy5kXW6oOrEAUsurBcCROvwtZqz9fczsGRE,1769
70
70
  dcicutils/validation_utils.py,sha256=cMZIU2cY98FYtzK52z5WUYck7urH6JcqOuz9jkXpqzg,14797
71
71
  dcicutils/variant_utils.py,sha256=2H9azNx3xAj-MySg-uZ2SFqbWs4kZvf61JnK6b-h4Qw,4343
72
72
  dcicutils/zip_utils.py,sha256=rnjNv_k6L9jT2SjDSgVXp4BEJYLtz9XN6Cl2Fy-tqnM,2027
73
- dcicutils-8.8.1.1b19.dist-info/LICENSE.txt,sha256=qnwSmfnEWMl5l78VPDEzAmEbLVrRqQvfUQiHT0ehrOo,1102
74
- dcicutils-8.8.1.1b19.dist-info/METADATA,sha256=WXemIPj-5Dc1cuv_8csyAgJzDxUQmi8g5qbxCRNN7Rw,3357
75
- dcicutils-8.8.1.1b19.dist-info/WHEEL,sha256=7Z8_27uaHI_UZAc4Uox4PpBhQ9Y5_modZXWMxtUi4NU,88
76
- dcicutils-8.8.1.1b19.dist-info/entry_points.txt,sha256=51Q4F_2V10L0282W7HFjP4jdzW4K8lnWDARJQVFy_hw,270
77
- dcicutils-8.8.1.1b19.dist-info/RECORD,,
73
+ dcicutils-8.8.1.1b21.dist-info/LICENSE.txt,sha256=qnwSmfnEWMl5l78VPDEzAmEbLVrRqQvfUQiHT0ehrOo,1102
74
+ dcicutils-8.8.1.1b21.dist-info/METADATA,sha256=jKqORHOi7ax5BTxn1GNsqOH8_fxXwRmgYPJIYxrVrjE,3357
75
+ dcicutils-8.8.1.1b21.dist-info/WHEEL,sha256=7Z8_27uaHI_UZAc4Uox4PpBhQ9Y5_modZXWMxtUi4NU,88
76
+ dcicutils-8.8.1.1b21.dist-info/entry_points.txt,sha256=51Q4F_2V10L0282W7HFjP4jdzW4K8lnWDARJQVFy_hw,270
77
+ dcicutils-8.8.1.1b21.dist-info/RECORD,,