gazu 0.10.30__tar.gz → 0.10.31__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.30 → gazu-0.10.31}/PKG-INFO +1 -1
- gazu-0.10.31/gazu/__version__.py +1 -0
- {gazu-0.10.30 → gazu-0.10.31}/gazu/shot.py +2 -2
- {gazu-0.10.30 → gazu-0.10.31}/gazu.egg-info/PKG-INFO +1 -1
- gazu-0.10.30/gazu/__version__.py +0 -1
- {gazu-0.10.30 → gazu-0.10.31}/LICENSE +0 -0
- {gazu-0.10.30 → gazu-0.10.31}/README.rst +0 -0
- {gazu-0.10.30 → gazu-0.10.31}/gazu/__init__.py +0 -0
- {gazu-0.10.30 → gazu-0.10.31}/gazu/asset.py +0 -0
- {gazu-0.10.30 → gazu-0.10.31}/gazu/cache.py +0 -0
- {gazu-0.10.30 → gazu-0.10.31}/gazu/casting.py +0 -0
- {gazu-0.10.30 → gazu-0.10.31}/gazu/client.py +0 -0
- {gazu-0.10.30 → gazu-0.10.31}/gazu/concept.py +0 -0
- {gazu-0.10.30 → gazu-0.10.31}/gazu/context.py +0 -0
- {gazu-0.10.30 → gazu-0.10.31}/gazu/edit.py +0 -0
- {gazu-0.10.30 → gazu-0.10.31}/gazu/encoder.py +0 -0
- {gazu-0.10.30 → gazu-0.10.31}/gazu/entity.py +0 -0
- {gazu-0.10.30 → gazu-0.10.31}/gazu/events.py +0 -0
- {gazu-0.10.30 → gazu-0.10.31}/gazu/exception.py +0 -0
- {gazu-0.10.30 → gazu-0.10.31}/gazu/files.py +0 -0
- {gazu-0.10.30 → gazu-0.10.31}/gazu/helpers.py +0 -0
- {gazu-0.10.30 → gazu-0.10.31}/gazu/person.py +0 -0
- {gazu-0.10.30 → gazu-0.10.31}/gazu/playlist.py +0 -0
- {gazu-0.10.30 → gazu-0.10.31}/gazu/project.py +0 -0
- {gazu-0.10.30 → gazu-0.10.31}/gazu/scene.py +0 -0
- {gazu-0.10.30 → gazu-0.10.31}/gazu/sorting.py +0 -0
- {gazu-0.10.30 → gazu-0.10.31}/gazu/sync.py +0 -0
- {gazu-0.10.30 → gazu-0.10.31}/gazu/task.py +0 -0
- {gazu-0.10.30 → gazu-0.10.31}/gazu/user.py +0 -0
- {gazu-0.10.30 → gazu-0.10.31}/gazu.egg-info/SOURCES.txt +0 -0
- {gazu-0.10.30 → gazu-0.10.31}/gazu.egg-info/dependency_links.txt +0 -0
- {gazu-0.10.30 → gazu-0.10.31}/gazu.egg-info/not-zip-safe +0 -0
- {gazu-0.10.30 → gazu-0.10.31}/gazu.egg-info/requires.txt +0 -0
- {gazu-0.10.30 → gazu-0.10.31}/gazu.egg-info/top_level.txt +0 -0
- {gazu-0.10.30 → gazu-0.10.31}/pyproject.toml +0 -0
- {gazu-0.10.30 → gazu-0.10.31}/setup.cfg +0 -0
- {gazu-0.10.30 → gazu-0.10.31}/setup.py +0 -0
- {gazu-0.10.30 → gazu-0.10.31}/tests/test_asset.py +0 -0
- {gazu-0.10.30 → gazu-0.10.31}/tests/test_cache.py +0 -0
- {gazu-0.10.30 → gazu-0.10.31}/tests/test_casting.py +0 -0
- {gazu-0.10.30 → gazu-0.10.31}/tests/test_client.py +0 -0
- {gazu-0.10.30 → gazu-0.10.31}/tests/test_concept.py +0 -0
- {gazu-0.10.30 → gazu-0.10.31}/tests/test_context.py +0 -0
- {gazu-0.10.30 → gazu-0.10.31}/tests/test_edit.py +0 -0
- {gazu-0.10.30 → gazu-0.10.31}/tests/test_entity.py +0 -0
- {gazu-0.10.30 → gazu-0.10.31}/tests/test_files.py +0 -0
- {gazu-0.10.30 → gazu-0.10.31}/tests/test_helpers.py +0 -0
- {gazu-0.10.30 → gazu-0.10.31}/tests/test_person.py +0 -0
- {gazu-0.10.30 → gazu-0.10.31}/tests/test_playlist.py +0 -0
- {gazu-0.10.30 → gazu-0.10.31}/tests/test_project.py +0 -0
- {gazu-0.10.30 → gazu-0.10.31}/tests/test_scene.py +0 -0
- {gazu-0.10.30 → gazu-0.10.31}/tests/test_shot.py +0 -0
- {gazu-0.10.30 → gazu-0.10.31}/tests/test_sync.py +0 -0
- {gazu-0.10.30 → gazu-0.10.31}/tests/test_task.py +0 -0
- {gazu-0.10.30 → gazu-0.10.31}/tests/test_user.py +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "0.10.31"
|
|
@@ -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
|
|
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
|
|
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.
|
gazu-0.10.30/gazu/__version__.py
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = "0.10.30"
|
|
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
|
|
File without changes
|
|
File without changes
|