opentimelineio.plugins.python_plugin

Base class for OTIO plugins that are exposed by manifests.

class opentimelineio.plugins.python_plugin.PythonPlugin

A class of plugin that is encoded in a python module, exposed via a manifest.

property filepath

Absolute path or relative path to adapter module from location of json.

module()

Return the module object for this adapter.

module_abs_path()

Return an absolute path to the module implementing this adapter.

property name

Adapter name.

plugin_info_map()

Returns a map with information about the plugin.

opentimelineio.plugins.python_plugin.plugin_info_map()