zou 0.20.65__py3-none-any.whl → 0.20.67__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.
- zou/__init__.py +1 -1
- zou/app/blueprints/entities/resources.py +1 -1
- zou/app/blueprints/previews/resources.py +1 -1
- zou/app/blueprints/tasks/resources.py +1 -1
- zou/app/swagger.py +4 -3
- {zou-0.20.65.dist-info → zou-0.20.67.dist-info}/METADATA +13 -13
- {zou-0.20.65.dist-info → zou-0.20.67.dist-info}/RECORD +11 -11
- {zou-0.20.65.dist-info → zou-0.20.67.dist-info}/WHEEL +0 -0
- {zou-0.20.65.dist-info → zou-0.20.67.dist-info}/entry_points.txt +0 -0
- {zou-0.20.65.dist-info → zou-0.20.67.dist-info}/licenses/LICENSE +0 -0
- {zou-0.20.65.dist-info → zou-0.20.67.dist-info}/top_level.txt +0 -0
zou/__init__.py
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
__version__ = "0.20.
|
|
1
|
+
__version__ = "0.20.67"
|
|
@@ -1577,7 +1577,7 @@ class SetTaskMainPreviewResource(Resource):
|
|
|
1577
1577
|
This preview will be used as thumbnail to illustrate the entity.
|
|
1578
1578
|
---
|
|
1579
1579
|
tags:
|
|
1580
|
-
-
|
|
1580
|
+
- Tasks
|
|
1581
1581
|
description: This preview will be used to illustrate the entity.
|
|
1582
1582
|
parameters:
|
|
1583
1583
|
- in: path
|
zou/app/swagger.py
CHANGED
|
@@ -35,10 +35,8 @@ you will have to get a JWT token to authorize your requests.
|
|
|
35
35
|
|
|
36
36
|
<p>
|
|
37
37
|
You will find the information to retrieve it in the
|
|
38
|
-
|
|
38
|
+
[Zou documentation](https://zou.cg-wire.com/api/).
|
|
39
39
|
</p>
|
|
40
|
-
|
|
41
|
-
[OpenAPI definition](/openapi.json)
|
|
42
40
|
"""
|
|
43
41
|
|
|
44
42
|
swagger_template = {
|
|
@@ -78,8 +76,11 @@ swagger_template = {
|
|
|
78
76
|
{"name": "Authentication"},
|
|
79
77
|
{"name": "Assets"},
|
|
80
78
|
{"name": "Breakdown"},
|
|
79
|
+
{"name": "Chat"},
|
|
81
80
|
{"name": "Comments"},
|
|
81
|
+
{"name": "Concepts"},
|
|
82
82
|
{"name": "Crud"},
|
|
83
|
+
{"name": "Departments"},
|
|
83
84
|
{"name": "Edits"},
|
|
84
85
|
{"name": "Entities"},
|
|
85
86
|
{"name": "Events"},
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: zou
|
|
3
|
-
Version: 0.20.
|
|
3
|
+
Version: 0.20.67
|
|
4
4
|
Summary: API to store and manage the data of your animation production
|
|
5
5
|
Home-page: https://zou.cg-wire.com
|
|
6
6
|
Author: CG Wire
|
|
@@ -22,7 +22,7 @@ Requires-Python: >=3.10, <3.14
|
|
|
22
22
|
License-File: LICENSE
|
|
23
23
|
Requires-Dist: babel==2.17.0
|
|
24
24
|
Requires-Dist: click==8.2.1
|
|
25
|
-
Requires-Dist: discord.py==2.
|
|
25
|
+
Requires-Dist: discord.py==2.6.2
|
|
26
26
|
Requires-Dist: email-validator==2.2.0
|
|
27
27
|
Requires-Dist: ffmpeg-python==0.2.0
|
|
28
28
|
Requires-Dist: fido2==2.0.0
|
|
@@ -34,12 +34,12 @@ Requires-Dist: flask_mail==0.10.0
|
|
|
34
34
|
Requires-Dist: flask_principal==0.4.0
|
|
35
35
|
Requires-Dist: flask_restful==0.3.10
|
|
36
36
|
Requires-Dist: flask_sqlalchemy==3.1.1
|
|
37
|
-
Requires-Dist: flask-fs2[s3,swift]==0.7.
|
|
37
|
+
Requires-Dist: flask-fs2[s3,swift]==0.7.31
|
|
38
38
|
Requires-Dist: flask-jwt-extended==4.7.1
|
|
39
39
|
Requires-Dist: flask-migrate==4.1.0
|
|
40
40
|
Requires-Dist: flask-socketio==5.5.1
|
|
41
|
-
Requires-Dist: flask==3.1.
|
|
42
|
-
Requires-Dist: gazu==0.10.
|
|
41
|
+
Requires-Dist: flask==3.1.2
|
|
42
|
+
Requires-Dist: gazu==0.10.36
|
|
43
43
|
Requires-Dist: gevent-websocket==0.10.1
|
|
44
44
|
Requires-Dist: gevent==25.5.1
|
|
45
45
|
Requires-Dist: gunicorn==23.0.0
|
|
@@ -48,12 +48,12 @@ Requires-Dist: itsdangerous==2.2.0
|
|
|
48
48
|
Requires-Dist: Jinja2==3.1.6
|
|
49
49
|
Requires-Dist: ldap3==2.9.1
|
|
50
50
|
Requires-Dist: matterhook==0.2
|
|
51
|
-
Requires-Dist: meilisearch==0.
|
|
51
|
+
Requires-Dist: meilisearch==0.37.0
|
|
52
52
|
Requires-Dist: numpy==2.2.6
|
|
53
53
|
Requires-Dist: opencv-python==4.12.0.88
|
|
54
54
|
Requires-Dist: OpenTimelineIO==0.17.0
|
|
55
55
|
Requires-Dist: OpenTimelineIO-Plugins==0.17.0
|
|
56
|
-
Requires-Dist: orjson==3.11.
|
|
56
|
+
Requires-Dist: orjson==3.11.2
|
|
57
57
|
Requires-Dist: pillow==11.3.0
|
|
58
58
|
Requires-Dist: psutil==7.0.0
|
|
59
59
|
Requires-Dist: psycopg[binary]==3.2.9
|
|
@@ -64,13 +64,13 @@ Requires-Dist: python-slugify==8.0.4
|
|
|
64
64
|
Requires-Dist: python-socketio==5.13.0
|
|
65
65
|
Requires-Dist: pytz==2025.2
|
|
66
66
|
Requires-Dist: redis==5.2.1
|
|
67
|
-
Requires-Dist: requests==2.32.
|
|
68
|
-
Requires-Dist: rq==2.
|
|
67
|
+
Requires-Dist: requests==2.32.5
|
|
68
|
+
Requires-Dist: rq==2.5.0
|
|
69
69
|
Requires-Dist: semver==3.0.4
|
|
70
70
|
Requires-Dist: slackclient==2.9.4
|
|
71
71
|
Requires-Dist: spdx-license-list==3.27.0
|
|
72
72
|
Requires-Dist: sqlalchemy_utils==0.41.2
|
|
73
|
-
Requires-Dist: sqlalchemy==2.0.
|
|
73
|
+
Requires-Dist: sqlalchemy==2.0.43
|
|
74
74
|
Requires-Dist: tabulate==0.9.0
|
|
75
75
|
Requires-Dist: tomlkit==0.13.3
|
|
76
76
|
Requires-Dist: ua-parser==1.0.1
|
|
@@ -81,18 +81,18 @@ Requires-Dist: gevent; extra == "prod"
|
|
|
81
81
|
Provides-Extra: dev
|
|
82
82
|
Requires-Dist: wheel; extra == "dev"
|
|
83
83
|
Provides-Extra: test
|
|
84
|
-
Requires-Dist: fakeredis==2.
|
|
84
|
+
Requires-Dist: fakeredis==2.31.0; extra == "test"
|
|
85
85
|
Requires-Dist: mixer==7.2.2; extra == "test"
|
|
86
86
|
Requires-Dist: pytest-cov==6.2.1; extra == "test"
|
|
87
87
|
Requires-Dist: pytest==8.4.1; extra == "test"
|
|
88
88
|
Provides-Extra: monitoring
|
|
89
89
|
Requires-Dist: prometheus-flask-exporter==0.23.2; extra == "monitoring"
|
|
90
90
|
Requires-Dist: pygelf==0.4.3; extra == "monitoring"
|
|
91
|
-
Requires-Dist: sentry-sdk==2.
|
|
91
|
+
Requires-Dist: sentry-sdk==2.35.0; extra == "monitoring"
|
|
92
92
|
Provides-Extra: lint
|
|
93
93
|
Requires-Dist: autoflake==2.3.1; extra == "lint"
|
|
94
94
|
Requires-Dist: black==25.1.0; extra == "lint"
|
|
95
|
-
Requires-Dist: pre-commit==4.
|
|
95
|
+
Requires-Dist: pre-commit==4.3.0; extra == "lint"
|
|
96
96
|
Dynamic: license-file
|
|
97
97
|
Dynamic: requires-python
|
|
98
98
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
zou/__init__.py,sha256=
|
|
1
|
+
zou/__init__.py,sha256=ESIhJXs4ORIdaLHTUq5Rba4Do-7trR9ADhnje8ei-_Y,24
|
|
2
2
|
zou/cli.py,sha256=N9FyrL4TDgIiCUa-I3xIzOgiVLM14kz8_QLQ48y51oE,22767
|
|
3
3
|
zou/debug.py,sha256=1fawPbkD4wn0Y9Gk0BiBFSa-CQe5agFi8R9uJYl2Uyk,520
|
|
4
4
|
zou/event_stream.py,sha256=9O1PE_vDW8p3yfHJNSZ8w0ybD-660x8oGN0izgJdTjM,8575
|
|
@@ -7,7 +7,7 @@ zou/app/__init__.py,sha256=zGmaBGBHSS_Px34I3_WZmcse62G_AZJArjm4F6TwmRk,7100
|
|
|
7
7
|
zou/app/api.py,sha256=pg6_EPyy7EEE6Z3ycDsvovveIZCS5oHUJ82PEzyF5_U,3855
|
|
8
8
|
zou/app/config.py,sha256=6Yka0ox6GFOOYZavSDxAiFAslgFMJs12wpypPDjxjXs,6820
|
|
9
9
|
zou/app/mixin.py,sha256=MGRrwLLRjWQtXHZ1YTaMgR5Jc8khnOrFqkvy2hzP5QY,5211
|
|
10
|
-
zou/app/swagger.py,sha256=
|
|
10
|
+
zou/app/swagger.py,sha256=Cr3TDCsAfiKIxovDAnBhafIOIMLzhY4iZP8-uuAtzqE,54208
|
|
11
11
|
zou/app/blueprints/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
12
12
|
zou/app/blueprints/assets/__init__.py,sha256=T2zhDagHjXF6jRwOQ8vqokZTkBHyY7XtTI0Rlooamjs,2931
|
|
13
13
|
zou/app/blueprints/assets/resources.py,sha256=Vg149qeOAF4lY1vtTILCwYxPNIJyc5o8G2_FW4MlbJk,24672
|
|
@@ -72,7 +72,7 @@ zou/app/blueprints/departments/resources.py,sha256=gnNbFrKW61FNxIWZ1zOK1KQWSGwlJ
|
|
|
72
72
|
zou/app/blueprints/edits/__init__.py,sha256=jR6dURRPHZJcU4DVFsNghLW1iGm3CwEzs1LPbdof158,1152
|
|
73
73
|
zou/app/blueprints/edits/resources.py,sha256=IvgqEhIvjF6OO7VNK6i5w6NKEoFQyKfuZJ7aJxdt5rk,13249
|
|
74
74
|
zou/app/blueprints/entities/__init__.py,sha256=v-qt2dl3s3tmK_ur-cpDHNPmcL0A6xCybczyuidjUCo,713
|
|
75
|
-
zou/app/blueprints/entities/resources.py,sha256=
|
|
75
|
+
zou/app/blueprints/entities/resources.py,sha256=rMktqf26Hf24dX3kG4MLdVQ1uck8DjMwEMMg9zYf5Xg,3168
|
|
76
76
|
zou/app/blueprints/events/__init__.py,sha256=Vb0gO7Bpj_2Dpx9hhKd2SZW2qqnJrFVoDpJjFOmoMZw,394
|
|
77
77
|
zou/app/blueprints/events/resources.py,sha256=y8OtwrvpLBmr6IcUSZroOXqx8ThaSfBWe53LllZOd3U,3194
|
|
78
78
|
zou/app/blueprints/export/__init__.py,sha256=W3U93VD-dHlozFVSt_RDvP7h7K_FqgHPLA__W5H1DkE,1574
|
|
@@ -99,7 +99,7 @@ zou/app/blueprints/persons/resources.py,sha256=1wq_1u-PRQvF5hbeo9QbvvytRqlKXKWmh
|
|
|
99
99
|
zou/app/blueprints/playlists/__init__.py,sha256=vuEk1F3hFHsmuKWhdepMoLyOzmNKDn1YrjjfcaIz0lQ,1596
|
|
100
100
|
zou/app/blueprints/playlists/resources.py,sha256=mF3gmlWpe9YKyyKVRUXYtvTCk7OguWIMVaCN_J_JPS4,17636
|
|
101
101
|
zou/app/blueprints/previews/__init__.py,sha256=ihC6OQ9AUjnZ2JeMnjRh_tKGO0UmAjOwhZnOivc3BnQ,4460
|
|
102
|
-
zou/app/blueprints/previews/resources.py,sha256=
|
|
102
|
+
zou/app/blueprints/previews/resources.py,sha256=pBx5Rqua1pbbFLb9ZUpnKJPYUK9BcDgJpBS8rfdQLNI,53383
|
|
103
103
|
zou/app/blueprints/projects/__init__.py,sha256=RlKWld3A3kvMfyvH6uVN7cWXOtYOqnMjwUsrBIqXndg,5634
|
|
104
104
|
zou/app/blueprints/projects/resources.py,sha256=GmnBpj8fXFvP4Agst9yzrBslaC5lbtdccUi4u8guxHY,50889
|
|
105
105
|
zou/app/blueprints/search/__init__.py,sha256=QCjQIY_85l_orhdEiqav_GifjReuwsjZggN3V0GeUVY,356
|
|
@@ -135,7 +135,7 @@ zou/app/blueprints/source/shotgun/tasks.py,sha256=XXBRe9QhhS-kuZeV3HitOnpf7mmWVx
|
|
|
135
135
|
zou/app/blueprints/source/shotgun/team.py,sha256=GF7y2BwDeFJCiidtG68icfCi-uV1-b96YKiH8KR54iE,1819
|
|
136
136
|
zou/app/blueprints/source/shotgun/versions.py,sha256=8Mb35e5p3FLbbiu6AZb9tJErDKz2pPRBdIYu80Ayj7w,2292
|
|
137
137
|
zou/app/blueprints/tasks/__init__.py,sha256=udtTZJVViawRAPu8dO_OoyVzQTheLYWTHeTnrC-2RDA,4331
|
|
138
|
-
zou/app/blueprints/tasks/resources.py,sha256=
|
|
138
|
+
zou/app/blueprints/tasks/resources.py,sha256=EYGPH0FBvxiY4EKBDnkTK-GQ4Hn6E14Ne1DnWCDTjvY,55507
|
|
139
139
|
zou/app/blueprints/user/__init__.py,sha256=H9zCHcVobC6jq6dTToXKAjnZmDA0a9gChHiIP3BcZsc,4586
|
|
140
140
|
zou/app/blueprints/user/resources.py,sha256=n1PJhzpOR4N1nvJ9E7bhge2S2DxCE03VcE3Ojxi7fsc,39843
|
|
141
141
|
zou/app/file_trees/default.json,sha256=ryUrEmQYE8B_WkzCoQLgmem3N9yNwMIWx9G8p3HfG9o,2310
|
|
@@ -468,9 +468,9 @@ zou/remote/normalize_movie.py,sha256=zNfEY3N1UbAHZfddGONTg2Sff3ieLVWd4dfZa1dpnes
|
|
|
468
468
|
zou/remote/playlist.py,sha256=AsDo0bgYhDcd6DfNRV6r6Jj3URWwavE2ZN3VkKRPbLU,3293
|
|
469
469
|
zou/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
470
470
|
zou/utils/movie.py,sha256=d67fIL9dVBKt-E_qCGXRbNNdbJaJR5sHvZeX3hf8ldE,16559
|
|
471
|
-
zou-0.20.
|
|
472
|
-
zou-0.20.
|
|
473
|
-
zou-0.20.
|
|
474
|
-
zou-0.20.
|
|
475
|
-
zou-0.20.
|
|
476
|
-
zou-0.20.
|
|
471
|
+
zou-0.20.67.dist-info/licenses/LICENSE,sha256=dql8h4yceoMhuzlcK0TT_i-NgTFNIZsgE47Q4t3dUYI,34520
|
|
472
|
+
zou-0.20.67.dist-info/METADATA,sha256=fOa0j-zmOM7evYWfZbKwqIkO7SDvhbu6EwVi7RGgxHQ,6697
|
|
473
|
+
zou-0.20.67.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
474
|
+
zou-0.20.67.dist-info/entry_points.txt,sha256=PelQoIx3qhQ_Tmne7wrLY-1m2izuzgpwokoURwSohy4,130
|
|
475
|
+
zou-0.20.67.dist-info/top_level.txt,sha256=4S7G_jk4MzpToeDItHGjPhHx_fRdX52zJZWTD4SL54g,4
|
|
476
|
+
zou-0.20.67.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|