gazu 0.10.24__tar.gz → 0.10.26__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.
Files changed (55) hide show
  1. {gazu-0.10.24 → gazu-0.10.26}/PKG-INFO +4 -4
  2. gazu-0.10.26/gazu/__version__.py +1 -0
  3. {gazu-0.10.24 → gazu-0.10.26}/gazu.egg-info/PKG-INFO +4 -4
  4. {gazu-0.10.24 → gazu-0.10.26}/gazu.egg-info/requires.txt +3 -3
  5. {gazu-0.10.24 → gazu-0.10.26}/setup.cfg +3 -3
  6. gazu-0.10.24/gazu/__version__.py +0 -1
  7. {gazu-0.10.24 → gazu-0.10.26}/LICENSE +0 -0
  8. {gazu-0.10.24 → gazu-0.10.26}/README.rst +0 -0
  9. {gazu-0.10.24 → gazu-0.10.26}/gazu/__init__.py +0 -0
  10. {gazu-0.10.24 → gazu-0.10.26}/gazu/asset.py +0 -0
  11. {gazu-0.10.24 → gazu-0.10.26}/gazu/cache.py +0 -0
  12. {gazu-0.10.24 → gazu-0.10.26}/gazu/casting.py +0 -0
  13. {gazu-0.10.24 → gazu-0.10.26}/gazu/client.py +0 -0
  14. {gazu-0.10.24 → gazu-0.10.26}/gazu/concept.py +0 -0
  15. {gazu-0.10.24 → gazu-0.10.26}/gazu/context.py +0 -0
  16. {gazu-0.10.24 → gazu-0.10.26}/gazu/edit.py +0 -0
  17. {gazu-0.10.24 → gazu-0.10.26}/gazu/encoder.py +0 -0
  18. {gazu-0.10.24 → gazu-0.10.26}/gazu/entity.py +0 -0
  19. {gazu-0.10.24 → gazu-0.10.26}/gazu/events.py +0 -0
  20. {gazu-0.10.24 → gazu-0.10.26}/gazu/exception.py +0 -0
  21. {gazu-0.10.24 → gazu-0.10.26}/gazu/files.py +0 -0
  22. {gazu-0.10.24 → gazu-0.10.26}/gazu/helpers.py +0 -0
  23. {gazu-0.10.24 → gazu-0.10.26}/gazu/person.py +0 -0
  24. {gazu-0.10.24 → gazu-0.10.26}/gazu/playlist.py +0 -0
  25. {gazu-0.10.24 → gazu-0.10.26}/gazu/project.py +0 -0
  26. {gazu-0.10.24 → gazu-0.10.26}/gazu/scene.py +0 -0
  27. {gazu-0.10.24 → gazu-0.10.26}/gazu/shot.py +0 -0
  28. {gazu-0.10.24 → gazu-0.10.26}/gazu/sorting.py +0 -0
  29. {gazu-0.10.24 → gazu-0.10.26}/gazu/sync.py +0 -0
  30. {gazu-0.10.24 → gazu-0.10.26}/gazu/task.py +0 -0
  31. {gazu-0.10.24 → gazu-0.10.26}/gazu/user.py +0 -0
  32. {gazu-0.10.24 → gazu-0.10.26}/gazu.egg-info/SOURCES.txt +0 -0
  33. {gazu-0.10.24 → gazu-0.10.26}/gazu.egg-info/dependency_links.txt +0 -0
  34. {gazu-0.10.24 → gazu-0.10.26}/gazu.egg-info/not-zip-safe +0 -0
  35. {gazu-0.10.24 → gazu-0.10.26}/gazu.egg-info/top_level.txt +0 -0
  36. {gazu-0.10.24 → gazu-0.10.26}/pyproject.toml +0 -0
  37. {gazu-0.10.24 → gazu-0.10.26}/setup.py +0 -0
  38. {gazu-0.10.24 → gazu-0.10.26}/tests/test_asset.py +0 -0
  39. {gazu-0.10.24 → gazu-0.10.26}/tests/test_cache.py +0 -0
  40. {gazu-0.10.24 → gazu-0.10.26}/tests/test_casting.py +0 -0
  41. {gazu-0.10.24 → gazu-0.10.26}/tests/test_client.py +0 -0
  42. {gazu-0.10.24 → gazu-0.10.26}/tests/test_concept.py +0 -0
  43. {gazu-0.10.24 → gazu-0.10.26}/tests/test_context.py +0 -0
  44. {gazu-0.10.24 → gazu-0.10.26}/tests/test_edit.py +0 -0
  45. {gazu-0.10.24 → gazu-0.10.26}/tests/test_entity.py +0 -0
  46. {gazu-0.10.24 → gazu-0.10.26}/tests/test_files.py +0 -0
  47. {gazu-0.10.24 → gazu-0.10.26}/tests/test_helpers.py +0 -0
  48. {gazu-0.10.24 → gazu-0.10.26}/tests/test_person.py +0 -0
  49. {gazu-0.10.24 → gazu-0.10.26}/tests/test_playlist.py +0 -0
  50. {gazu-0.10.24 → gazu-0.10.26}/tests/test_project.py +0 -0
  51. {gazu-0.10.24 → gazu-0.10.26}/tests/test_scene.py +0 -0
  52. {gazu-0.10.24 → gazu-0.10.26}/tests/test_shot.py +0 -0
  53. {gazu-0.10.24 → gazu-0.10.26}/tests/test_sync.py +0 -0
  54. {gazu-0.10.24 → gazu-0.10.26}/tests/test_task.py +0 -0
  55. {gazu-0.10.24 → gazu-0.10.26}/tests/test_user.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: gazu
