zou 0.20.40__py3-none-any.whl → 0.20.41__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 CHANGED
@@ -1 +1 @@
1
- __version__ = "0.20.40"
1
+ __version__ = "0.20.41"
zou/event_stream.py CHANGED
@@ -27,6 +27,7 @@ def _get_empty_room(current_frame=0):
27
27
  return {
28
28
  "playlist_id": None,
29
29
  "user_id": None,
30
+ "local_id": None,
30
31
  "people": [],
31
32
  "is_playing": False,
32
33
  "current_entity_id": None,
@@ -81,6 +82,7 @@ def _emit_people_updated(room_id, people):
81
82
  def _update_room_playing_status(data, room):
82
83
  room["playlist_id"] = data.get("playlist_id", False)
83
84
  room["user_id"] = data.get("user_id", False)
85
+ room["local_id"] = data.get("local_id", False)
84
86
  room["is_playing"] = data.get("is_playing", False)
85
87
  room["is_repeating"] = data.get("is_repeating", False)
86
88
  room["is_laser_mode"] = data.get("is_laser_mode", False)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: zou
3
- Version: 0.20.40
3
+ Version: 0.20.41
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
@@ -55,10 +55,10 @@ Requires-Dist: numpy==2.2.5; python_version >= "3.10"
55
55
  Requires-Dist: opencv-python==4.11.0.86
56
56
  Requires-Dist: OpenTimelineIO==0.17.0
57
57
  Requires-Dist: OpenTimelineIO-Plugins==0.17.0
58
- Requires-Dist: orjson==3.10.16
58
+ Requires-Dist: orjson==3.10.18
59
59
  Requires-Dist: pillow==11.2.1
60
60
  Requires-Dist: psutil==7.0.0
61
- Requires-Dist: psycopg[binary]==3.2.6
61
+ Requires-Dist: psycopg[binary]==3.2.7
62
62
  Requires-Dist: pyotp==2.9.0
63
63
  Requires-Dist: pysaml2==7.5.2
64
64
  Requires-Dist: python-nomad==2.1.0
@@ -1,7 +1,7 @@
1
- zou/__init__.py,sha256=LX2y5NhPizX5sFF0x5gfQ8yRTDJdVoERlxtXJcFvRd4,24
1
+ zou/__init__.py,sha256=6x53NYL-6OvGfQIBQiG1cJ29THw9_vSWG-_ZcXlVWpg,24
2
2
  zou/cli.py,sha256=Mes4MNjmPFxrAMHkiJtmU4G3F9VMvFJfieOAyt2Irb8,22064
3
3
  zou/debug.py,sha256=1fawPbkD4wn0Y9Gk0BiBFSa-CQe5agFi8R9uJYl2Uyk,520
4
- zou/event_stream.py,sha256=DTn3v9jDw3KrR68k9jAAesJ5QGs-9j565FitM9RSkb0,8214
4
+ zou/event_stream.py,sha256=yTU1Z3r55SiYm8Y5twtJIo5kTnhbBK-XKc8apdgvzNw,8291
5
5
  zou/job_settings.py,sha256=_aqBhujt2Q8sXRWIbgbDf-LUdXRdBimdtTc-fZbiXoY,202
6
6
  zou/app/__init__.py,sha256=zGmaBGBHSS_Px34I3_WZmcse62G_AZJArjm4F6TwmRk,7100
7
7
  zou/app/api.py,sha256=TYWUC__i23Lbpd2ahfJ_0Ny0fGieAluT5EP_wd9cQKw,5033
@@ -440,9 +440,9 @@ zou/remote/normalize_movie.py,sha256=zNfEY3N1UbAHZfddGONTg2Sff3ieLVWd4dfZa1dpnes
440
440
  zou/remote/playlist.py,sha256=AsDo0bgYhDcd6DfNRV6r6Jj3URWwavE2ZN3VkKRPbLU,3293
441
441
  zou/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
442
442
  zou/utils/movie.py,sha256=d67fIL9dVBKt-E_qCGXRbNNdbJaJR5sHvZeX3hf8ldE,16559
443
- zou-0.20.40.dist-info/licenses/LICENSE,sha256=dql8h4yceoMhuzlcK0TT_i-NgTFNIZsgE47Q4t3dUYI,34520
444
- zou-0.20.40.dist-info/METADATA,sha256=B0-k7wF7MXU4PPR2r1VPIuDaexT5PSBKmzosFULQ9fA,6826
445
- zou-0.20.40.dist-info/WHEEL,sha256=ck4Vq1_RXyvS4Jt6SI0Vz6fyVs4GWg7AINwpsaGEgPE,91
446
- zou-0.20.40.dist-info/entry_points.txt,sha256=PelQoIx3qhQ_Tmne7wrLY-1m2izuzgpwokoURwSohy4,130
447
- zou-0.20.40.dist-info/top_level.txt,sha256=4S7G_jk4MzpToeDItHGjPhHx_fRdX52zJZWTD4SL54g,4
448
- zou-0.20.40.dist-info/RECORD,,
443
+ zou-0.20.41.dist-info/licenses/LICENSE,sha256=dql8h4yceoMhuzlcK0TT_i-NgTFNIZsgE47Q4t3dUYI,34520
444
+ zou-0.20.41.dist-info/METADATA,sha256=DoA4xOe1_FffMRHTmIevzjGTihzRQKtcA21uDA75DWo,6826
445
+ zou-0.20.41.dist-info/WHEEL,sha256=0CuiUZ_p9E4cD6NyLD6UG80LBXYyiSYZOKDm5lp32xk,91
446
+ zou-0.20.41.dist-info/entry_points.txt,sha256=PelQoIx3qhQ_Tmne7wrLY-1m2izuzgpwokoURwSohy4,130
447
+ zou-0.20.41.dist-info/top_level.txt,sha256=4S7G_jk4MzpToeDItHGjPhHx_fRdX52zJZWTD4SL54g,4
448
+ zou-0.20.41.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (80.0.0)
2
+ Generator: setuptools (80.3.1)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5