gazu 0.10.33__tar.gz → 0.10.35__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.
- {gazu-0.10.33 → gazu-0.10.35}/PKG-INFO +2 -2
- gazu-0.10.35/gazu/__version__.py +1 -0
- {gazu-0.10.33 → gazu-0.10.35}/gazu/edit.py +3 -2
- {gazu-0.10.33 → gazu-0.10.35}/gazu.egg-info/PKG-INFO +2 -2
- {gazu-0.10.33 → gazu-0.10.35}/gazu.egg-info/requires.txt +1 -1
- {gazu-0.10.33 → gazu-0.10.35}/setup.cfg +1 -1
- gazu-0.10.33/gazu/__version__.py +0 -1
- {gazu-0.10.33 → gazu-0.10.35}/LICENSE +0 -0
- {gazu-0.10.33 → gazu-0.10.35}/README.rst +0 -0
- {gazu-0.10.33 → gazu-0.10.35}/gazu/__init__.py +0 -0
- {gazu-0.10.33 → gazu-0.10.35}/gazu/asset.py +0 -0
- {gazu-0.10.33 → gazu-0.10.35}/gazu/cache.py +0 -0
- {gazu-0.10.33 → gazu-0.10.35}/gazu/casting.py +0 -0
- {gazu-0.10.33 → gazu-0.10.35}/gazu/client.py +0 -0
- {gazu-0.10.33 → gazu-0.10.35}/gazu/concept.py +0 -0
- {gazu-0.10.33 → gazu-0.10.35}/gazu/context.py +0 -0
- {gazu-0.10.33 → gazu-0.10.35}/gazu/encoder.py +0 -0
- {gazu-0.10.33 → gazu-0.10.35}/gazu/entity.py +0 -0
- {gazu-0.10.33 → gazu-0.10.35}/gazu/events.py +0 -0
- {gazu-0.10.33 → gazu-0.10.35}/gazu/exception.py +0 -0
- {gazu-0.10.33 → gazu-0.10.35}/gazu/files.py +0 -0
- {gazu-0.10.33 → gazu-0.10.35}/gazu/helpers.py +0 -0
- {gazu-0.10.33 → gazu-0.10.35}/gazu/person.py +0 -0
- {gazu-0.10.33 → gazu-0.10.35}/gazu/playlist.py +0 -0
- {gazu-0.10.33 → gazu-0.10.35}/gazu/project.py +0 -0
- {gazu-0.10.33 → gazu-0.10.35}/gazu/scene.py +0 -0
- {gazu-0.10.33 → gazu-0.10.35}/gazu/shot.py +0 -0
- {gazu-0.10.33 → gazu-0.10.35}/gazu/sorting.py +0 -0
- {gazu-0.10.33 → gazu-0.10.35}/gazu/sync.py +0 -0
- {gazu-0.10.33 → gazu-0.10.35}/gazu/task.py +0 -0
- {gazu-0.10.33 → gazu-0.10.35}/gazu/user.py +0 -0
- {gazu-0.10.33 → gazu-0.10.35}/gazu.egg-info/SOURCES.txt +0 -0
- {gazu-0.10.33 → gazu-0.10.35}/gazu.egg-info/dependency_links.txt +0 -0
- {gazu-0.10.33 → gazu-0.10.35}/gazu.egg-info/not-zip-safe +0 -0
- {gazu-0.10.33 → gazu-0.10.35}/gazu.egg-info/top_level.txt +0 -0
- {gazu-0.10.33 → gazu-0.10.35}/pyproject.toml +0 -0
- {gazu-0.10.33 → gazu-0.10.35}/setup.py +0 -0
- {gazu-0.10.33 → gazu-0.10.35}/tests/test_asset.py +0 -0
- {gazu-0.10.33 → gazu-0.10.35}/tests/test_cache.py +0 -0
- {gazu-0.10.33 → gazu-0.10.35}/tests/test_casting.py +0 -0
- {gazu-0.10.33 → gazu-0.10.35}/tests/test_client.py +0 -0
- {gazu-0.10.33 → gazu-0.10.35}/tests/test_concept.py +0 -0
- {gazu-0.10.33 → gazu-0.10.35}/tests/test_context.py +0 -0
- {gazu-0.10.33 → gazu-0.10.35}/tests/test_edit.py +0 -0
- {gazu-0.10.33 → gazu-0.10.35}/tests/test_entity.py +0 -0
- {gazu-0.10.33 → gazu-0.10.35}/tests/test_files.py +0 -0
- {gazu-0.10.33 → gazu-0.10.35}/tests/test_helpers.py +0 -0
- {gazu-0.10.33 → gazu-0.10.35}/tests/test_person.py +0 -0
- {gazu-0.10.33 → gazu-0.10.35}/tests/test_playlist.py +0 -0
- {gazu-0.10.33 → gazu-0.10.35}/tests/test_project.py +0 -0
- {gazu-0.10.33 → gazu-0.10.35}/tests/test_scene.py +0 -0
- {gazu-0.10.33 → gazu-0.10.35}/tests/test_shot.py +0 -0
- {gazu-0.10.33 → gazu-0.10.35}/tests/test_sync.py +0 -0
- {gazu-0.10.33 → gazu-0.10.35}/tests/test_task.py +0 -0
- {gazu-0.10.33 → gazu-0.10.35}/tests/test_user.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: gazu
|
|
3
|
-
Version: 0.10.
|
|
3
|
+
Version: 0.10.35
|
|
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
|
|
@@ -40,7 +40,7 @@ Requires-Dist: multipart; python_version >= "3.13" and extra == "test"
|
|
|
40
40
|
Provides-Extra: lint
|
|
41
41
|
Requires-Dist: autoflake==2.3.1; python_version >= "3.8" and extra == "lint"
|
|
42
42
|
Requires-Dist: black==25.1.0; python_version >= "3.9" and extra == "lint"
|
|
43
|
-
Requires-Dist: pre-commit==4.
|
|
43
|
+
Requires-Dist: pre-commit==4.3.0; python_version >= "3.9" and extra == "lint"
|
|
44
44
|
Dynamic: license-file
|
|
45
45
|
Dynamic: requires-python
|
|
46
46
|
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "0.10.35"
|
|
@@ -111,10 +111,11 @@ def new_edit(
|
|
|
111
111
|
Created edit.
|
|
112
112
|
"""
|
|
113
113
|
project = normalize_model_parameter(project)
|
|
114
|
+
data = {"name": name, "data": data}
|
|
115
|
+
|
|
114
116
|
if episode is not None:
|
|
115
117
|
episode = normalize_model_parameter(episode)
|
|
116
|
-
|
|
117
|
-
data = {"name": name, "data": data, "parent_id": episode["id"]}
|
|
118
|
+
data["parent_id"] = episode["id"]
|
|
118
119
|
|
|
119
120
|
if description is not None:
|
|
120
121
|
data["description"] = description
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: gazu
|
|
3
|
-
Version: 0.10.
|
|
3
|
+
Version: 0.10.35
|
|
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
|
|
@@ -40,7 +40,7 @@ Requires-Dist: multipart; python_version >= "3.13" and extra == "test"
|
|
|
40
40
|
Provides-Extra: lint
|
|
41
41
|
Requires-Dist: autoflake==2.3.1; python_version >= "3.8" and extra == "lint"
|
|
42
42
|
Requires-Dist: black==25.1.0; python_version >= "3.9" and extra == "lint"
|
|
43
|
-
Requires-Dist: pre-commit==4.
|
|
43
|
+
Requires-Dist: pre-commit==4.3.0; python_version >= "3.9" and extra == "lint"
|
|
44
44
|
Dynamic: license-file
|
|
45
45
|
Dynamic: requires-python
|
|
46
46
|
|
gazu-0.10.33/gazu/__version__.py
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = "0.10.33"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|