gazu 1.1.0__py2.py3-none-any.whl → 1.1.1__py2.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.
- gazu/__version__.py +1 -1
- gazu/files.py +4 -4
- {gazu-1.1.0.dist-info → gazu-1.1.1.dist-info}/METADATA +5 -4
- {gazu-1.1.0.dist-info → gazu-1.1.1.dist-info}/RECORD +7 -7
- {gazu-1.1.0.dist-info → gazu-1.1.1.dist-info}/WHEEL +0 -0
- {gazu-1.1.0.dist-info → gazu-1.1.1.dist-info}/licenses/LICENSE +0 -0
- {gazu-1.1.0.dist-info → gazu-1.1.1.dist-info}/top_level.txt +0 -0
gazu/__version__.py
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
__version__ = "1.1.
|
|
1
|
+
__version__ = "1.1.1"
|
gazu/files.py
CHANGED
|
@@ -1590,7 +1590,9 @@ def get_attachment_thumbnail_url(
|
|
|
1590
1590
|
str: URL to the attachment thumbnail.
|
|
1591
1591
|
"""
|
|
1592
1592
|
attachment_file = normalize_model_parameter(attachment_file)
|
|
1593
|
-
return
|
|
1593
|
+
return (
|
|
1594
|
+
"pictures/thumbnails/attachment-files/%s.png" % attachment_file["id"]
|
|
1595
|
+
)
|
|
1594
1596
|
|
|
1595
1597
|
|
|
1596
1598
|
def download_attachment_thumbnail(
|
|
@@ -1716,9 +1718,7 @@ def extract_tile_from_preview(
|
|
|
1716
1718
|
requests.Response: Response object containing the extracted tile.
|
|
1717
1719
|
"""
|
|
1718
1720
|
preview_file = normalize_model_parameter(preview_file)
|
|
1719
|
-
url = "pictures/preview-files/%s/extract-tile" % (
|
|
1720
|
-
preview_file["id"]
|
|
1721
|
-
)
|
|
1721
|
+
url = "pictures/preview-files/%s/extract-tile" % (preview_file["id"])
|
|
1722
1722
|
return raw.download(url, file_path, client=client)
|
|
1723
1723
|
|
|
1724
1724
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: gazu
|
|
3
|
-
Version: 1.1.
|
|
3
|
+
Version: 1.1.1
|
|
4
4
|
Summary: Gazu is a client for Zou, the API to store the data of your CG production.
|
|
5
5
|
Home-page: https://gazu.cg-wire.com/
|
|
6
6
|
Author: CG Wire
|
|
@@ -19,10 +19,11 @@ Classifier: Programming Language :: Python :: 3.10
|
|
|
19
19
|
Classifier: Programming Language :: Python :: 3.11
|
|
20
20
|
Classifier: Programming Language :: Python :: 3.12
|
|
21
21
|
Classifier: Programming Language :: Python :: 3.13
|
|
22
|
+
Classifier: Programming Language :: Python :: 3.14
|
|
22
23
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
23
24
|
Classifier: Programming Language :: Python :: Implementation :: PyPy
|
|
24
25
|
Classifier: Topic :: Multimedia :: Graphics
|
|
25
|
-
Requires-Python: >=
|
|
26
|
+
Requires-Python: >= 3.7
|
|
26
27
|
License-File: LICENSE
|
|
27
28
|
Requires-Dist: python-socketio[client]<6,>=5.11.0
|
|
28
29
|
Requires-Dist: requests>=2.25.1
|
|
@@ -38,8 +39,8 @@ Requires-Dist: requests_mock; extra == "test"
|
|
|
38
39
|
Requires-Dist: multipart; python_version >= "3.13" and extra == "test"
|
|
39
40
|
Provides-Extra: lint
|
|
40
41
|
Requires-Dist: autoflake==2.3.1; python_version >= "3.8" and extra == "lint"
|
|
41
|
-
Requires-Dist: black==25.
|
|
42
|
-
Requires-Dist: pre-commit==4.
|
|
42
|
+
Requires-Dist: black==25.12.0; python_version >= "3.10" and extra == "lint"
|
|
43
|
+
Requires-Dist: pre-commit==4.5.1; python_version >= "3.10" and extra == "lint"
|
|
43
44
|
Dynamic: license-file
|
|
44
45
|
Dynamic: requires-python
|
|
45
46
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
gazu/__init__.py,sha256=KPAVnFOSbzZnd24ItkZEOv7yQ5w0Pv7k1TFmL8saiqY,2594
|
|
2
|
-
gazu/__version__.py,sha256=
|
|
2
|
+
gazu/__version__.py,sha256=q8_5C0f-8mHWNb6mMw02zlYPnEGXBqvOmP3z0CEwZKM,22
|
|
3
3
|
gazu/asset.py,sha256=5FThof1lbl12yEbfUE68GtYFX1e7Z-l6EUj4v_AX1a8,18193
|
|
4
4
|
gazu/cache.py,sha256=6CR_1gYVPrGDGYaFQLlPQFIQSeS_PCC37euYow5U7vk,6306
|
|
5
5
|
gazu/casting.py,sha256=A0E5D8E7c2rcktuRJbQkpjD1H0D-CRxRVJPGTdjQZ7c,10790
|
|
@@ -11,7 +11,7 @@ gazu/encoder.py,sha256=DSnz8RmZt-G1dbn_sj2iyoy5JeaKYGkxqSFI1bt5Suo,430
|
|
|
11
11
|
gazu/entity.py,sha256=eXeM2_5xGe70U7ROseOXdaNzpOr61m_nq5tIGh-nBVA,4908
|
|
12
12
|
gazu/events.py,sha256=IJsmt6ZmEjE-RkqJawGN4a2gjLOGttSJdnyRan4JUfo,2329
|
|
13
13
|
gazu/exception.py,sha256=Y0kVNm6h-uXLEU1sNIbMSUep7Zxk738uYHOIVs2waM8,1880
|
|
14
|
-
gazu/files.py,sha256=
|
|
14
|
+
gazu/files.py,sha256=0h3aNVKuD3m5122pVcxihw_m5Krx0nyUu8bpoWr1qug,54649
|
|
15
15
|
gazu/helpers.py,sha256=HcH1q9BQvcDzPo2O7WE-6bJZPf_ekLtwdwfPDIhwFRg,4097
|
|
16
16
|
gazu/person.py,sha256=XTKx6QXAXSaRoyERMkboVKsNcJL3vFYfhU1UPhSsN48,19711
|
|
17
17
|
gazu/playlist.py,sha256=4dNoz1tn9a0ZJJBomXmtI4sauZjjK3r6X4IAWKI-oZ8,12698
|
|
@@ -24,8 +24,8 @@ gazu/sorting.py,sha256=NccSw_ENDAGfWSqVi2GPMg5SIh7IBhMY3F0tkalBdMU,329
|
|
|
24
24
|
gazu/sync.py,sha256=iwZX4Ec5qA-ICLp5LhZ-3yglDgz47nb07Mw3qYyWWLQ,23773
|
|
25
25
|
gazu/task.py,sha256=eu3aNdoJzXbeTYEjnFyw4MOX9iwFJ7MHp1L0-ooxzvg,58123
|
|
26
26
|
gazu/user.py,sha256=3v72ZG7dW8VByZMF6zrbMXZh34ppKNKXcWXkZO608HQ,18471
|
|
27
|
-
gazu-1.1.
|
|
28
|
-
gazu-1.1.
|
|
29
|
-
gazu-1.1.
|
|
30
|
-
gazu-1.1.
|
|
31
|
-
gazu-1.1.
|
|
27
|
+
gazu-1.1.1.dist-info/licenses/LICENSE,sha256=2n6rt7r999OuXp8iOqW9we7ORaxWncIbOwN1ILRGR2g,7651
|
|
28
|
+
gazu-1.1.1.dist-info/METADATA,sha256=F-SWVGxKKgW33wDZCd2UK-DSKwiWL5T8sN4lAglhCdM,5351
|
|
29
|
+
gazu-1.1.1.dist-info/WHEEL,sha256=JNWh1Fm1UdwIQV075glCn4MVuCRs0sotJIq-J6rbxCU,109
|
|
30
|
+
gazu-1.1.1.dist-info/top_level.txt,sha256=nv7fRIVpYYyIlk_66hBmMyvWcSC7UU-r-GE8uC1u1Go,5
|
|
31
|
+
gazu-1.1.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|