dcicutils 7.4.2.1b11__py3-none-any.whl → 7.4.2.1b12__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of dcicutils might be problematic. Click here for more details.
- dcicutils/project_utils.py +2 -2
- {dcicutils-7.4.2.1b11.dist-info → dcicutils-7.4.2.1b12.dist-info}/METADATA +1 -1
- {dcicutils-7.4.2.1b11.dist-info → dcicutils-7.4.2.1b12.dist-info}/RECORD +6 -6
- {dcicutils-7.4.2.1b11.dist-info → dcicutils-7.4.2.1b12.dist-info}/LICENSE.txt +0 -0
- {dcicutils-7.4.2.1b11.dist-info → dcicutils-7.4.2.1b12.dist-info}/WHEEL +0 -0
- {dcicutils-7.4.2.1b11.dist-info → dcicutils-7.4.2.1b12.dist-info}/entry_points.txt +0 -0
dcicutils/project_utils.py
CHANGED
@@ -113,7 +113,7 @@ class ProjectRegistry:
|
|
113
113
|
|
114
114
|
for attr in cls.NON_INHERITED_PROJECT_ATTRS:
|
115
115
|
if attr not in explicit_attrs:
|
116
|
-
|
116
|
+
delattr(the_class, attr)
|
117
117
|
|
118
118
|
lower_registry_name = pyproject_name.lower()
|
119
119
|
for x in ['cgap-portal', 'fourfront', 'smaht']:
|
@@ -285,7 +285,7 @@ class Project:
|
|
285
285
|
|
286
286
|
@classproperty
|
287
287
|
def APP_NAME(cls): # noQA - PyCharm wants the variable name to be self
|
288
|
-
return cls.
|
288
|
+
return cls.REPO_NAME.replace('-portal', '').replace('encoded-', '')
|
289
289
|
|
290
290
|
@classproperty
|
291
291
|
def APP_PRETTY_NAME(cls): # noQA - PyCharm wants the variable name to be self
|
@@ -32,7 +32,7 @@ dcicutils/log_utils.py,sha256=7pWMc6vyrorUZQf-V-M3YC6zrPgNhuV_fzm9xqTPph0,10883
|
|
32
32
|
dcicutils/misc_utils.py,sha256=s_6_6X1It5dklv6UOd4XfZdtbw8xWwpOysWbclUdYNA,90749
|
33
33
|
dcicutils/obfuscation_utils.py,sha256=fo2jOmDRC6xWpYX49u80bVNisqRRoPskFNX3ymFAmjw,5963
|
34
34
|
dcicutils/opensearch_utils.py,sha256=V2exmFYW8Xl2_pGFixF4I2Cc549Opwe4PhFi5twC0M8,1017
|
35
|
-
dcicutils/project_utils.py,sha256=
|
35
|
+
dcicutils/project_utils.py,sha256=foVjezP7iTX8BXSpWiMfAuJaOZYB4N9TxtsBrJu2nqs,15271
|
36
36
|
dcicutils/qa_checkers.py,sha256=Pd40yGTxMsae1IZP86qWExBQ9kFiEMQIrsi5sWA55WE,20234
|
37
37
|
dcicutils/qa_utils.py,sha256=r_vpLlxnsN8FDM_X_XO1KPotuZYAjptICcY4HJurj5Q,154684
|
38
38
|
dcicutils/redis_tools.py,sha256=rqGtnVUjNjTlCdL1EMKuEhEMAgRJMiXZJkrKuX255QA,6509
|
@@ -44,8 +44,8 @@ dcicutils/snapshot_utils.py,sha256=ymP7PXH6-yEiXAt75w0ldQFciGNqWBClNxC5gfX2FnY,2
|
|
44
44
|
dcicutils/ssl_certificate_utils.py,sha256=F0ifz_wnRRN9dfrfsz7aCp4UDLgHEY8LaK7PjnNvrAQ,9707
|
45
45
|
dcicutils/task_utils.py,sha256=MF8ujmTD6-O2AC2gRGPHyGdUrVKgtr8epT5XU8WtNjk,8082
|
46
46
|
dcicutils/trace_utils.py,sha256=g8kwV4ebEy5kXW6oOrEAUsurBcCROvwtZqz9fczsGRE,1769
|
47
|
-
dcicutils-7.4.2.
|
48
|
-
dcicutils-7.4.2.
|
49
|
-
dcicutils-7.4.2.
|
50
|
-
dcicutils-7.4.2.
|
51
|
-
dcicutils-7.4.2.
|
47
|
+
dcicutils-7.4.2.1b12.dist-info/LICENSE.txt,sha256=_lknlhA5bbBFtUCrhmOtUogQuvKDYd_AkLCRcjPoMBc,1098
|
48
|
+
dcicutils-7.4.2.1b12.dist-info/METADATA,sha256=jeFslfCBl-o1kt2NhoKeGKexQqs-QYp_q_M22zjNrWM,3003
|
49
|
+
dcicutils-7.4.2.1b12.dist-info/WHEEL,sha256=vVCvjcmxuUltf8cYhJ0sJMRDLr1XsPuxEId8YDzbyCY,88
|
50
|
+
dcicutils-7.4.2.1b12.dist-info/entry_points.txt,sha256=xUFTG_l0IJJFMY-WLeijpjCzTv3_3cdmXVqClOeuIGs,74
|
51
|
+
dcicutils-7.4.2.1b12.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|