Skip to content

Commit

Permalink
otiotool command line utility (#1375)
Browse files Browse the repository at this point in the history
Signed-off-by: Joshua Minor <joshm@pixar.com>
Co-authored-by: apetrynet <flehnerheener@gmail.com>
  • Loading branch information
jminor and apetrynet authored Sep 19, 2022
1 parent 4d136df commit a5f8a30
Show file tree
Hide file tree
Showing 4 changed files with 1,365 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -353,11 +353,12 @@ def test_otio():
],
entry_points={
'console_scripts': [
'otioview = opentimelineview.console:main',
'otiocat = opentimelineio.console.otiocat:main',
'otioconvert = opentimelineio.console.otioconvert:main',
'otiostat = opentimelineio.console.otiostat:main',
'otiopluginfo = opentimelineio.console.otiopluginfo:main',
'otiostat = opentimelineio.console.otiostat:main',
'otiotool = opentimelineio.console.otiotool:main',
'otioview = opentimelineview.console:main',
(
'otioautogen_serialized_schema_docs = '
'opentimelineio.console.autogen_serialized_datamodel:main'
Expand Down
1 change: 1 addition & 0 deletions src/py-opentimelineio/opentimelineio/console/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
otioconvert,
otiocat,
otiostat,
otiotool,
console_utils,
autogen_serialized_datamodel,
otiopluginfo,
Expand Down
Loading

0 comments on commit a5f8a30

Please sign in to comment.