gazu 0.10.30__py2.py3-none-any.whl → 0.10.31__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 CHANGED
@@ -1 +1 @@
1
- __version__ = "0.10.30"
1
+ __version__ = "0.10.31"
gazu/shot.py CHANGED
@@ -68,7 +68,7 @@ def all_shots_for_sequence(sequence, client=default):
68
68
  def all_sequences_for_project(project, client=default):
69
69
  """
70
70
  Args:
71
- sequence (str / dict): The sequence dict or the sequence ID.
71
+ sequence (str / dict): The project dict or the project ID.
72
72
 
73
73
  Returns:
74
74
  list: Sequences from database for given project.
@@ -83,7 +83,7 @@ def all_sequences_for_project(project, client=default):
83
83
  def all_sequences_for_episode(episode, client=default):
84
84
  """
85
85
  Args:
86
- sequence (str / dict): The sequence dict or the sequence ID.
86
+ sequence (str / dict): The episode dict or the episode ID.
87
87
 
88
88
  Returns:
89
89
  list: Sequences which are children of given episode.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: gazu
3
- Version: 0.10.30
3
+ Version: 0.10.31
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
@@ -1,5 +1,5 @@
1
1
  gazu/__init__.py,sha256=KPAVnFOSbzZnd24ItkZEOv7yQ5w0Pv7k1TFmL8saiqY,2594
2
- gazu/__version__.py,sha256=iOKxsFZOVNSmrVXYoK4BW4KUnVle6bzjJehJThVn5Qo,24
2
+ gazu/__version__.py,sha256=nCmolCw4Gv_0OlXdp4T87t11mon7uZdo6xRwcPWOSZI,24
3
3
  gazu/asset.py,sha256=ZAc8F-7GPQTU_nVcUpH_xSVf58k6TXudlP6XnFc_LJk,14686
4
4
  gazu/cache.py,sha256=MnxrnfYN7wHNTTL7qzkEpYCYzWcolT56fqQ0_RegMbE,5879
5
5
  gazu/casting.py,sha256=0LTdsHaCTHSKEflBWFeuraSaYNYetGkMHAIdg6Lv81U,5059
@@ -17,13 +17,13 @@ gazu/person.py,sha256=Heqi3BRPheNXtvP8DRy4QJNPboAQwOrwUe_OrPtc-nQ,11434
17
17
  gazu/playlist.py,sha256=fzrhVY0fhxp5rSlvrowZPWEOqdl4rEYD4TKmnuvyKHg,6740
18
18
  gazu/project.py,sha256=wqA3-C1LeS3MsMP198pSapH-47FA8V9ciIaq0Q_OBNw,12662
19
19
  gazu/scene.py,sha256=Q4AVmiMfGhSZfaXwOceyR-taTlpx1WCELe0UBSiHm8o,5357
20
- gazu/shot.py,sha256=mHg-8B7xk3PXMqbPo0oCx2X7br2sGCBmuM7hEhpXRas,18942
20
+ gazu/shot.py,sha256=0HSBvj4AyxSp85uLFyjErRaAo7n40KutS_3kcy5lHj4,18938
21
21
  gazu/sorting.py,sha256=qSIO0pOHkj0Tl4gm9BJrYrcifWGGGmsW68Pl86zB_bg,266
22
22
  gazu/sync.py,sha256=3clThVFC9pSIQiCyVkNRPnlbYQDA2kfR-lxaWxHbeUk,21611
23
23
  gazu/task.py,sha256=CsWS5II9b4Pbe4fcLt3HmUTvUD1hvZw7Uulqcp4W2_Y,38645
24
24
  gazu/user.py,sha256=GyJf6mrynHvLllw3Hsiv-6wjaYTHO_PBNkJzyJjJA1A,9556
25
- gazu-0.10.30.dist-info/LICENSE,sha256=2n6rt7r999OuXp8iOqW9we7ORaxWncIbOwN1ILRGR2g,7651
26
- gazu-0.10.30.dist-info/METADATA,sha256=PJBd4NKc4bHUAgPzpL8wqCsYGZ_BVsuOKzBtsP1399c,5471
27
- gazu-0.10.30.dist-info/WHEEL,sha256=rF4EZyR2XVS6irmOHQIJx2SUqXLZKRMUrjsg8UwN-XQ,109
28
- gazu-0.10.30.dist-info/top_level.txt,sha256=nv7fRIVpYYyIlk_66hBmMyvWcSC7UU-r-GE8uC1u1Go,5
29
- gazu-0.10.30.dist-info/RECORD,,
25
+ gazu-0.10.31.dist-info/LICENSE,sha256=2n6rt7r999OuXp8iOqW9we7ORaxWncIbOwN1ILRGR2g,7651
26
+ gazu-0.10.31.dist-info/METADATA,sha256=po3nyoJHZT0T5dUsKpc96v9h_AWIupAHuvkM61w8nr8,5471
27
+ gazu-0.10.31.dist-info/WHEEL,sha256=SrDKpSbFN1G94qcmBqS9nyHcDMp9cUS9OC06hC0G3G0,109
28
+ gazu-0.10.31.dist-info/top_level.txt,sha256=nv7fRIVpYYyIlk_66hBmMyvWcSC7UU-r-GE8uC1u1Go,5
29
+ gazu-0.10.31.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (75.8.2)
2
+ Generator: setuptools (76.0.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py2-none-any
5
5
  Tag: py3-none-any