Summary
This release of the opentimelineio-plugins
python package is to smooth the transition to no longer including adapter plugins in the opentimelineio
core python package.
This release is simply a package that will transitively install OpenTimelineIO 0.16.0 - the current release version.
This is provided to assist migration ahead of removing adapter plugins from the OpenTimelineIO core python package in an upcoming release. Users of floating version pinning (e.g. opentimelineio>=0.16.0
) can preemptively switch to the opentimelineio-plugins
package (e.g. opentimelineio-plugins>=0.16.0
) and ensure the standard adapter plugins will still be included in future releases.