cloud-files 5.8.1__py3-none-any.whl → 5.8.2__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.
- {cloud_files-5.8.1.dist-info → cloud_files-5.8.2.dist-info}/METADATA +25 -37
- {cloud_files-5.8.1.dist-info → cloud_files-5.8.2.dist-info}/RECORD +9 -9
- {cloud_files-5.8.1.dist-info → cloud_files-5.8.2.dist-info}/WHEEL +1 -1
- cloud_files-5.8.2.dist-info/pbr.json +1 -0
- cloudfiles/paths.py +1 -1
- cloud_files-5.8.1.dist-info/pbr.json +0 -1
- {cloud_files-5.8.1.dist-info/licenses → cloud_files-5.8.2.dist-info}/AUTHORS +0 -0
- {cloud_files-5.8.1.dist-info/licenses → cloud_files-5.8.2.dist-info}/LICENSE +0 -0
- {cloud_files-5.8.1.dist-info → cloud_files-5.8.2.dist-info}/entry_points.txt +0 -0
- {cloud_files-5.8.1.dist-info → cloud_files-5.8.2.dist-info}/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.1
|
|
2
2
|
Name: cloud-files
|
|
3
|
-
Version: 5.8.
|
|
3
|
+
Version: 5.8.2
|
|
4
4
|
Summary: Fast access to cloud storage and local FS.
|
|
5
5
|
Home-page: https://github.com/seung-lab/cloud-files/
|
|
6
6
|
Author: William Silversmith
|
|
@@ -19,53 +19,41 @@ Requires-Python: >=3.9,<4.0
|
|
|
19
19
|
Description-Content-Type: text/markdown
|
|
20
20
|
License-File: LICENSE
|
|
21
21
|
License-File: AUTHORS
|
|
22
|
-
Requires-Dist: boto3>=1.4.7
|
|
22
|
+
Requires-Dist: boto3 >=1.4.7
|
|
23
23
|
Requires-Dist: brotli
|
|
24
24
|
Requires-Dist: crc32c
|
|
25
|
-
Requires-Dist: chardet>=3.0.4
|
|
25
|
+
Requires-Dist: chardet >=3.0.4
|
|
26
26
|
Requires-Dist: click
|
|
27
|
-
Requires-Dist: deflate>=0.2.0
|
|
27
|
+
Requires-Dist: deflate >=0.2.0
|
|
28
28
|
Requires-Dist: gevent
|
|
29
|
-
Requires-Dist: google-auth>=1.10.0
|
|
30
|
-
Requires-Dist: google-cloud-core>=1.1.0
|
|
31
|
-
Requires-Dist: google-cloud-storage>=1.31.1
|
|
32
|
-
Requires-Dist: google-crc32c>=1.0.0
|
|
29
|
+
Requires-Dist: google-auth >=1.10.0
|
|
30
|
+
Requires-Dist: google-cloud-core >=1.1.0
|
|
31
|
+
Requires-Dist: google-cloud-storage >=1.31.1
|
|
32
|
+
Requires-Dist: google-crc32c >=1.0.0
|
|
33
33
|
Requires-Dist: intervaltree
|
|
34
34
|
Requires-Dist: numpy
|
|
35
35
|
Requires-Dist: orjson
|
|
36
36
|
Requires-Dist: pathos
|
|
37
|
-
Requires-Dist: protobuf>=3.3.0
|
|
38
|
-
Requires-Dist: requests>=2.22.0
|
|
39
|
-
Requires-Dist: six>=1.14.0
|
|
40
|
-
Requires-Dist: tenacity>=4.10.0
|
|
37
|
+
Requires-Dist: protobuf >=3.3.0
|
|
38
|
+
Requires-Dist: requests >=2.22.0
|
|
39
|
+
Requires-Dist: six >=1.14.0
|
|
40
|
+
Requires-Dist: tenacity >=4.10.0
|
|
41
41
|
Requires-Dist: tqdm
|
|
42
|
-
Requires-Dist: urllib3>=1.26.3
|
|
42
|
+
Requires-Dist: urllib3 >=1.26.3
|
|
43
43
|
Requires-Dist: zstandard
|
|
44
|
-
Requires-Dist: rsa>=4.7.2
|
|
44
|
+
Requires-Dist: rsa >=4.7.2
|
|
45
45
|
Requires-Dist: fasteners
|
|
46
|
-
Provides-Extra: test
|
|
47
|
-
Requires-Dist: pytest; extra == "test"
|
|
48
|
-
Requires-Dist: moto>=5; extra == "test"
|
|
49
|
-
Provides-Extra: numpy
|
|
50
|
-
Requires-Dist: numpy; extra == "numpy"
|
|
51
|
-
Provides-Extra: monitoring
|
|
52
|
-
Requires-Dist: psutil; extra == "monitoring"
|
|
53
|
-
Requires-Dist: intervaltree; extra == "monitoring"
|
|
54
|
-
Requires-Dist: matplotlib; extra == "monitoring"
|
|
55
46
|
Provides-Extra: apache
|
|
56
|
-
Requires-Dist: lxml; extra ==
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
Dynamic: requires-dist
|
|
67
|
-
Dynamic: requires-python
|
|
68
|
-
Dynamic: summary
|
|
47
|
+
Requires-Dist: lxml ; extra == 'apache'
|
|
48
|
+
Provides-Extra: monitoring
|
|
49
|
+
Requires-Dist: psutil ; extra == 'monitoring'
|
|
50
|
+
Requires-Dist: intervaltree ; extra == 'monitoring'
|
|
51
|
+
Requires-Dist: matplotlib ; extra == 'monitoring'
|
|
52
|
+
Provides-Extra: numpy
|
|
53
|
+
Requires-Dist: numpy ; extra == 'numpy'
|
|
54
|
+
Provides-Extra: test
|
|
55
|
+
Requires-Dist: pytest ; extra == 'test'
|
|
56
|
+
Requires-Dist: moto >=5 ; extra == 'test'
|
|
69
57
|
|
|
70
58
|
[](https://badge.fury.io/py/cloud-files) [](https://github.com/seung-lab/cloud-files/actions?query=workflow%3A%22Test+Suite%22)
|
|
71
59
|
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
cloud_files-5.8.1.dist-info/licenses/AUTHORS,sha256=BFVmobgAhaVFI5fqbuqAY5XmBQxe09ZZAsAOTy87hKQ,318
|
|
2
|
-
cloud_files-5.8.1.dist-info/licenses/LICENSE,sha256=Jna4xYE8CCQmaxjr5Fs-wmUBnIQJ1DGcNn9MMjbkprk,1538
|
|
3
1
|
cloudfiles/__init__.py,sha256=pLB4CcV2l3Jgv_ni1520Np1pfzFj8Cpr87vNxFT3rNI,493
|
|
4
2
|
cloudfiles/cloudfiles.py,sha256=tPG1PBLEjABPu-KLe93yf6xW_zbafPsQ6z5NuofyUoU,56743
|
|
5
3
|
cloudfiles/compression.py,sha256=WXJHnoNLJ_NWyoY9ygZmFA2qMou35_9xS5dzF7-2H-M,6262
|
|
@@ -9,7 +7,7 @@ cloudfiles/gcs.py,sha256=unqu5KxGKaPq6N4QeHSpCDdtnK1BzPOAerTZ8FLt2_4,3820
|
|
|
9
7
|
cloudfiles/interfaces.py,sha256=M62UdugtWcF-J4iQMClHNDEQYu7xxCSc1aT7WW2C1lU,44942
|
|
10
8
|
cloudfiles/lib.py,sha256=HHjCvjmOjA0nZWSvHGoSeYpxqd6FAG8xk8LM212LAUA,5382
|
|
11
9
|
cloudfiles/monitoring.py,sha256=N5Xq0PYZK1OxoYtwBFsnnfaq7dElTgY8Rn2Ez_I3aoo,20897
|
|
12
|
-
cloudfiles/paths.py,sha256=
|
|
10
|
+
cloudfiles/paths.py,sha256=FLdShqkOg1XlkHurU9eiKzLadx2JFYG1EmleCpOFsYQ,12229
|
|
13
11
|
cloudfiles/resumable_tools.py,sha256=NyuSoGh1SaP5akrHCpd9kgy2-JruEWrHW9lvJxV7jpE,6711
|
|
14
12
|
cloudfiles/scheduler.py,sha256=ioqBT5bMPCVHEHlnL-SW_wHulxGgjeThiKHlnaDOydo,3831
|
|
15
13
|
cloudfiles/secrets.py,sha256=IuYKHmmvFmQTyG2Zcmbx7e8U2LIv-woG5d8qyOlyCD8,5431
|
|
@@ -19,9 +17,11 @@ cloudfiles/typing.py,sha256=f3ZYkNfN9poxhGu5j-P0KCxjCCqSn9HAg5KiIPkjnCg,416
|
|
|
19
17
|
cloudfiles_cli/LICENSE,sha256=Jna4xYE8CCQmaxjr5Fs-wmUBnIQJ1DGcNn9MMjbkprk,1538
|
|
20
18
|
cloudfiles_cli/__init__.py,sha256=Wftt3R3F21QsHtWqx49ODuqT9zcSr0em7wk48kcH0WM,29
|
|
21
19
|
cloudfiles_cli/cloudfiles_cli.py,sha256=JlP9ocqxZbMANAZhZCQSvvjwe6syovQ1asUzSeAlNYk,38459
|
|
22
|
-
cloud_files-5.8.
|
|
23
|
-
cloud_files-5.8.
|
|
24
|
-
cloud_files-5.8.
|
|
25
|
-
cloud_files-5.8.
|
|
26
|
-
cloud_files-5.8.
|
|
27
|
-
cloud_files-5.8.
|
|
20
|
+
cloud_files-5.8.2.dist-info/AUTHORS,sha256=BFVmobgAhaVFI5fqbuqAY5XmBQxe09ZZAsAOTy87hKQ,318
|
|
21
|
+
cloud_files-5.8.2.dist-info/LICENSE,sha256=Jna4xYE8CCQmaxjr5Fs-wmUBnIQJ1DGcNn9MMjbkprk,1538
|
|
22
|
+
cloud_files-5.8.2.dist-info/METADATA,sha256=iMhQdNleZM5bNnHKDZ97QNjVuA-7GIWIMHa_wZtePLU,30530
|
|
23
|
+
cloud_files-5.8.2.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
|
24
|
+
cloud_files-5.8.2.dist-info/entry_points.txt,sha256=xlirb1FVhn1mbcv4IoyMEGumDqKOA4VMVd3drsRQxIg,51
|
|
25
|
+
cloud_files-5.8.2.dist-info/pbr.json,sha256=geeaELiKgs-Cl3LBIxRry_acNuF2kxgqEmZPNhjainY,46
|
|
26
|
+
cloud_files-5.8.2.dist-info/top_level.txt,sha256=xPyrST3okJbsmdCF5IC2gYAVxg_aD5AYVTnNo8UuoZU,26
|
|
27
|
+
cloud_files-5.8.2.dist-info/RECORD,,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"git_version": "99528f8", "is_release": true}
|
cloudfiles/paths.py
CHANGED
|
@@ -22,7 +22,7 @@ PRECOMPUTED_SUFFIX = '|neuroglancer-precomputed:'
|
|
|
22
22
|
|
|
23
23
|
ALIAS_FILE = os.path.join(CLOUD_FILES_DIR, "aliases.json")
|
|
24
24
|
OFFICIAL_ALIASES = {
|
|
25
|
-
"nokura": "s3://https://
|
|
25
|
+
"nokura": "s3://https://c10s.pni.princeton.edu/",
|
|
26
26
|
"matrix": "s3://https://s3-hpcrc.rc.princeton.edu/",
|
|
27
27
|
"tigerdata": "s3://https://td.princeton.edu/",
|
|
28
28
|
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"git_version": "add0684", "is_release": true}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|