coiled 1.129.3.dev10__py3-none-any.whl → 1.129.5.dev7__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.
- coiled/filestore.py +1 -1
- coiled/pypi_conda_map.py +22 -96
- {coiled-1.129.3.dev10.dist-info → coiled-1.129.5.dev7.dist-info}/METADATA +1 -1
- {coiled-1.129.3.dev10.dist-info → coiled-1.129.5.dev7.dist-info}/RECORD +7 -7
- {coiled-1.129.3.dev10.dist-info → coiled-1.129.5.dev7.dist-info}/WHEEL +0 -0
- {coiled-1.129.3.dev10.dist-info → coiled-1.129.5.dev7.dist-info}/entry_points.txt +0 -0
- {coiled-1.129.3.dev10.dist-info → coiled-1.129.5.dev7.dist-info}/licenses/LICENSE +0 -0
coiled/filestore.py
CHANGED
|
@@ -422,7 +422,7 @@ class FilestoreManagerWithoutHttp:
|
|
|
422
422
|
for chunk in response.iter_bytes(chunk_size=8192):
|
|
423
423
|
f.write(chunk)
|
|
424
424
|
return # Success, exit function
|
|
425
|
-
except (httpx.RemoteProtocolError, httpx.ReadTimeout, httpx.ConnectError) as e:
|
|
425
|
+
except (httpx.RemoteProtocolError, httpx.ReadTimeout, httpx.ConnectError, httpx.HTTPStatusError) as e:
|
|
426
426
|
if attempt < max_retries - 1:
|
|
427
427
|
wait_time = 2**attempt # Exponential backoff: 1s, 2s, 4s
|
|
428
428
|
if verbose:
|
coiled/pypi_conda_map.py
CHANGED
|
@@ -1,58 +1,41 @@
|
|
|
1
1
|
# This file was auto-generated by scripts/update_pypi_conda_mapping.py
|
|
2
2
|
# DO NOT MANUALLY EDIT
|
|
3
3
|
PYPI_TO_CONDA = {
|
|
4
|
-
"Boruta": "boruta_py",
|
|
5
|
-
"Flask-Cors": "flask_cors",
|
|
6
|
-
"Flask-JSON": "flask_json",
|
|
7
|
-
"SoundFile": "pysoundfile",
|
|
8
|
-
"aiohttp_cors": "aiohttp-cors",
|
|
9
4
|
"annoy": "python-annoy",
|
|
10
5
|
"arrakis": "arrakis-python",
|
|
11
6
|
"art": "ascii-art",
|
|
12
7
|
"asana": "python-asana",
|
|
13
8
|
"backtrace": "python-backtrace",
|
|
14
|
-
"
|
|
9
|
+
"bash-completion": "py-bash-completion",
|
|
15
10
|
"bilby-pipe": "bilby_pipe",
|
|
16
11
|
"blis": "cython-blis",
|
|
12
|
+
"boruta": "boruta_py",
|
|
17
13
|
"build": "python-build",
|
|
18
14
|
"captest": "pvcaptest",
|
|
19
15
|
"cdo": "python-cdo",
|
|
20
|
-
"click_config_file": "click-config-file",
|
|
21
16
|
"cockroachdb": "cockroachdb-python",
|
|
22
|
-
"conda_lock": "conda-lock",
|
|
23
|
-
"conda_mirror": "conda-mirror",
|
|
24
17
|
"confluent-kafka": "python-confluent-kafka",
|
|
25
18
|
"coreapi": "python-coreapi",
|
|
26
19
|
"coreschema": "python-coreschema",
|
|
27
|
-
"cryptography_vectors": "cryptography-vectors",
|
|
28
20
|
"cufflinks": "python-cufflinks",
|
|
29
21
|
"dashing": "python-dashing",
|
|
30
22
|
"dask": "dask-core",
|
|
31
|
-
"data-morph-ai": "data-morph-ai",
|
|
32
|
-
"dataclasses": "dataclasses",
|
|
33
23
|
"datadotworld": "datadotworld-py",
|
|
34
|
-
"
|
|
35
|
-
"delegator.py": "delegator",
|
|
24
|
+
"delegator-py": "delegator",
|
|
36
25
|
"dftd3": "dftd3-python",
|
|
37
26
|
"dftd4": "dftd4-python",
|
|
38
|
-
"dials_data": "dials-data",
|
|
39
27
|
"docker": "docker-py",
|
|
40
28
|
"duckdb": "python-duckdb",
|
|
41
|
-
"dye_score": "dye-score",
|
|
42
29
|
"eccodes": "python-eccodes",
|
|
43
|
-
"empyrical_dist": "empyrical-dist",
|
|
44
|
-
"enum34": "enum34",
|
|
45
30
|
"esprima": "esprima-python",
|
|
46
|
-
"et_xmlfile": "et-xmlfile",
|
|
47
31
|
"evalml": "evaml-core",
|
|
48
|
-
"exceptiongroup": "exceptiongroup",
|
|
49
32
|
"extract-msg": "msg-extractor",
|
|
50
33
|
"fastjsonschema": "python-fastjsonschema",
|
|
51
34
|
"flair": "python-flair",
|
|
52
|
-
"
|
|
35
|
+
"flask-cors": "flask_cors",
|
|
36
|
+
"flask-json": "flask_json",
|
|
53
37
|
"flatbuffers": "python-flatbuffers",
|
|
54
38
|
"flex": "flex-swagger",
|
|
55
|
-
"flit_core": "flit-core",
|
|
56
39
|
"gnupg": "gnupg-py",
|
|
57
40
|
"google": "googlesearch",
|
|
58
41
|
"google-cloud-bigquery": "google-cloud-bigquery-core",
|
|
@@ -63,47 +46,32 @@ PYPI_TO_CONDA = {
|
|
|
63
46
|
"hdfs": "python-hdfs",
|
|
64
47
|
"hjson": "hjson-py",
|
|
65
48
|
"htcondor": "python-htcondor",
|
|
66
|
-
"
|
|
67
|
-
"ib_insync": "ib-insync",
|
|
68
|
-
"import_metadata": "import_metadata",
|
|
69
|
-
"importlib_metadata": "importlib-metadata",
|
|
49
|
+
"import-metadata": "import_metadata",
|
|
70
50
|
"installer": "python-installer",
|
|
71
51
|
"intake-astro": "intake-accumulo",
|
|
72
|
-
"intake_geopandas": "intake-geopandas",
|
|
73
|
-
"ioos_tools": "ioos-tools",
|
|
74
52
|
"jsii": "python-jsii",
|
|
75
53
|
"jupyter-client": "jupyter_client",
|
|
76
|
-
"jupyter_jaeger": "jupyter-jaeger",
|
|
77
|
-
"jupyterlab_git": "jupyterlab-git",
|
|
78
|
-
"jupyterlab_latex": "jupyterlab-latex",
|
|
79
54
|
"kaleido": "python-kaleido",
|
|
80
55
|
"kubernetes": "python-kubernetes",
|
|
81
56
|
"libaio": "python-libaio",
|
|
82
57
|
"libnacl": "libnacl-python-bindings",
|
|
83
58
|
"lmdb": "python-lmdb",
|
|
84
59
|
"matplotlib": "matplotlib-base",
|
|
85
|
-
"md_toc": "md-toc",
|
|
86
|
-
"message_ix": "message-ix",
|
|
87
60
|
"msgpack": "msgpack-python",
|
|
88
61
|
"mss": "python-mss",
|
|
89
|
-
"nbconvert_utils": "nbconvert-utils",
|
|
90
|
-
"ndarray_listener": "ndarray-listener",
|
|
91
62
|
"neo": "python-neo",
|
|
92
63
|
"neo4j": "neo4j-python-driver",
|
|
93
|
-
"nest_asyncio": "nest-asyncio",
|
|
94
64
|
"node-semver": "python-node-semver",
|
|
95
65
|
"nvidia-ml-py3": "nvidia-ml",
|
|
96
66
|
"opencv-python": "opencv",
|
|
97
67
|
"opencv-python-headless": "opencv",
|
|
98
68
|
"ortools": "ortools-python",
|
|
99
69
|
"p-astro": "p_astro",
|
|
100
|
-
"pandas_flavor": "pandas-flavor",
|
|
101
70
|
"paragraph": "python-paragraph",
|
|
102
71
|
"prince": "prince-factor-analysis",
|
|
103
72
|
"pvlib": "pvlib-python",
|
|
104
73
|
"pyqt4": "pyqt",
|
|
105
74
|
"pyqt5": "pyqt",
|
|
106
|
-
"pytest_check_links": "pytest-check-links",
|
|
107
75
|
"python-datamatrix": "datamatrix",
|
|
108
76
|
"python-fileinspector": "fileinspector",
|
|
109
77
|
"python-opencv": "opencv",
|
|
@@ -113,16 +81,12 @@ PYPI_TO_CONDA = {
|
|
|
113
81
|
"python-qnotifications": "qnotifications",
|
|
114
82
|
"pywin32": "pywin32-on-windows",
|
|
115
83
|
"quantum-grove": "grove",
|
|
116
|
-
"radio_beam": "radio-beam",
|
|
117
84
|
"redis": "redis-py",
|
|
118
85
|
"rocketpyalpha": "rocketpy",
|
|
119
|
-
"
|
|
120
|
-
"
|
|
121
|
-
"sagemaker_mxnet_training": "sagemaker_mxnet_container",
|
|
122
|
-
"scikit-build": "scikit-build",
|
|
123
|
-
"scikit-learn": "scikit-learn",
|
|
124
|
-
"setuptools_scm": "setuptools-scm",
|
|
86
|
+
"sagemaker-inference": "sagemaker-inference-toolkit",
|
|
87
|
+
"sagemaker-mxnet-training": "sagemaker_mxnet_container",
|
|
125
88
|
"sounddevice": "python-sounddevice",
|
|
89
|
+
"soundfile": "pysoundfile",
|
|
126
90
|
"spherical-functions": "spherical_functions",
|
|
127
91
|
"sphinx-rtd-theme": "sphinx_rtd_theme",
|
|
128
92
|
"stjudecloud-oliver": "oliver",
|
|
@@ -133,54 +97,37 @@ PYPI_TO_CONDA = {
|
|
|
133
97
|
"termstyle": "python-termstyle",
|
|
134
98
|
"torch": "pytorch",
|
|
135
99
|
"torch-cluster": "pytorch_cluster",
|
|
100
|
+
"torch-geometric": "pytorch_geometric",
|
|
136
101
|
"torch-sparse": "pytorch_sparse",
|
|
137
|
-
"torch_geometric": "pytorch_geometric",
|
|
138
102
|
"trino": "trino-python-client",
|
|
139
|
-
"typing": "typing",
|
|
140
103
|
"typing-extensions": "typing_extensions",
|
|
141
|
-
"
|
|
104
|
+
"usedave": "dave",
|
|
142
105
|
"vsts": "vsts-python-api",
|
|
143
106
|
"xtb": "xtb-python",
|
|
144
107
|
"xxhash": "python-xxhash",
|
|
145
108
|
}
|
|
146
109
|
|
|
147
110
|
CONDA_TO_PYPI = {
|
|
148
|
-
"aiohttp-cors": "aiohttp_cors",
|
|
149
111
|
"arrakis-python": "arrakis",
|
|
150
112
|
"ascii-art": "art",
|
|
151
113
|
"bilby_pipe": "bilby-pipe",
|
|
152
|
-
"boruta_py": "
|
|
153
|
-
"click-config-file": "click_config_file",
|
|
114
|
+
"boruta_py": "boruta",
|
|
154
115
|
"cockroachdb-python": "cockroachdb",
|
|
155
|
-
"conda-lock": "conda_lock",
|
|
156
|
-
"conda-mirror": "conda_mirror",
|
|
157
|
-
"cryptography-vectors": "cryptography_vectors",
|
|
158
116
|
"cython-blis": "blis",
|
|
159
117
|
"dask-core": "dask",
|
|
160
|
-
"data-morph-ai": "data-morph-ai",
|
|
161
|
-
"dataclasses": "dataclasses",
|
|
162
118
|
"datadotworld-py": "datadotworld",
|
|
163
|
-
"datalad-container": "datalad_container",
|
|
164
119
|
"datamatrix": "python-datamatrix",
|
|
165
|
-
"dave": "
|
|
166
|
-
"delegator": "delegator
|
|
120
|
+
"dave": "usedave",
|
|
121
|
+
"delegator": "delegator-py",
|
|
167
122
|
"dftd3-python": "dftd3",
|
|
168
123
|
"dftd4-python": "dftd4",
|
|
169
|
-
"dials-data": "dials_data",
|
|
170
124
|
"docker-py": "docker",
|
|
171
|
-
"dye-score": "dye_score",
|
|
172
|
-
"empyrical-dist": "empyrical_dist",
|
|
173
|
-
"enum34": "enum34",
|
|
174
125
|
"esprima-python": "esprima",
|
|
175
|
-
"et-xmlfile": "et_xmlfile",
|
|
176
126
|
"evaml-core": "evalml",
|
|
177
|
-
"exceptiongroup": "exceptiongroup",
|
|
178
127
|
"fileinspector": "python-fileinspector",
|
|
179
|
-
"
|
|
180
|
-
"
|
|
181
|
-
"flask_json": "Flask-JSON",
|
|
128
|
+
"flask_cors": "flask-cors",
|
|
129
|
+
"flask_json": "flask-json",
|
|
182
130
|
"flex-swagger": "flex",
|
|
183
|
-
"flit-core": "flit_core",
|
|
184
131
|
"gnupg-py": "gnupg",
|
|
185
132
|
"google-cloud-bigquery-core": "google-cloud-bigquery",
|
|
186
133
|
"googlesearch": "google",
|
|
@@ -188,43 +135,28 @@ CONDA_TO_PYPI = {
|
|
|
188
135
|
"h2o-py": "h2o",
|
|
189
136
|
"h3-py": "h3",
|
|
190
137
|
"hjson-py": "hjson",
|
|
191
|
-
"
|
|
192
|
-
"ib-insync": "ib_insync",
|
|
193
|
-
"import_metadata": "import_metadata",
|
|
194
|
-
"importlib-metadata": "importlib_metadata",
|
|
138
|
+
"import_metadata": "import-metadata",
|
|
195
139
|
"intake-accumulo": "intake-astro",
|
|
196
|
-
"intake-geopandas": "intake_geopandas",
|
|
197
|
-
"ioos-tools": "ioos_tools",
|
|
198
|
-
"jupyter-jaeger": "jupyter_jaeger",
|
|
199
140
|
"jupyter_client": "jupyter-client",
|
|
200
|
-
"jupyterlab-git": "jupyterlab_git",
|
|
201
|
-
"jupyterlab-latex": "jupyterlab_latex",
|
|
202
141
|
"libnacl-python-bindings": "libnacl",
|
|
203
142
|
"matplotlib-base": "matplotlib",
|
|
204
|
-
"md-toc": "md_toc",
|
|
205
|
-
"message-ix": "message_ix",
|
|
206
143
|
"msg-extractor": "extract-msg",
|
|
207
144
|
"msgpack-python": "msgpack",
|
|
208
|
-
"nbconvert-utils": "nbconvert_utils",
|
|
209
|
-
"ndarray-listener": "ndarray_listener",
|
|
210
145
|
"neo4j-python-driver": "neo4j",
|
|
211
|
-
"nest-asyncio": "nest_asyncio",
|
|
212
146
|
"nvidia-ml": "nvidia-ml-py3",
|
|
213
147
|
"oliver": "stjudecloud-oliver",
|
|
214
148
|
"opencv": "python-opencv",
|
|
215
149
|
"ortools-python": "ortools",
|
|
216
150
|
"p_astro": "p-astro",
|
|
217
|
-
"pandas-flavor": "pandas_flavor",
|
|
218
151
|
"prince-factor-analysis": "prince",
|
|
219
152
|
"pseudorandom": "python-pseudorandom",
|
|
220
153
|
"pvcaptest": "captest",
|
|
221
154
|
"pvlib-python": "pvlib",
|
|
222
|
-
"py-bash-completion": "
|
|
155
|
+
"py-bash-completion": "bash-completion",
|
|
223
156
|
"pygaze": "python-pygaze",
|
|
224
157
|
"pyqt": "pyqt5",
|
|
225
|
-
"pysoundfile": "
|
|
158
|
+
"pysoundfile": "soundfile",
|
|
226
159
|
"pytables": "tables",
|
|
227
|
-
"pytest-check-links": "pytest_check_links",
|
|
228
160
|
"python-annoy": "annoy",
|
|
229
161
|
"python-asana": "asana",
|
|
230
162
|
"python-backtrace": "backtrace",
|
|
@@ -261,25 +193,19 @@ CONDA_TO_PYPI = {
|
|
|
261
193
|
"python-xxhash": "xxhash",
|
|
262
194
|
"pytorch": "torch",
|
|
263
195
|
"pytorch_cluster": "torch-cluster",
|
|
264
|
-
"pytorch_geometric": "
|
|
196
|
+
"pytorch_geometric": "torch-geometric",
|
|
265
197
|
"pytorch_sparse": "torch-sparse",
|
|
266
198
|
"pywin32-on-windows": "pywin32",
|
|
267
199
|
"qdatamatrix": "python-qdatamatrix",
|
|
268
200
|
"qnotifications": "python-qnotifications",
|
|
269
|
-
"radio-beam": "radio_beam",
|
|
270
201
|
"redis-py": "redis",
|
|
271
202
|
"rocketpy": "rocketpyalpha",
|
|
272
|
-
"
|
|
273
|
-
"
|
|
274
|
-
"sagemaker_mxnet_container": "sagemaker_mxnet_training",
|
|
275
|
-
"scikit-build": "scikit-build",
|
|
276
|
-
"scikit-learn": "scikit-learn",
|
|
277
|
-
"setuptools-scm": "setuptools_scm",
|
|
203
|
+
"sagemaker-inference-toolkit": "sagemaker-inference",
|
|
204
|
+
"sagemaker_mxnet_container": "sagemaker-mxnet-training",
|
|
278
205
|
"spherical_functions": "spherical-functions",
|
|
279
206
|
"sphinx_rtd_theme": "sphinx-rtd-theme",
|
|
280
207
|
"tblite-python": "tblite",
|
|
281
208
|
"trino-python-client": "trino",
|
|
282
|
-
"typing": "typing",
|
|
283
209
|
"typing_extensions": "typing-extensions",
|
|
284
210
|
"vsts-python-api": "vsts",
|
|
285
211
|
"xtb-python": "xtb",
|
|
@@ -12,11 +12,11 @@ coiled/context.py,sha256=BKJ26u-eNpe1dVDL69Q4ZJAkPzptNKRuQ94ZciT-PAY,4754
|
|
|
12
12
|
coiled/core.py,sha256=Cu6hKBXRWSztbpF8huAyU_1glnt1gacnO9vExvG-Cwo,110796
|
|
13
13
|
coiled/errors.py,sha256=5aXhNXgidMm0VgPYT3MZMwlHhRE57MeSmqAJFHYaa8Y,305
|
|
14
14
|
coiled/exceptions.py,sha256=jUXgmfO0LitGe8ztSmAlzb9eQV3X5c0kNO2BwtEDTYg,3099
|
|
15
|
-
coiled/filestore.py,sha256=
|
|
15
|
+
coiled/filestore.py,sha256=39WJu-6vtjK2IA5Z9xMm5fuCzdk-_6R-iW2WhMVOlMk,17975
|
|
16
16
|
coiled/function.py,sha256=pONtcTUDRr0dykhVV73AWXqU_pb-4-lvOA0tR3i_PlA,21654
|
|
17
17
|
coiled/plugins.py,sha256=w03H2Sck54QmwrVOM1BVscNiVeQsHyGm1yWNzPPPWKs,3424
|
|
18
18
|
coiled/prefect.py,sha256=j1EOg7Xuw82TNRonAGEoZ3ANlwN8GM5aDXRYSjC0lnA,1497
|
|
19
|
-
coiled/pypi_conda_map.py,sha256=
|
|
19
|
+
coiled/pypi_conda_map.py,sha256=4HBqiqd4xVwe7W2zOuxV8StJqLh5WiMnVTtdk2rnBZA,7153
|
|
20
20
|
coiled/scan.py,sha256=ghAo7TKAG7E013HJpYWbic-Kp_UUf8iu533GaBpYnS8,25760
|
|
21
21
|
coiled/software.py,sha256=eh3kZ8QBuIt_SPvTy_x6TXEv87SGqOJkO4HW-LCSsas,8701
|
|
22
22
|
coiled/software_utils.py,sha256=zXqhIopDtB-xp_eJJje1W9nfXjqmvVPMIfQUs1XSu0I,40783
|
|
@@ -97,8 +97,8 @@ coiled/v2/widgets/__init__.py,sha256=Bt3GHTTyri-kFUaqGRVydDM-sCg5NdNujDg2RyvgV8U
|
|
|
97
97
|
coiled/v2/widgets/interface.py,sha256=YeMQ5qdRbbpM04x9qIg2LE1xwxyRxFbdDYnkrwHazPk,301
|
|
98
98
|
coiled/v2/widgets/rich.py,sha256=3rU5-yso92NdeEh3uSvEE-GwPNyp6i0Nb5PE5czXCik,28974
|
|
99
99
|
coiled/v2/widgets/util.py,sha256=Y8qpGqwNzqfCzgyRFRy7vcscBoXqop-Upi4HLPpXLgg,3120
|
|
100
|
-
coiled-1.129.
|
|
101
|
-
coiled-1.129.
|
|
102
|
-
coiled-1.129.
|
|
103
|
-
coiled-1.129.
|
|
104
|
-
coiled-1.129.
|
|
100
|
+
coiled-1.129.5.dev7.dist-info/METADATA,sha256=JPyDWkopi4Uv6B-VYE1zBszkd_P4CBhRLxN7TRTLNB0,2181
|
|
101
|
+
coiled-1.129.5.dev7.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
|
|
102
|
+
coiled-1.129.5.dev7.dist-info/entry_points.txt,sha256=C8dz1ST_bTlTO-kNvuHBJQma9PyJPotg0S4xpPt5aHY,47
|
|
103
|
+
coiled-1.129.5.dev7.dist-info/licenses/LICENSE,sha256=ZPwVR73Biwm3sK6vR54djCrhaRiM4cAD2zvOQZV8Xis,3859
|
|
104
|
+
coiled-1.129.5.dev7.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|