dcicutils 8.12.0__py3-none-any.whl → 8.12.0.1b2__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- dcicutils/scripts/publish_to_pypi.py +1 -1
- {dcicutils-8.12.0.dist-info → dcicutils-8.12.0.1b2.dist-info}/METADATA +4 -4
- {dcicutils-8.12.0.dist-info → dcicutils-8.12.0.1b2.dist-info}/RECORD +6 -6
- {dcicutils-8.12.0.dist-info → dcicutils-8.12.0.1b2.dist-info}/LICENSE.txt +0 -0
- {dcicutils-8.12.0.dist-info → dcicutils-8.12.0.1b2.dist-info}/WHEEL +0 -0
- {dcicutils-8.12.0.dist-info → dcicutils-8.12.0.1b2.dist-info}/entry_points.txt +0 -0
@@ -203,7 +203,7 @@ def verify_untracked_files() -> bool:
|
|
203
203
|
untracked_files = get_untracked_files()
|
204
204
|
if untracked_files:
|
205
205
|
PRINT(f"You are about to PUBLISH the following ({len(untracked_files)})"
|
206
|
-
f" UNTRACKED file{'' if len(untracked_files) == 1 else 's'
|
206
|
+
f" UNTRACKED file{'' if len(untracked_files) == 1 else 's'} -> SECURITY risk:")
|
207
207
|
for untracked_file in untracked_files:
|
208
208
|
PRINT(f"-- {untracked_file}")
|
209
209
|
PRINT("DO NOT continue UNLESS you KNOW what you are doing!")
|
@@ -1,24 +1,24 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: dcicutils
|
3
|
-
Version: 8.12.0
|
3
|
+
Version: 8.12.0.1b2
|
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
|
7
7
|
Author: 4DN-DCIC Team
|
8
8
|
Author-email: support@4dnucleome.org
|
9
|
-
Requires-Python: >=3.8,<3.13
|
9
|
+
Requires-Python: >=3.8.1,<3.13
|
10
10
|
Classifier: Development Status :: 4 - Beta
|
11
11
|
Classifier: Intended Audience :: Developers
|
12
12
|
Classifier: Intended Audience :: Science/Research
|
13
13
|
Classifier: License :: OSI Approved :: MIT License
|
14
14
|
Classifier: Programming Language :: Python :: 3
|
15
|
-
Classifier: Programming Language :: Python :: 3.8
|
16
15
|
Classifier: Programming Language :: Python :: 3.9
|
17
16
|
Classifier: Programming Language :: Python :: 3.10
|
18
17
|
Classifier: Programming Language :: Python :: 3.11
|
19
18
|
Classifier: Programming Language :: Python :: 3
|
20
19
|
Classifier: Programming Language :: Python :: 3.10
|
21
20
|
Classifier: Programming Language :: Python :: 3.11
|
21
|
+
Classifier: Programming Language :: Python :: 3.12
|
22
22
|
Classifier: Programming Language :: Python :: 3.8
|
23
23
|
Classifier: Programming Language :: Python :: 3.9
|
24
24
|
Classifier: Topic :: Database :: Database Engines/Servers
|
@@ -38,7 +38,7 @@ Requires-Dist: openpyxl (>=3.1.2,<4.0.0)
|
|
38
38
|
Requires-Dist: opensearch-py (>=2.0.1,<3.0.0)
|
39
39
|
Requires-Dist: pyOpenSSL (>=23.1.1,<24.0.0)
|
40
40
|
Requires-Dist: pyperclip (>=1.8.2,<2.0.0)
|
41
|
-
Requires-Dist: pyramid (
|
41
|
+
Requires-Dist: pyramid (>=2.0.2,<3.0.0)
|
42
42
|
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)
|
@@ -57,7 +57,7 @@ dcicutils/redis_tools.py,sha256=qkcSNMtvqkpvts-Cm9gWhneK523Q_oHwhNUud1be1qk,7055
|
|
57
57
|
dcicutils/redis_utils.py,sha256=VJ-7g8pOZqR1ZCtdcjKz3-6as2DMUcs1b1zG6wSprH4,6462
|
58
58
|
dcicutils/s3_utils.py,sha256=LauLFQGvZLfpBJ81tYMikjLd3SJRz2R_FrL1n4xSlyI,28868
|
59
59
|
dcicutils/schema_utils.py,sha256=GmRm-XqZKJ6qine16SQF1txcby9WougDav_sYmKNs9E,12400
|
60
|
-
dcicutils/scripts/publish_to_pypi.py,sha256=
|
60
|
+
dcicutils/scripts/publish_to_pypi.py,sha256=sMd4WASQGlxlh7uLrt2eGkFRXYgONVmvIg8mClMS5RQ,13903
|
61
61
|
dcicutils/scripts/run_license_checker.py,sha256=z2keYnRDZsHQbTeo1XORAXSXNJK5axVzL5LjiNqZ7jE,4184
|
62
62
|
dcicutils/scripts/view_portal_object.py,sha256=rnlIoblDpoLPJ-Bor7OHxLgrVZyvqoxA0jmHW8ogg3s,29805
|
63
63
|
dcicutils/secrets_utils.py,sha256=8dppXAsiHhJzI6NmOcvJV5ldvKkQZzh3Fl-cb8Wm7MI,19745
|
@@ -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.12.0.dist-info/LICENSE.txt,sha256=qnwSmfnEWMl5l78VPDEzAmEbLVrRqQvfUQiHT0ehrOo,1102
|
77
|
-
dcicutils-8.12.0.dist-info/METADATA,sha256=
|
78
|
-
dcicutils-8.12.0.dist-info/WHEEL,sha256=7Z8_27uaHI_UZAc4Uox4PpBhQ9Y5_modZXWMxtUi4NU,88
|
79
|
-
dcicutils-8.12.0.dist-info/entry_points.txt,sha256=51Q4F_2V10L0282W7HFjP4jdzW4K8lnWDARJQVFy_hw,270
|
80
|
-
dcicutils-8.12.0.dist-info/RECORD,,
|
76
|
+
dcicutils-8.12.0.1b2.dist-info/LICENSE.txt,sha256=qnwSmfnEWMl5l78VPDEzAmEbLVrRqQvfUQiHT0ehrOo,1102
|
77
|
+
dcicutils-8.12.0.1b2.dist-info/METADATA,sha256=PmGGm4Vo_EzKctpoPDanTU7hUySZqw_ORNP5xgt9dlQ,3449
|
78
|
+
dcicutils-8.12.0.1b2.dist-info/WHEEL,sha256=7Z8_27uaHI_UZAc4Uox4PpBhQ9Y5_modZXWMxtUi4NU,88
|
79
|
+
dcicutils-8.12.0.1b2.dist-info/entry_points.txt,sha256=51Q4F_2V10L0282W7HFjP4jdzW4K8lnWDARJQVFy_hw,270
|
80
|
+
dcicutils-8.12.0.1b2.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|