Metadata-Version: 2.1
Name: OpenTimelineIO
Version: 0.14.1
Summary: Editorial interchange format and API
Home-page: http://opentimeline.io
Author: Contributors to the OpenTimelineIO project
Author-email: opentimelineio@pixar.com
License: Modified Apache 2.0 License
Project-URL: Source, https://github.com/PixarAnimationStudios/OpenTimelineIO
Project-URL: Documentation, https://opentimelineio.readthedocs.io/
Project-URL: Issues, https://github.com/PixarAnimationStudios/OpenTimelineIO/issues
Keywords: film tv editing editorial edit non-linear edl time
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Topic :: Multimedia :: Graphics
Classifier: Topic :: Multimedia :: Video
Classifier: Topic :: Multimedia :: Video :: Display
Classifier: Topic :: Multimedia :: Video :: Non-Linear Editor
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Operating System :: OS Independent
Classifier: Natural Language :: English
Requires-Python: >2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*, !=3.6.*, !=3.9.0
Description-Content-Type: text/markdown
Provides-Extra: dev
Provides-Extra: view
License-File: LICENSE.txt
License-File: NOTICE.txt

OpenTimelineIO is an interchange format and API for
editorial cut information. OTIO is not a container format for media, rather it
contains information about the order and length of cuts and references to
external media.

OTIO includes both a file format and an API for manipulating that format. It
also includes a plugin architecture for writing adapters to convert from/to
existing editorial timeline formats. It also implements a dependency- less
library for dealing strictly with time, opentime.

You can provide adapters for your video editing tool or pipeline as needed.
Each adapter allows for import/export between that proprietary tool and the
OpenTimelineIO format.

