Skip to content

Add python interface

Julius Künzel requested to merge work/python into master

This adds a new python interface class that is now used by text to speech and otioconvertions. One of the main goals is to offer dependency management for otio in a the same why it is already possible for text to speech.

Other achievements are

  • reduce duplicated code
  • make it easier to add more python based features in the future

Merge request reports