Metadata-Version: 2.1
Name: OpenTimelineIO
Version: 0.13.0
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
Description: 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.
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.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Operating System :: OS Independent
Classifier: Natural Language :: English
Provides-Extra: dev
Provides-Extra: view