3
- Version: 0.10.24
3
+ Version: 0.10.26
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
@@ -28,7 +28,7 @@ Requires-Python: >= 2.7, != 3.0.*, != 3.1.*, != 3.2.*, != 3.3.*, != 3.4.*, != 3.
28
28
  License-File: LICENSE
29
29
  Requires-Dist: python-socketio[client]<6,>=5.11.0; python_version != "2.7"
30
30
  Requires-Dist: requests>=2.25.1
31
- Requires-Dist: Deprecated==1.2.15
31
+ Requires-Dist: Deprecated==1.2.18
32
32
  Requires-Dist: pywin32>=308; sys_platform == "win32" and python_version != "2.7"
33
33
  Provides-Extra: dev
34
34
  Requires-Dist: wheel; extra == "dev"
@@ -39,8 +39,8 @@ Requires-Dist: requests_mock; extra == "test"
39
39
  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
- Requires-Dist: black==24.10.0; python_version >= "3.9" and extra == "lint"
43
- Requires-Dist: pre-commit==4.0.1; python_version >= "3.9" and extra == "lint"
42
+ Requires-Dist: black==25.1.0; python_version >= "3.9" and extra == "lint"
43
+ Requires-Dist: pre-commit==4.1.0; python_version >= "3.9" and extra == "lint"
44
44
  Dynamic: requires-python
45
45
 
46
46
  .. figure:: https://zou.cg-wire.com/kitsu.png
@@ -0,0 +1 @@
1
+ __version__ = "0.10.26"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: gazu
3
- Version: 0.10.24
3
+ Version: 0.10.26
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
@@ -28,7 +28,7 @@ Requires-Python: >= 2.7, != 3.0.*, != 3.1.*, != 3.2.*, != 3.3.*, != 3.4.*, != 3.
28
28
  License-File: LICENSE
29
29
  Requires-Dist: python-socketio[client]<6,>=5.11.0; python_version != "2.7"
30
30
  Requires-Dist: requests>=2.25.1
31
- Requires-Dist: Deprecated==1.2.15
31
+ Requires-Dist: Deprecated==1.2.18
32
32
  Requires-Dist: pywin32>=308; sys_platform == "win32" and python_version != "2.7"
33
33
  Provides-Extra: dev
34
34
  Requires-Dist: wheel; extra == "dev"
@@ -39,8 +39,8 @@ Requires-Dist: requests_mock; extra == "test"
39
39
  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
- Requires-Dist: black==24.10.0; python_version >= "3.9" and extra == "lint"
43
- Requires-Dist: pre-commit==4.0.1; python_version >= "3.9" and extra == "lint"
42
+ Requires-Dist: black==25.1.0; python_version >= "3.9" and extra == "lint"
43
+ Requires-Dist: pre-commit==4.1.0; python_version >= "3.9" and extra == "lint"
44
44
  Dynamic: requires-python
45
45
 
46
46
  .. figure:: https://zou.cg-wire.com/kitsu.png
@@ -1,5 +1,5 @@
1
1
  requests>=2.25.1
2
- Deprecated==1.2.15
2
+ Deprecated==1.2.18
3
3
 
4
4
  [:python_version != "2.7"]
5
5
  python-socketio[client]<6,>=5.11.0
@@ -16,8 +16,8 @@ wheel
16
16
  autoflake==2.3.1
17
17
 
18
18
  [lint:python_version >= "3.9"]
19
- black==24.10.0
20
- pre-commit==4.0.1
19
+ black==25.1.0
20
+ pre-commit==4.1.0
21
21
 
22
22
  [test]
23
23
  pytest
@@ -33,7 +33,7 @@ packages = find:
33
33
  install_requires =
34
34
  python-socketio[client]>=5.11.0,<6; python_version != '2.7'
35
35
  requests>=2.25.1
36
- Deprecated==1.2.15
36
+ Deprecated==1.2.18
37
37
  pywin32>=308; sys_platform == 'win32' and python_version != '2.7'
38
38
 
39
39
  [options.packages.find]
@@ -49,8 +49,8 @@ test =
49
49
  multipart; python_version >= '3.13'
50
50
  lint =
51
51
  autoflake==2.3.1; python_version >= '3.8'
52
- black==24.10.0; python_version >= '3.9'
53
- pre-commit==4.0.1; python_version >= '3.9'
52
+ black==25.1.0; python_version >= '3.9'
53
+ pre-commit==4.1.0; python_version >= '3.9'
54
54
 
55
55
  [bdist_wheel]
56
56
  universal = 1
@@ -1 +0,0 @@
1
- __version__ = "0.10.24"
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