dcicutils 8.12.0__py3-none-any.whl → 8.12.0.1b3__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
@@ -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' } -> SECURITY risk:")
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.1b3
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
@@ -30,7 +30,7 @@ Requires-Dist: boto3 (>=1.34.93,<2.0.0)
30
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
- Requires-Dist: elasticsearch (==7.13.4)
33
+ Requires-Dist: elasticsearch (>=7.17.9,<8.0.0)
34
34
  Requires-Dist: gitpython (>=3.1.2,<4.0.0)
35
35
  Requires-Dist: jsonc-parser (>=1.1.5,<2.0.0)
36
36
  Requires-Dist: jsonschema (>=4.19.0,<5.0.0)
@@ -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 (==1.10.4)
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=JCrAiYFF9lMkj3s2w0J2EtN8P65qEamMe3ZZYPCF4Yo,13904
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=TNbMTJVcSDAF14YY3YIvhNviqA7jmCuy6twJTsDzvag,3436
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.1b3.dist-info/LICENSE.txt,sha256=qnwSmfnEWMl5l78VPDEzAmEbLVrRqQvfUQiHT0ehrOo,1102
77
+ dcicutils-8.12.0.1b3.dist-info/METADATA,sha256=GfMdIL5vbbESLw3rmL80DBU_tJEkDyvq4QkgAoAVk8k,3456
78
+ dcicutils-8.12.0.1b3.dist-info/WHEEL,sha256=7Z8_27uaHI_UZAc4Uox4PpBhQ9Y5_modZXWMxtUi4NU,88
79
+ dcicutils-8.12.0.1b3.dist-info/entry_points.txt,sha256=51Q4F_2V10L0282W7HFjP4jdzW4K8lnWDARJQVFy_hw,270
80
+ dcicutils-8.12.0.1b3.dist-info/RECORD,,