gazu 0.10.8__tar.gz → 0.10.10__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.8 → gazu-0.10.10}/PKG-INFO +1 -1
- gazu-0.10.10/gazu/__version__.py +1 -0
- {gazu-0.10.8 → gazu-0.10.10}/gazu/shot.py +9 -0
- {gazu-0.10.8 → gazu-0.10.10}/gazu/sync.py +8 -2
- {gazu-0.10.8 → gazu-0.10.10}/gazu.egg-info/PKG-INFO +1 -1
- gazu-0.10.8/gazu/__version__.py +0 -1
- {gazu-0.10.8 → gazu-0.10.10}/LICENSE +0 -0
- {gazu-0.10.8 → gazu-0.10.10}/README.rst +0 -0
- {gazu-0.10.8 → gazu-0.10.10}/gazu/__init__.py +0 -0
- {gazu-0.10.8 → gazu-0.10.10}/gazu/asset.py +0 -0
- {gazu-0.10.8 → gazu-0.10.10}/gazu/cache.py +0 -0
- {gazu-0.10.8 → gazu-0.10.10}/gazu/casting.py +0 -0
- {gazu-0.10.8 → gazu-0.10.10}/gazu/client.py +0 -0
- {gazu-0.10.8 → gazu-0.10.10}/gazu/concept.py +0 -0
- {gazu-0.10.8 → gazu-0.10.10}/gazu/context.py +0 -0
- {gazu-0.10.8 → gazu-0.10.10}/gazu/edit.py +0 -0
- {gazu-0.10.8 → gazu-0.10.10}/gazu/encoder.py +0 -0
- {gazu-0.10.8 → gazu-0.10.10}/gazu/entity.py +0 -0
- {gazu-0.10.8 → gazu-0.10.10}/gazu/events.py +0 -0
- {gazu-0.10.8 → gazu-0.10.10}/gazu/exception.py +0 -0
- {gazu-0.10.8 → gazu-0.10.10}/gazu/files.py +0 -0
- {gazu-0.10.8 → gazu-0.10.10}/gazu/helpers.py +0 -0
- {gazu-0.10.8 → gazu-0.10.10}/gazu/person.py +0 -0
- {gazu-0.10.8 → gazu-0.10.10}/gazu/playlist.py +0 -0
- {gazu-0.10.8 → gazu-0.10.10}/gazu/project.py +0 -0
- {gazu-0.10.8 → gazu-0.10.10}/gazu/scene.py +0 -0
- {gazu-0.10.8 → gazu-0.10.10}/gazu/sorting.py +0 -0
- {gazu-0.10.8 → gazu-0.10.10}/gazu/task.py +0 -0
- {gazu-0.10.8 → gazu-0.10.10}/gazu/user.py +0 -0
- {gazu-0.10.8 → gazu-0.10.10}/gazu.egg-info/SOURCES.txt +0 -0
- {gazu-0.10.8 → gazu-0.10.10}/gazu.egg-info/dependency_links.txt +0 -0
- {gazu-0.10.8 → gazu-0.10.10}/gazu.egg-info/not-zip-safe +0 -0
- {gazu-0.10.8 → gazu-0.10.10}/gazu.egg-info/requires.txt +0 -0
- {gazu-0.10.8 → gazu-0.10.10}/gazu.egg-info/top_level.txt +0 -0
- {gazu-0.10.8 → gazu-0.10.10}/pyproject.toml +0 -0
- {gazu-0.10.8 → gazu-0.10.10}/setup.cfg +0 -0
- {gazu-0.10.8 → gazu-0.10.10}/setup.py +0 -0
- {gazu-0.10.8 → gazu-0.10.10}/tests/test_asset.py +0 -0
- {gazu-0.10.8 → gazu-0.10.10}/tests/test_cache.py +0 -0
- {gazu-0.10.8 → gazu-0.10.10}/tests/test_casting.py +0 -0
- {gazu-0.10.8 → gazu-0.10.10}/tests/test_client.py +0 -0
- {gazu-0.10.8 → gazu-0.10.10}/tests/test_concept.py +0 -0
- {gazu-0.10.8 → gazu-0.10.10}/tests/test_context.py +0 -0
- {gazu-0.10.8 → gazu-0.10.10}/tests/test_edit.py +0 -0
- {gazu-0.10.8 → gazu-0.10.10}/tests/test_entity.py +0 -0
- {gazu-0.10.8 → gazu-0.10.10}/tests/test_files.py +0 -0
- {gazu-0.10.8 → gazu-0.10.10}/tests/test_helpers.py +0 -0
- {gazu-0.10.8 → gazu-0.10.10}/tests/test_person.py +0 -0
- {gazu-0.10.8 → gazu-0.10.10}/tests/test_playlist.py +0 -0
- {gazu-0.10.8 → gazu-0.10.10}/tests/test_project.py +0 -0
- {gazu-0.10.8 → gazu-0.10.10}/tests/test_scene.py +0 -0
- {gazu-0.10.8 → gazu-0.10.10}/tests/test_shot.py +0 -0
- {gazu-0.10.8 → gazu-0.10.10}/tests/test_sync.py +0 -0
- {gazu-0.10.8 → gazu-0.10.10}/tests/test_task.py +0 -0
- {gazu-0.10.8 → gazu-0.10.10}/tests/test_user.py +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "0.10.10"
|
|
@@ -658,6 +658,15 @@ def import_otio(
|
|
|
658
658
|
def export_shots_with_csv(
|
|
659
659
|
project, csv_file_path, episode=None, assigned_to=None, client=default
|
|
660
660
|
):
|
|
661
|
+
"""
|
|
662
|
+
Export shots in a csv file.
|
|
663
|
+
|
|
664
|
+
Args:
|
|
665
|
+
project (str / dict): The project dict or the project ID.
|
|
666
|
+
csv_file_path (str): The csv file path.
|
|
667
|
+
episode (str / dict): The episode dict or the episode ID (optional).
|
|
668
|
+
assigned_to (str / dict): The user dict or the user ID (optional).
|
|
669
|
+
"""
|
|
661
670
|
project = normalize_model_parameter(project)
|
|
662
671
|
episode = normalize_model_parameter(episode)
|
|
663
672
|
assigned_to = normalize_model_parameter(assigned_to)
|
|
@@ -625,10 +625,16 @@ def push_task_comment(
|
|
|
625
625
|
{"annotations": preview["annotations"]},
|
|
626
626
|
client=client_target,
|
|
627
627
|
)
|
|
628
|
-
|
|
628
|
+
try:
|
|
629
|
+
os.remove(preview["file_path"])
|
|
630
|
+
except OSError:
|
|
631
|
+
pass
|
|
629
632
|
|
|
630
633
|
for attachment_path in attachments:
|
|
631
|
-
|
|
634
|
+
try:
|
|
635
|
+
os.remove(attachment_path)
|
|
636
|
+
except OSError:
|
|
637
|
+
pass
|
|
632
638
|
|
|
633
639
|
return comment
|
|
634
640
|
|
gazu-0.10.8/gazu/__version__.py
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = "0.10.8"
|
|
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
|