tilebox-storage 0.36.1__tar.gz → 0.37.1__tar.gz
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.
- {tilebox_storage-0.36.1 → tilebox_storage-0.37.1}/PKG-INFO +11 -2
- {tilebox_storage-0.36.1 → tilebox_storage-0.37.1}/README.md +10 -1
- {tilebox_storage-0.36.1 → tilebox_storage-0.37.1}/.gitignore +0 -0
- {tilebox_storage-0.36.1 → tilebox_storage-0.37.1}/pyproject.toml +0 -0
- {tilebox_storage-0.36.1 → tilebox_storage-0.37.1}/tilebox/storage/__init__.py +0 -0
- {tilebox_storage-0.36.1 → tilebox_storage-0.37.1}/tilebox/storage/aio.py +0 -0
- {tilebox_storage-0.36.1 → tilebox_storage-0.37.1}/tilebox/storage/granule.py +0 -0
- {tilebox_storage-0.36.1 → tilebox_storage-0.37.1}/tilebox/storage/providers.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: tilebox-storage
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.37.1
|
|
4
4
|
Summary: Storage client for Tilebox
|
|
5
5
|
Project-URL: Homepage, https://tilebox.com
|
|
6
6
|
Project-URL: Documentation, https://docs.tilebox.com/
|
|
@@ -40,6 +40,15 @@ Description-Content-Type: text/markdown
|
|
|
40
40
|
<a href="https://pypi.org/project/tilebox-storage/">
|
|
41
41
|
<img src="https://img.shields.io/pypi/pyversions/tilebox-storage.svg?style=flat-square&logo=python&color=f43f5e&logoColor=f43f5e" alt="Required Python Version badge"/>
|
|
42
42
|
</a>
|
|
43
|
+
<a href="https://github.com/tilebox/tilebox-python/blob/main/LICENSE">
|
|
44
|
+
<img src="https://img.shields.io/github/license/tilebox/tilebox-python.svg?style=flat-square&color=f43f5e" alt="MIT License"/>
|
|
45
|
+
</a>
|
|
46
|
+
<a href="https://github.com/tilebox/tilebox-python/actions">
|
|
47
|
+
<img src="https://img.shields.io/github/actions/workflow/status/tilebox/tilebox-python/main.yml?style=flat-square&color=f43f5e" alt="Build Status"/>
|
|
48
|
+
</a>
|
|
49
|
+
<a href="https://tilebox.com/discord">
|
|
50
|
+
<img src="https://img.shields.io/badge/Discord-%235865F2.svg?style=flat-square&logo=discord&logoColor=white" alt="Join us on Discord"/>
|
|
51
|
+
</a>
|
|
43
52
|
</div>
|
|
44
53
|
|
|
45
54
|
<p align="center">
|
|
@@ -47,7 +56,7 @@ Description-Content-Type: text/markdown
|
|
|
47
56
|
|
|
|
48
57
|
<a href="https://console.tilebox.com/"><b>Console</b></a>
|
|
49
58
|
|
|
|
50
|
-
<a href="https://tilebox.com/
|
|
59
|
+
<a href="https://examples.tilebox.com/"><b>Example Gallery</b></a>
|
|
51
60
|
</p>
|
|
52
61
|
|
|
53
62
|
# Tilebox Storage
|
|
@@ -10,6 +10,15 @@
|
|
|
10
10
|
<a href="https://pypi.org/project/tilebox-storage/">
|
|
11
11
|
<img src="https://img.shields.io/pypi/pyversions/tilebox-storage.svg?style=flat-square&logo=python&color=f43f5e&logoColor=f43f5e" alt="Required Python Version badge"/>
|
|
12
12
|
</a>
|
|
13
|
+
<a href="https://github.com/tilebox/tilebox-python/blob/main/LICENSE">
|
|
14
|
+
<img src="https://img.shields.io/github/license/tilebox/tilebox-python.svg?style=flat-square&color=f43f5e" alt="MIT License"/>
|
|
15
|
+
</a>
|
|
16
|
+
<a href="https://github.com/tilebox/tilebox-python/actions">
|
|
17
|
+
<img src="https://img.shields.io/github/actions/workflow/status/tilebox/tilebox-python/main.yml?style=flat-square&color=f43f5e" alt="Build Status"/>
|
|
18
|
+
</a>
|
|
19
|
+
<a href="https://tilebox.com/discord">
|
|
20
|
+
<img src="https://img.shields.io/badge/Discord-%235865F2.svg?style=flat-square&logo=discord&logoColor=white" alt="Join us on Discord"/>
|
|
21
|
+
</a>
|
|
13
22
|
</div>
|
|
14
23
|
|
|
15
24
|
<p align="center">
|
|
@@ -17,7 +26,7 @@
|
|
|
17
26
|
|
|
|
18
27
|
<a href="https://console.tilebox.com/"><b>Console</b></a>
|
|
19
28
|
|
|
|
20
|
-
<a href="https://tilebox.com/
|
|
29
|
+
<a href="https://examples.tilebox.com/"><b>Example Gallery</b></a>
|
|
21
30
|
</p>
|
|
22
31
|
|
|
23
32
|
# Tilebox Storage
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|