Metadata-Version: 2.1 Name: OpenTimelineIO-Py Version: 0.11.0.dev2 Summary: Editorial interchange format and API Home-page: http://opentimeline.io Author: Pixar Animation Studios 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.6 Classifier: Programming Language :: Python :: 3.7 Classifier: Operating System :: OS Independent Classifier: Natural Language :: English Provides-Extra: dev Requires-Dist: flake8 (>=3.5) ; extra == 'dev' Requires-Dist: coverage (>=4.5) ; extra == 'dev' Requires-Dist: tox (>=3.0) ; extra == 'dev' Requires-Dist: urllib3 (>=1.24.3) ; extra == 'dev' Copy the source code from the last pure python: https://github.com/PixarAnimationStudios/OpenTimelineIO/tree/last_pure_python Why did I create an old version of the warehouse: https://github.com/PixarAnimationStudios/OpenTimelineIO/issues/756 **I did not add new features, and try to keep it available!** The following is the original document description: Main web site: http://opentimeline.io/ Documentation: https://opentimelineio.readthedocs.io/ GitHub: https://github.com/PixarAnimationStudios/OpenTimelineIO Discussion group: https://lists.aswf.io/g/otio-discussion 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.