CMakeLists.txt
LICENSE.txt
MANIFEST.in
NOTICE.txt
README.md
README_contrib.md
pyproject.toml
setup.cfg
setup.py
OpenTimelineIO.egg-info/PKG-INFO
OpenTimelineIO.egg-info/SOURCES.txt
OpenTimelineIO.egg-info/dependency_links.txt
OpenTimelineIO.egg-info/entry_points.txt
OpenTimelineIO.egg-info/not-zip-safe
OpenTimelineIO.egg-info/requires.txt
OpenTimelineIO.egg-info/top_level.txt
examples/CMakeLists.txt
examples/build_simple_timeline.py
examples/conform.cpp
examples/conform.py
examples/flatten_video_tracks.cpp
examples/flatten_video_tracks.py
examples/io_perf_test.cpp
examples/python_adapters_child_process.cpp
examples/python_adapters_embed.cpp
examples/shot_detect.py
examples/summarize_timing.cpp
examples/summarize_timing.py
examples/upgrade_downgrade_example.cpp
examples/util.cpp
examples/util.h
examples/sample_plugin/setup.py
examples/sample_plugin/otio_counter/__init__.py
examples/sample_plugin/otio_counter/adapter.py
examples/sample_plugin/otio_counter/plugin_manifest.json
src/deps/CMakeLists.txt
src/deps/pybind11/.appveyor.yml
src/deps/pybind11/.clang-format
src/deps/pybind11/.clang-tidy
src/deps/pybind11/.cmake-format.yaml
src/deps/pybind11/.codespell-ignore-lines
src/deps/pybind11/.gitattributes
src/deps/pybind11/.gitignore
src/deps/pybind11/.pre-commit-config.yaml
src/deps/pybind11/.readthedocs.yml
src/deps/pybind11/CMakeLists.txt
src/deps/pybind11/LICENSE
src/deps/pybind11/MANIFEST.in
src/deps/pybind11/README.rst
src/deps/pybind11/SECURITY.md
src/deps/pybind11/noxfile.py
src/deps/pybind11/pyproject.toml
src/deps/pybind11/setup.cfg
src/deps/pybind11/setup.py
src/deps/pybind11/.github/CODEOWNERS
src/deps/pybind11/.github/CONTRIBUTING.md
src/deps/pybind11/.github/dependabot.yml
src/deps/pybind11/.github/labeler.yml
src/deps/pybind11/.github/labeler_merged.yml
src/deps/pybind11/.github/pull_request_template.md
src/deps/pybind11/.github/ISSUE_TEMPLATE/bug-report.yml
src/deps/pybind11/.github/ISSUE_TEMPLATE/config.yml
src/deps/pybind11/.github/matchers/pylint.json
src/deps/pybind11/.github/workflows/ci.yml
src/deps/pybind11/.github/workflows/configure.yml
src/deps/pybind11/.github/workflows/emscripten.yaml
src/deps/pybind11/.github/workflows/format.yml
src/deps/pybind11/.github/workflows/labeler.yml
src/deps/pybind11/.github/workflows/pip.yml
src/deps/pybind11/.github/workflows/upstream.yml
src/deps/pybind11/docs/Doxyfile
src/deps/pybind11/docs/Makefile
src/deps/pybind11/docs/basics.rst
src/deps/pybind11/docs/benchmark.py
src/deps/pybind11/docs/benchmark.rst
src/deps/pybind11/docs/changelog.rst
src/deps/pybind11/docs/classes.rst
src/deps/pybind11/docs/compiling.rst
src/deps/pybind11/docs/conf.py
src/deps/pybind11/docs/faq.rst
src/deps/pybind11/docs/index.rst
src/deps/pybind11/docs/installing.rst
src/deps/pybind11/docs/limitations.rst
src/deps/pybind11/docs/pybind11-logo.png
src/deps/pybind11/docs/pybind11_vs_boost_python1.png
src/deps/pybind11/docs/pybind11_vs_boost_python1.svg
src/deps/pybind11/docs/pybind11_vs_boost_python2.png
src/deps/pybind11/docs/pybind11_vs_boost_python2.svg
src/deps/pybind11/docs/reference.rst
src/deps/pybind11/docs/release.rst
src/deps/pybind11/docs/requirements.in
src/deps/pybind11/docs/requirements.txt
src/deps/pybind11/docs/upgrade.rst
src/deps/pybind11/docs/_static/css/custom.css
src/deps/pybind11/docs/advanced/classes.rst
src/deps/pybind11/docs/advanced/embedding.rst
src/deps/pybind11/docs/advanced/exceptions.rst
src/deps/pybind11/docs/advanced/functions.rst
src/deps/pybind11/docs/advanced/misc.rst
src/deps/pybind11/docs/advanced/smart_ptrs.rst
src/deps/pybind11/docs/advanced/cast/chrono.rst
src/deps/pybind11/docs/advanced/cast/custom.rst
src/deps/pybind11/docs/advanced/cast/eigen.rst
src/deps/pybind11/docs/advanced/cast/functional.rst
src/deps/pybind11/docs/advanced/cast/index.rst
src/deps/pybind11/docs/advanced/cast/overview.rst
src/deps/pybind11/docs/advanced/cast/stl.rst
src/deps/pybind11/docs/advanced/cast/strings.rst
src/deps/pybind11/docs/advanced/pycpp/index.rst
src/deps/pybind11/docs/advanced/pycpp/numpy.rst
src/deps/pybind11/docs/advanced/pycpp/object.rst
src/deps/pybind11/docs/advanced/pycpp/utilities.rst
src/deps/pybind11/docs/cmake/index.rst
src/deps/pybind11/include/pybind11/attr.h
src/deps/pybind11/include/pybind11/buffer_info.h
src/deps/pybind11/include/pybind11/cast.h
src/deps/pybind11/include/pybind11/chrono.h
src/deps/pybind11/include/pybind11/common.h
src/deps/pybind11/include/pybind11/complex.h
src/deps/pybind11/include/pybind11/eigen.h
src/deps/pybind11/include/pybind11/embed.h
src/deps/pybind11/include/pybind11/eval.h
src/deps/pybind11/include/pybind11/functional.h
src/deps/pybind11/include/pybind11/gil.h
src/deps/pybind11/include/pybind11/gil_safe_call_once.h
src/deps/pybind11/include/pybind11/iostream.h
src/deps/pybind11/include/pybind11/numpy.h
src/deps/pybind11/include/pybind11/operators.h
src/deps/pybind11/include/pybind11/options.h
src/deps/pybind11/include/pybind11/pybind11.h
src/deps/pybind11/include/pybind11/pytypes.h
src/deps/pybind11/include/pybind11/stl.h
src/deps/pybind11/include/pybind11/stl_bind.h
src/deps/pybind11/include/pybind11/type_caster_pyobject_ptr.h
src/deps/pybind11/include/pybind11/typing.h
src/deps/pybind11/include/pybind11/detail/class.h
src/deps/pybind11/include/pybind11/detail/common.h
src/deps/pybind11/include/pybind11/detail/descr.h
src/deps/pybind11/include/pybind11/detail/init.h
src/deps/pybind11/include/pybind11/detail/internals.h
src/deps/pybind11/include/pybind11/detail/type_caster_base.h
src/deps/pybind11/include/pybind11/detail/typeid.h
src/deps/pybind11/include/pybind11/detail/value_and_holder.h
src/deps/pybind11/include/pybind11/eigen/common.h
src/deps/pybind11/include/pybind11/eigen/matrix.h
src/deps/pybind11/include/pybind11/eigen/tensor.h
src/deps/pybind11/include/pybind11/stl/filesystem.h
src/deps/pybind11/pybind11/__init__.py
src/deps/pybind11/pybind11/__main__.py
src/deps/pybind11/pybind11/_version.py
src/deps/pybind11/pybind11/commands.py
src/deps/pybind11/pybind11/py.typed
src/deps/pybind11/pybind11/setup_helpers.py
src/deps/pybind11/tests/CMakeLists.txt
src/deps/pybind11/tests/conftest.py
src/deps/pybind11/tests/constructor_stats.h
src/deps/pybind11/tests/cross_module_gil_utils.cpp
src/deps/pybind11/tests/cross_module_interleaved_error_already_set.cpp
src/deps/pybind11/tests/eigen_tensor_avoid_stl_array.cpp
src/deps/pybind11/tests/env.py
src/deps/pybind11/tests/local_bindings.h
src/deps/pybind11/tests/object.h
src/deps/pybind11/tests/pybind11_cross_module_tests.cpp
src/deps/pybind11/tests/pybind11_tests.cpp
src/deps/pybind11/tests/pybind11_tests.h
src/deps/pybind11/tests/pyproject.toml
src/deps/pybind11/tests/pytest.ini
src/deps/pybind11/tests/requirements.txt
src/deps/pybind11/tests/test_async.cpp
src/deps/pybind11/tests/test_async.py
src/deps/pybind11/tests/test_buffers.cpp
src/deps/pybind11/tests/test_buffers.py
src/deps/pybind11/tests/test_builtin_casters.cpp
src/deps/pybind11/tests/test_builtin_casters.py
src/deps/pybind11/tests/test_call_policies.cpp
src/deps/pybind11/tests/test_call_policies.py
src/deps/pybind11/tests/test_callbacks.cpp
src/deps/pybind11/tests/test_callbacks.py
src/deps/pybind11/tests/test_chrono.cpp
src/deps/pybind11/tests/test_chrono.py
src/deps/pybind11/tests/test_class.cpp
src/deps/pybind11/tests/test_class.py
src/deps/pybind11/tests/test_const_name.cpp
src/deps/pybind11/tests/test_const_name.py
src/deps/pybind11/tests/test_constants_and_functions.cpp
src/deps/pybind11/tests/test_constants_and_functions.py
src/deps/pybind11/tests/test_copy_move.cpp
src/deps/pybind11/tests/test_copy_move.py
src/deps/pybind11/tests/test_custom_type_casters.cpp
src/deps/pybind11/tests/test_custom_type_casters.py
src/deps/pybind11/tests/test_custom_type_setup.cpp
src/deps/pybind11/tests/test_custom_type_setup.py
src/deps/pybind11/tests/test_docstring_options.cpp
src/deps/pybind11/tests/test_docstring_options.py
src/deps/pybind11/tests/test_eigen_matrix.cpp
src/deps/pybind11/tests/test_eigen_matrix.py
src/deps/pybind11/tests/test_eigen_tensor.cpp
src/deps/pybind11/tests/test_eigen_tensor.inl
src/deps/pybind11/tests/test_eigen_tensor.py
src/deps/pybind11/tests/test_enum.cpp
src/deps/pybind11/tests/test_enum.py
src/deps/pybind11/tests/test_eval.cpp
src/deps/pybind11/tests/test_eval.py
src/deps/pybind11/tests/test_eval_call.py
src/deps/pybind11/tests/test_exceptions.cpp
src/deps/pybind11/tests/test_exceptions.h
src/deps/pybind11/tests/test_exceptions.py
src/deps/pybind11/tests/test_factory_constructors.cpp
src/deps/pybind11/tests/test_factory_constructors.py
src/deps/pybind11/tests/test_gil_scoped.cpp
src/deps/pybind11/tests/test_gil_scoped.py
src/deps/pybind11/tests/test_iostream.cpp
src/deps/pybind11/tests/test_iostream.py
src/deps/pybind11/tests/test_kwargs_and_defaults.cpp
src/deps/pybind11/tests/test_kwargs_and_defaults.py
src/deps/pybind11/tests/test_local_bindings.cpp
src/deps/pybind11/tests/test_local_bindings.py
src/deps/pybind11/tests/test_methods_and_attributes.cpp
src/deps/pybind11/tests/test_methods_and_attributes.py
src/deps/pybind11/tests/test_modules.cpp
src/deps/pybind11/tests/test_modules.py
src/deps/pybind11/tests/test_multiple_inheritance.cpp
src/deps/pybind11/tests/test_multiple_inheritance.py
src/deps/pybind11/tests/test_numpy_array.cpp
src/deps/pybind11/tests/test_numpy_array.py
src/deps/pybind11/tests/test_numpy_dtypes.cpp
src/deps/pybind11/tests/test_numpy_dtypes.py
src/deps/pybind11/tests/test_numpy_vectorize.cpp
src/deps/pybind11/tests/test_numpy_vectorize.py
src/deps/pybind11/tests/test_opaque_types.cpp
src/deps/pybind11/tests/test_opaque_types.py
src/deps/pybind11/tests/test_operator_overloading.cpp
src/deps/pybind11/tests/test_operator_overloading.py
src/deps/pybind11/tests/test_pickling.cpp
src/deps/pybind11/tests/test_pickling.py
src/deps/pybind11/tests/test_python_multiple_inheritance.cpp
src/deps/pybind11/tests/test_python_multiple_inheritance.py
src/deps/pybind11/tests/test_pytypes.cpp
src/deps/pybind11/tests/test_pytypes.py
src/deps/pybind11/tests/test_sequences_and_iterators.cpp
src/deps/pybind11/tests/test_sequences_and_iterators.py
src/deps/pybind11/tests/test_smart_ptr.cpp
src/deps/pybind11/tests/test_smart_ptr.py
src/deps/pybind11/tests/test_stl.cpp
src/deps/pybind11/tests/test_stl.py
src/deps/pybind11/tests/test_stl_binders.cpp
src/deps/pybind11/tests/test_stl_binders.py
src/deps/pybind11/tests/test_tagbased_polymorphic.cpp
src/deps/pybind11/tests/test_tagbased_polymorphic.py
src/deps/pybind11/tests/test_thread.cpp
src/deps/pybind11/tests/test_thread.py
src/deps/pybind11/tests/test_type_caster_pyobject_ptr.cpp
src/deps/pybind11/tests/test_type_caster_pyobject_ptr.py
src/deps/pybind11/tests/test_type_caster_std_function_specializations.cpp
src/deps/pybind11/tests/test_type_caster_std_function_specializations.py
src/deps/pybind11/tests/test_union.cpp
src/deps/pybind11/tests/test_union.py
src/deps/pybind11/tests/test_unnamed_namespace_a.cpp
src/deps/pybind11/tests/test_unnamed_namespace_a.py
src/deps/pybind11/tests/test_unnamed_namespace_b.cpp
src/deps/pybind11/tests/test_unnamed_namespace_b.py
src/deps/pybind11/tests/test_vector_unique_ptr_member.cpp
src/deps/pybind11/tests/test_vector_unique_ptr_member.py
src/deps/pybind11/tests/test_virtual_functions.cpp
src/deps/pybind11/tests/test_virtual_functions.py
src/deps/pybind11/tests/valgrind-numpy-scipy.supp
src/deps/pybind11/tests/valgrind-python.supp
src/deps/pybind11/tests/extra_python_package/pytest.ini
src/deps/pybind11/tests/extra_python_package/test_files.py
src/deps/pybind11/tests/extra_setuptools/pytest.ini
src/deps/pybind11/tests/extra_setuptools/test_setuphelper.py
src/deps/pybind11/tests/test_cmake_build/CMakeLists.txt
src/deps/pybind11/tests/test_cmake_build/embed.cpp
src/deps/pybind11/tests/test_cmake_build/main.cpp
src/deps/pybind11/tests/test_cmake_build/test.py
src/deps/pybind11/tests/test_cmake_build/installed_embed/CMakeLists.txt
src/deps/pybind11/tests/test_cmake_build/installed_function/CMakeLists.txt
src/deps/pybind11/tests/test_cmake_build/installed_target/CMakeLists.txt
src/deps/pybind11/tests/test_cmake_build/subdirectory_embed/CMakeLists.txt
src/deps/pybind11/tests/test_cmake_build/subdirectory_function/CMakeLists.txt
src/deps/pybind11/tests/test_cmake_build/subdirectory_target/CMakeLists.txt
src/deps/pybind11/tests/test_embed/CMakeLists.txt
src/deps/pybind11/tests/test_embed/catch.cpp
src/deps/pybind11/tests/test_embed/external_module.cpp
src/deps/pybind11/tests/test_embed/test_interpreter.cpp
src/deps/pybind11/tests/test_embed/test_interpreter.py
src/deps/pybind11/tests/test_embed/test_trampoline.py
src/deps/pybind11/tools/FindCatch.cmake
src/deps/pybind11/tools/FindEigen3.cmake
src/deps/pybind11/tools/FindPythonLibsNew.cmake
src/deps/pybind11/tools/JoinPaths.cmake
src/deps/pybind11/tools/check-style.sh
src/deps/pybind11/tools/cmake_uninstall.cmake.in
src/deps/pybind11/tools/codespell_ignore_lines_from_errors.py
src/deps/pybind11/tools/libsize.py
src/deps/pybind11/tools/make_changelog.py
src/deps/pybind11/tools/pybind11.pc.in
src/deps/pybind11/tools/pybind11Common.cmake
src/deps/pybind11/tools/pybind11Config.cmake.in
src/deps/pybind11/tools/pybind11GuessPythonExtSuffix.cmake
src/deps/pybind11/tools/pybind11NewTools.cmake
src/deps/pybind11/tools/pybind11Tools.cmake
src/deps/pybind11/tools/pyproject.toml
src/deps/pybind11/tools/setup_global.py.in
src/deps/pybind11/tools/setup_main.py.in
src/deps/pybind11/tools/test-pybind11GuessPythonExtSuffix.cmake
src/deps/rapidjson/.gitattributes
src/deps/rapidjson/.gitignore
src/deps/rapidjson/.gitmodules
src/deps/rapidjson/.travis.yml
src/deps/rapidjson/CHANGELOG.md
src/deps/rapidjson/CMakeLists.txt
src/deps/rapidjson/RapidJSON.pc.in
src/deps/rapidjson/RapidJSONConfig.cmake.in
src/deps/rapidjson/RapidJSONConfigVersion.cmake.in
src/deps/rapidjson/appveyor.yml
src/deps/rapidjson/include_dirs.js
src/deps/rapidjson/library.json
src/deps/rapidjson/license.txt
src/deps/rapidjson/package.json
src/deps/rapidjson/rapidjson.autopkg
src/deps/rapidjson/readme.md
src/deps/rapidjson/readme.zh-cn.md
src/deps/rapidjson/travis-doxygen.sh
src/deps/rapidjson/CMakeModules/FindGTestSrc.cmake
src/deps/rapidjson/bin/data/abcde.txt
src/deps/rapidjson/bin/data/glossary.json
src/deps/rapidjson/bin/data/menu.json
src/deps/rapidjson/bin/data/readme.txt
src/deps/rapidjson/bin/data/sample.json
src/deps/rapidjson/bin/data/webapp.json
src/deps/rapidjson/bin/data/widget.json
src/deps/rapidjson/bin/draft-04/schema
src/deps/rapidjson/bin/encodings/utf16be.json
src/deps/rapidjson/bin/encodings/utf16bebom.json
src/deps/rapidjson/bin/encodings/utf16le.json
src/deps/rapidjson/bin/encodings/utf16lebom.json
src/deps/rapidjson/bin/encodings/utf32be.json
src/deps/rapidjson/bin/encodings/utf32bebom.json
src/deps/rapidjson/bin/encodings/utf32le.json
src/deps/rapidjson/bin/encodings/utf32lebom.json
src/deps/rapidjson/bin/encodings/utf8.json
src/deps/rapidjson/bin/encodings/utf8bom.json
src/deps/rapidjson/bin/jsonchecker/fail1.json
src/deps/rapidjson/bin/jsonchecker/fail10.json
src/deps/rapidjson/bin/jsonchecker/fail11.json
src/deps/rapidjson/bin/jsonchecker/fail12.json
src/deps/rapidjson/bin/jsonchecker/fail13.json
src/deps/rapidjson/bin/jsonchecker/fail14.json
src/deps/rapidjson/bin/jsonchecker/fail15.json
src/deps/rapidjson/bin/jsonchecker/fail16.json
src/deps/rapidjson/bin/jsonchecker/fail17.json
src/deps/rapidjson/bin/jsonchecker/fail18.json
src/deps/rapidjson/bin/jsonchecker/fail19.json
src/deps/rapidjson/bin/jsonchecker/fail2.json
src/deps/rapidjson/bin/jsonchecker/fail20.json
src/deps/rapidjson/bin/jsonchecker/fail21.json
src/deps/rapidjson/bin/jsonchecker/fail22.json
src/deps/rapidjson/bin/jsonchecker/fail23.json
src/deps/rapidjson/bin/jsonchecker/fail24.json
src/deps/rapidjson/bin/jsonchecker/fail25.json
src/deps/rapidjson/bin/jsonchecker/fail26.json
src/deps/rapidjson/bin/jsonchecker/fail27.json
src/deps/rapidjson/bin/jsonchecker/fail28.json
src/deps/rapidjson/bin/jsonchecker/fail29.json
src/deps/rapidjson/bin/jsonchecker/fail3.json
src/deps/rapidjson/bin/jsonchecker/fail30.json
src/deps/rapidjson/bin/jsonchecker/fail31.json
src/deps/rapidjson/bin/jsonchecker/fail32.json
src/deps/rapidjson/bin/jsonchecker/fail33.json
src/deps/rapidjson/bin/jsonchecker/fail4.json
src/deps/rapidjson/bin/jsonchecker/fail5.json
src/deps/rapidjson/bin/jsonchecker/fail6.json
src/deps/rapidjson/bin/jsonchecker/fail7.json
src/deps/rapidjson/bin/jsonchecker/fail8.json
src/deps/rapidjson/bin/jsonchecker/fail9.json
src/deps/rapidjson/bin/jsonchecker/pass1.json
src/deps/rapidjson/bin/jsonchecker/pass2.json
src/deps/rapidjson/bin/jsonchecker/pass3.json
src/deps/rapidjson/bin/jsonchecker/readme.txt
src/deps/rapidjson/bin/jsonschema/.gitignore
src/deps/rapidjson/bin/jsonschema/.travis.yml
src/deps/rapidjson/bin/jsonschema/LICENSE
src/deps/rapidjson/bin/jsonschema/README.md
src/deps/rapidjson/bin/jsonschema/tox.ini
src/deps/rapidjson/bin/jsonschema/bin/jsonschema_suite
src/deps/rapidjson/bin/jsonschema/remotes/integer.json
src/deps/rapidjson/bin/jsonschema/remotes/subSchemas.json
src/deps/rapidjson/bin/jsonschema/remotes/folder/folderInteger.json
src/deps/rapidjson/bin/jsonschema/tests/draft3/additionalItems.json
src/deps/rapidjson/bin/jsonschema/tests/draft3/additionalProperties.json
src/deps/rapidjson/bin/jsonschema/tests/draft3/default.json
src/deps/rapidjson/bin/jsonschema/tests/draft3/dependencies.json
src/deps/rapidjson/bin/jsonschema/tests/draft3/disallow.json
src/deps/rapidjson/bin/jsonschema/tests/draft3/divisibleBy.json
src/deps/rapidjson/bin/jsonschema/tests/draft3/enum.json
src/deps/rapidjson/bin/jsonschema/tests/draft3/extends.json
src/deps/rapidjson/bin/jsonschema/tests/draft3/items.json
src/deps/rapidjson/bin/jsonschema/tests/draft3/maxItems.json
src/deps/rapidjson/bin/jsonschema/tests/draft3/maxLength.json
src/deps/rapidjson/bin/jsonschema/tests/draft3/maximum.json
src/deps/rapidjson/bin/jsonschema/tests/draft3/minItems.json
src/deps/rapidjson/bin/jsonschema/tests/draft3/minLength.json
src/deps/rapidjson/bin/jsonschema/tests/draft3/minimum.json
src/deps/rapidjson/bin/jsonschema/tests/draft3/pattern.json
src/deps/rapidjson/bin/jsonschema/tests/draft3/patternProperties.json
src/deps/rapidjson/bin/jsonschema/tests/draft3/properties.json
src/deps/rapidjson/bin/jsonschema/tests/draft3/ref.json
src/deps/rapidjson/bin/jsonschema/tests/draft3/refRemote.json
src/deps/rapidjson/bin/jsonschema/tests/draft3/required.json
src/deps/rapidjson/bin/jsonschema/tests/draft3/type.json
src/deps/rapidjson/bin/jsonschema/tests/draft3/uniqueItems.json
src/deps/rapidjson/bin/jsonschema/tests/draft3/optional/bignum.json
src/deps/rapidjson/bin/jsonschema/tests/draft3/optional/format.json
src/deps/rapidjson/bin/jsonschema/tests/draft3/optional/jsregex.json
src/deps/rapidjson/bin/jsonschema/tests/draft3/optional/zeroTerminatedFloats.json
src/deps/rapidjson/bin/jsonschema/tests/draft4/additionalItems.json
src/deps/rapidjson/bin/jsonschema/tests/draft4/additionalProperties.json
src/deps/rapidjson/bin/jsonschema/tests/draft4/allOf.json
src/deps/rapidjson/bin/jsonschema/tests/draft4/anyOf.json
src/deps/rapidjson/bin/jsonschema/tests/draft4/default.json
src/deps/rapidjson/bin/jsonschema/tests/draft4/definitions.json
src/deps/rapidjson/bin/jsonschema/tests/draft4/dependencies.json
src/deps/rapidjson/bin/jsonschema/tests/draft4/enum.json
src/deps/rapidjson/bin/jsonschema/tests/draft4/items.json
src/deps/rapidjson/bin/jsonschema/tests/draft4/maxItems.json
src/deps/rapidjson/bin/jsonschema/tests/draft4/maxLength.json
src/deps/rapidjson/bin/jsonschema/tests/draft4/maxProperties.json
src/deps/rapidjson/bin/jsonschema/tests/draft4/maximum.json
src/deps/rapidjson/bin/jsonschema/tests/draft4/minItems.json
src/deps/rapidjson/bin/jsonschema/tests/draft4/minLength.json
src/deps/rapidjson/bin/jsonschema/tests/draft4/minProperties.json
src/deps/rapidjson/bin/jsonschema/tests/draft4/minimum.json
src/deps/rapidjson/bin/jsonschema/tests/draft4/multipleOf.json
src/deps/rapidjson/bin/jsonschema/tests/draft4/not.json
src/deps/rapidjson/bin/jsonschema/tests/draft4/oneOf.json
src/deps/rapidjson/bin/jsonschema/tests/draft4/pattern.json
src/deps/rapidjson/bin/jsonschema/tests/draft4/patternProperties.json
src/deps/rapidjson/bin/jsonschema/tests/draft4/properties.json
src/deps/rapidjson/bin/jsonschema/tests/draft4/ref.json
src/deps/rapidjson/bin/jsonschema/tests/draft4/refRemote.json
src/deps/rapidjson/bin/jsonschema/tests/draft4/required.json
src/deps/rapidjson/bin/jsonschema/tests/draft4/type.json
src/deps/rapidjson/bin/jsonschema/tests/draft4/uniqueItems.json
src/deps/rapidjson/bin/jsonschema/tests/draft4/optional/bignum.json
src/deps/rapidjson/bin/jsonschema/tests/draft4/optional/format.json
src/deps/rapidjson/bin/jsonschema/tests/draft4/optional/zeroTerminatedFloats.json
src/deps/rapidjson/bin/types/alotofkeys.json
src/deps/rapidjson/bin/types/booleans.json
src/deps/rapidjson/bin/types/floats.json
src/deps/rapidjson/bin/types/guids.json
src/deps/rapidjson/bin/types/integers.json
src/deps/rapidjson/bin/types/mixed.json
src/deps/rapidjson/bin/types/nulls.json
src/deps/rapidjson/bin/types/paragraphs.json
src/deps/rapidjson/bin/types/readme.txt
src/deps/rapidjson/bin/unittestschema/address.json
src/deps/rapidjson/bin/unittestschema/allOf_address.json
src/deps/rapidjson/bin/unittestschema/anyOf_address.json
src/deps/rapidjson/bin/unittestschema/idandref.json
src/deps/rapidjson/bin/unittestschema/oneOf_address.json
src/deps/rapidjson/contrib/natvis/LICENSE
src/deps/rapidjson/contrib/natvis/README.md
src/deps/rapidjson/contrib/natvis/rapidjson.natvis
src/deps/rapidjson/doc/CMakeLists.txt
src/deps/rapidjson/doc/Doxyfile.in
src/deps/rapidjson/doc/Doxyfile.zh-cn.in
src/deps/rapidjson/doc/dom.md
src/deps/rapidjson/doc/dom.zh-cn.md
src/deps/rapidjson/doc/encoding.md
src/deps/rapidjson/doc/encoding.zh-cn.md
src/deps/rapidjson/doc/faq.md
src/deps/rapidjson/doc/faq.zh-cn.md
src/deps/rapidjson/doc/features.md
src/deps/rapidjson/doc/features.zh-cn.md
src/deps/rapidjson/doc/internals.md
src/deps/rapidjson/doc/internals.zh-cn.md
src/deps/rapidjson/doc/npm.md
src/deps/rapidjson/doc/performance.md
src/deps/rapidjson/doc/performance.zh-cn.md
src/deps/rapidjson/doc/pointer.md
src/deps/rapidjson/doc/pointer.zh-cn.md
src/deps/rapidjson/doc/sax.md
src/deps/rapidjson/doc/sax.zh-cn.md
src/deps/rapidjson/doc/schema.md
src/deps/rapidjson/doc/schema.zh-cn.md
src/deps/rapidjson/doc/stream.md
src/deps/rapidjson/doc/stream.zh-cn.md
src/deps/rapidjson/doc/tutorial.md
src/deps/rapidjson/doc/tutorial.zh-cn.md
src/deps/rapidjson/doc/diagram/architecture.dot
src/deps/rapidjson/doc/diagram/architecture.png
src/deps/rapidjson/doc/diagram/insituparsing.dot
src/deps/rapidjson/doc/diagram/insituparsing.png
src/deps/rapidjson/doc/diagram/iterative-parser-states-diagram.dot
src/deps/rapidjson/doc/diagram/iterative-parser-states-diagram.png
src/deps/rapidjson/doc/diagram/makefile
src/deps/rapidjson/doc/diagram/move1.dot
src/deps/rapidjson/doc/diagram/move1.png
src/deps/rapidjson/doc/diagram/move2.dot
src/deps/rapidjson/doc/diagram/move2.png
src/deps/rapidjson/doc/diagram/move3.dot
src/deps/rapidjson/doc/diagram/move3.png
src/deps/rapidjson/doc/diagram/normalparsing.dot
src/deps/rapidjson/doc/diagram/normalparsing.png
src/deps/rapidjson/doc/diagram/simpledom.dot
src/deps/rapidjson/doc/diagram/simpledom.png
src/deps/rapidjson/doc/diagram/tutorial.dot
src/deps/rapidjson/doc/diagram/tutorial.png
src/deps/rapidjson/doc/diagram/utilityclass.dot
src/deps/rapidjson/doc/diagram/utilityclass.png
src/deps/rapidjson/doc/logo/rapidjson.png
src/deps/rapidjson/doc/logo/rapidjson.svg
src/deps/rapidjson/doc/misc/DoxygenLayout.xml
src/deps/rapidjson/doc/misc/doxygenextra.css
src/deps/rapidjson/doc/misc/footer.html
src/deps/rapidjson/doc/misc/header.html
src/deps/rapidjson/docker/debian/Dockerfile
src/deps/rapidjson/example/CMakeLists.txt
src/deps/rapidjson/example/traverseaspointer.cpp
src/deps/rapidjson/example/archiver/archiver.cpp
src/deps/rapidjson/example/archiver/archiver.h
src/deps/rapidjson/example/archiver/archivertest.cpp
src/deps/rapidjson/example/capitalize/capitalize.cpp
src/deps/rapidjson/example/condense/condense.cpp
src/deps/rapidjson/example/filterkey/filterkey.cpp
src/deps/rapidjson/example/filterkeydom/filterkeydom.cpp
src/deps/rapidjson/example/jsonx/jsonx.cpp
src/deps/rapidjson/example/lookaheadparser/lookaheadparser.cpp
src/deps/rapidjson/example/messagereader/messagereader.cpp
src/deps/rapidjson/example/parsebyparts/parsebyparts.cpp
src/deps/rapidjson/example/pretty/pretty.cpp
src/deps/rapidjson/example/prettyauto/prettyauto.cpp
src/deps/rapidjson/example/schemavalidator/schemavalidator.cpp
src/deps/rapidjson/example/serialize/serialize.cpp
src/deps/rapidjson/example/simpledom/simpledom.cpp
src/deps/rapidjson/example/simplepullreader/simplepullreader.cpp
src/deps/rapidjson/example/simplereader/simplereader.cpp
src/deps/rapidjson/example/simplewriter/simplewriter.cpp
src/deps/rapidjson/example/sortkeys/sortkeys.cpp
src/deps/rapidjson/example/tutorial/tutorial.cpp
src/deps/rapidjson/include/rapidjson/allocators.h
src/deps/rapidjson/include/rapidjson/cursorstreamwrapper.h
src/deps/rapidjson/include/rapidjson/document.h
src/deps/rapidjson/include/rapidjson/encodedstream.h
src/deps/rapidjson/include/rapidjson/encodings.h
src/deps/rapidjson/include/rapidjson/filereadstream.h
src/deps/rapidjson/include/rapidjson/filewritestream.h
src/deps/rapidjson/include/rapidjson/fwd.h
src/deps/rapidjson/include/rapidjson/istreamwrapper.h
src/deps/rapidjson/include/rapidjson/memorybuffer.h
src/deps/rapidjson/include/rapidjson/memorystream.h
src/deps/rapidjson/include/rapidjson/ostreamwrapper.h
src/deps/rapidjson/include/rapidjson/pointer.h
src/deps/rapidjson/include/rapidjson/prettywriter.h
src/deps/rapidjson/include/rapidjson/rapidjson.h
src/deps/rapidjson/include/rapidjson/reader.h
src/deps/rapidjson/include/rapidjson/schema.h
src/deps/rapidjson/include/rapidjson/stream.h
src/deps/rapidjson/include/rapidjson/stringbuffer.h
src/deps/rapidjson/include/rapidjson/uri.h
src/deps/rapidjson/include/rapidjson/writer.h
src/deps/rapidjson/include/rapidjson/error/en.h
src/deps/rapidjson/include/rapidjson/error/error.h
src/deps/rapidjson/include/rapidjson/internal/biginteger.h
src/deps/rapidjson/include/rapidjson/internal/clzll.h
src/deps/rapidjson/include/rapidjson/internal/diyfp.h
src/deps/rapidjson/include/rapidjson/internal/dtoa.h
src/deps/rapidjson/include/rapidjson/internal/ieee754.h
src/deps/rapidjson/include/rapidjson/internal/itoa.h
src/deps/rapidjson/include/rapidjson/internal/meta.h
src/deps/rapidjson/include/rapidjson/internal/pow10.h
src/deps/rapidjson/include/rapidjson/internal/regex.h
src/deps/rapidjson/include/rapidjson/internal/stack.h
src/deps/rapidjson/include/rapidjson/internal/strfunc.h
src/deps/rapidjson/include/rapidjson/internal/strtod.h
src/deps/rapidjson/include/rapidjson/internal/swap.h
src/deps/rapidjson/include/rapidjson/msinttypes/inttypes.h
src/deps/rapidjson/include/rapidjson/msinttypes/stdint.h
src/deps/rapidjson/test/CMakeLists.txt
src/deps/rapidjson/test/valgrind.supp
src/deps/rapidjson/test/perftest/CMakeLists.txt
src/deps/rapidjson/test/perftest/misctest.cpp
src/deps/rapidjson/test/perftest/perftest.cpp
src/deps/rapidjson/test/perftest/perftest.h
src/deps/rapidjson/test/perftest/platformtest.cpp
src/deps/rapidjson/test/perftest/rapidjsontest.cpp
src/deps/rapidjson/test/perftest/schematest.cpp
src/deps/rapidjson/test/unittest/CMakeLists.txt
src/deps/rapidjson/test/unittest/allocatorstest.cpp
src/deps/rapidjson/test/unittest/bigintegertest.cpp
src/deps/rapidjson/test/unittest/clzlltest.cpp
src/deps/rapidjson/test/unittest/cursorstreamwrappertest.cpp
src/deps/rapidjson/test/unittest/documenttest.cpp
src/deps/rapidjson/test/unittest/dtoatest.cpp
src/deps/rapidjson/test/unittest/encodedstreamtest.cpp
src/deps/rapidjson/test/unittest/encodingstest.cpp
src/deps/rapidjson/test/unittest/filestreamtest.cpp
src/deps/rapidjson/test/unittest/fwdtest.cpp
src/deps/rapidjson/test/unittest/istreamwrappertest.cpp
src/deps/rapidjson/test/unittest/itoatest.cpp
src/deps/rapidjson/test/unittest/jsoncheckertest.cpp
src/deps/rapidjson/test/unittest/namespacetest.cpp
src/deps/rapidjson/test/unittest/ostreamwrappertest.cpp
src/deps/rapidjson/test/unittest/platformtest.cpp
src/deps/rapidjson/test/unittest/pointertest.cpp
src/deps/rapidjson/test/unittest/prettywritertest.cpp
src/deps/rapidjson/test/unittest/readertest.cpp
src/deps/rapidjson/test/unittest/regextest.cpp
src/deps/rapidjson/test/unittest/schematest.cpp
src/deps/rapidjson/test/unittest/simdtest.cpp
src/deps/rapidjson/test/unittest/strfunctest.cpp
src/deps/rapidjson/test/unittest/stringbuffertest.cpp
src/deps/rapidjson/test/unittest/strtodtest.cpp
src/deps/rapidjson/test/unittest/unittest.cpp
src/deps/rapidjson/test/unittest/unittest.h
src/deps/rapidjson/test/unittest/uritest.cpp
src/deps/rapidjson/test/unittest/valuetest.cpp
src/deps/rapidjson/test/unittest/writertest.cpp
src/opentime/CMakeLists.txt
src/opentime/OpenTimeConfig.cmake.in
src/opentime/errorStatus.cpp
src/opentime/errorStatus.h
src/opentime/rationalTime.cpp
src/opentime/rationalTime.h
src/opentime/stringPrintf.h
src/opentime/timeRange.cpp
src/opentime/timeRange.h
src/opentime/timeTransform.cpp
src/opentime/timeTransform.h
src/opentime/version.h
src/opentimelineio/CMakeLists.txt
src/opentimelineio/CORE_VERSION_MAP.cpp
src/opentimelineio/CORE_VERSION_MAP.last.cpp
src/opentimelineio/OpenTimelineIOConfig.cmake.in
src/opentimelineio/anyDictionary.h
src/opentimelineio/anyVector.h
src/opentimelineio/clip.cpp
src/opentimelineio/clip.h
src/opentimelineio/composable.cpp
src/opentimelineio/composable.h
src/opentimelineio/composition.cpp
src/opentimelineio/composition.h
src/opentimelineio/deserialization.cpp
src/opentimelineio/deserialization.h
src/opentimelineio/effect.cpp
src/opentimelineio/effect.h
src/opentimelineio/errorStatus.cpp
src/opentimelineio/errorStatus.h
src/opentimelineio/externalReference.cpp
src/opentimelineio/externalReference.h
src/opentimelineio/freezeFrame.cpp
src/opentimelineio/freezeFrame.h
src/opentimelineio/gap.cpp
src/opentimelineio/gap.h
src/opentimelineio/generatorReference.cpp
src/opentimelineio/generatorReference.h
src/opentimelineio/imageSequenceReference.cpp
src/opentimelineio/imageSequenceReference.h
src/opentimelineio/item.cpp
src/opentimelineio/item.h
src/opentimelineio/linearTimeWarp.cpp
src/opentimelineio/linearTimeWarp.h
src/opentimelineio/marker.cpp
src/opentimelineio/marker.h
src/opentimelineio/mediaReference.cpp
src/opentimelineio/mediaReference.h
src/opentimelineio/missingReference.cpp
src/opentimelineio/missingReference.h
src/opentimelineio/safely_typed_any.cpp
src/opentimelineio/safely_typed_any.h
src/opentimelineio/serializableCollection.cpp
src/opentimelineio/serializableCollection.h
src/opentimelineio/serializableObject.cpp
src/opentimelineio/serializableObject.h
src/opentimelineio/serializableObjectWithMetadata.cpp
src/opentimelineio/serializableObjectWithMetadata.h
src/opentimelineio/serialization.cpp
src/opentimelineio/serialization.h
src/opentimelineio/stack.cpp
src/opentimelineio/stack.h
src/opentimelineio/stackAlgorithm.cpp
src/opentimelineio/stackAlgorithm.h
src/opentimelineio/stringUtils.cpp
src/opentimelineio/stringUtils.h
src/opentimelineio/timeEffect.cpp
src/opentimelineio/timeEffect.h
src/opentimelineio/timeline.cpp
src/opentimelineio/timeline.h
src/opentimelineio/track.cpp
src/opentimelineio/track.h
src/opentimelineio/trackAlgorithm.cpp
src/opentimelineio/trackAlgorithm.h
src/opentimelineio/transition.cpp
src/opentimelineio/transition.h
src/opentimelineio/typeRegistry.cpp
src/opentimelineio/typeRegistry.h
src/opentimelineio/unknownSchema.cpp
src/opentimelineio/unknownSchema.h
src/opentimelineio/vectorIndexing.h
src/opentimelineio/version.h
src/opentimelineio/algo/editAlgorithm.cpp
src/opentimelineio/algo/editAlgorithm.h
src/opentimelineview/__init__.py
src/opentimelineview/console.py
src/opentimelineview/details_widget.py
src/opentimelineview/ruler_widget.py
src/opentimelineview/settings.py
src/opentimelineview/timeline_widget.py
src/opentimelineview/track_widgets.py
src/py-opentimelineio/CMakeLists.txt
src/py-opentimelineio/opentime-bindings/CMakeLists.txt
src/py-opentimelineio/opentime-bindings/opentime_bindings.cpp
src/py-opentimelineio/opentime-bindings/opentime_bindings.h
src/py-opentimelineio/opentime-bindings/opentime_rationalTime.cpp
src/py-opentimelineio/opentime-bindings/opentime_timeRange.cpp
src/py-opentimelineio/opentime-bindings/opentime_timeTransform.cpp
src/py-opentimelineio/opentimelineio/__init__.py
src/py-opentimelineio/opentimelineio/exceptions.py
src/py-opentimelineio/opentimelineio/hooks.py
src/py-opentimelineio/opentimelineio/media_linker.py
src/py-opentimelineio/opentimelineio/opentime.py
src/py-opentimelineio/opentimelineio/test_utils.py
src/py-opentimelineio/opentimelineio/url_utils.py
src/py-opentimelineio/opentimelineio/versioning.py
src/py-opentimelineio/opentimelineio-bindings/CMakeLists.txt
src/py-opentimelineio/opentimelineio-bindings/otio_anyDictionary.cpp
src/py-opentimelineio/opentimelineio-bindings/otio_anyDictionary.h
src/py-opentimelineio/opentimelineio-bindings/otio_anyVector.cpp
src/py-opentimelineio/opentimelineio-bindings/otio_anyVector.h
src/py-opentimelineio/opentimelineio-bindings/otio_bindings.cpp
src/py-opentimelineio/opentimelineio-bindings/otio_bindings.h
src/py-opentimelineio/opentimelineio-bindings/otio_errorStatusHandler.cpp
src/py-opentimelineio/opentimelineio-bindings/otio_errorStatusHandler.h
src/py-opentimelineio/opentimelineio-bindings/otio_imath.cpp
src/py-opentimelineio/opentimelineio-bindings/otio_serializableObjects.cpp
src/py-opentimelineio/opentimelineio-bindings/otio_tests.cpp
src/py-opentimelineio/opentimelineio-bindings/otio_utils.cpp
src/py-opentimelineio/opentimelineio-bindings/otio_utils.h
src/py-opentimelineio/opentimelineio/adapters/__init__.py
src/py-opentimelineio/opentimelineio/adapters/adapter.py
src/py-opentimelineio/opentimelineio/adapters/builtin_adapters.plugin_manifest.json
src/py-opentimelineio/opentimelineio/adapters/file_bundle_utils.py
src/py-opentimelineio/opentimelineio/adapters/otio_json.py
src/py-opentimelineio/opentimelineio/adapters/otiod.py
src/py-opentimelineio/opentimelineio/adapters/otioz.py
src/py-opentimelineio/opentimelineio/algorithms/__init__.py
src/py-opentimelineio/opentimelineio/algorithms/filter.py
src/py-opentimelineio/opentimelineio/algorithms/stack_algo.py
src/py-opentimelineio/opentimelineio/algorithms/timeline_algo.py
src/py-opentimelineio/opentimelineio/algorithms/track_algo.py
src/py-opentimelineio/opentimelineio/console/__init__.py
src/py-opentimelineio/opentimelineio/console/autogen_plugin_documentation.py
src/py-opentimelineio/opentimelineio/console/autogen_serialized_datamodel.py
src/py-opentimelineio/opentimelineio/console/autogen_version_map.py
src/py-opentimelineio/opentimelineio/console/console_utils.py
src/py-opentimelineio/opentimelineio/console/otiocat.py
src/py-opentimelineio/opentimelineio/console/otioconvert.py
src/py-opentimelineio/opentimelineio/console/otiopluginfo.py
src/py-opentimelineio/opentimelineio/console/otiostat.py
src/py-opentimelineio/opentimelineio/console/otiotool.py
src/py-opentimelineio/opentimelineio/core/__init__.py
src/py-opentimelineio/opentimelineio/core/_core_utils.py
src/py-opentimelineio/opentimelineio/core/composable.py
src/py-opentimelineio/opentimelineio/core/composition.py
src/py-opentimelineio/opentimelineio/core/item.py
src/py-opentimelineio/opentimelineio/core/mediaReference.py
src/py-opentimelineio/opentimelineio/plugins/__init__.py
src/py-opentimelineio/opentimelineio/plugins/manifest.py
src/py-opentimelineio/opentimelineio/plugins/python_plugin.py
src/py-opentimelineio/opentimelineio/schema/__init__.py
src/py-opentimelineio/opentimelineio/schema/box2d.py
src/py-opentimelineio/opentimelineio/schema/clip.py
src/py-opentimelineio/opentimelineio/schema/effect.py
src/py-opentimelineio/opentimelineio/schema/external_reference.py
src/py-opentimelineio/opentimelineio/schema/generator_reference.py
src/py-opentimelineio/opentimelineio/schema/image_sequence_reference.py
src/py-opentimelineio/opentimelineio/schema/marker.py
src/py-opentimelineio/opentimelineio/schema/schemadef.py
src/py-opentimelineio/opentimelineio/schema/serializable_collection.py
src/py-opentimelineio/opentimelineio/schema/timeline.py
src/py-opentimelineio/opentimelineio/schema/transition.py
src/py-opentimelineio/opentimelineio/schema/v2d.py
src/py-opentimelineio/opentimelineio/schemadef/__init__.py
tests/CMakeLists.txt
tests/__init__.py
tests/baseline_reader.py
tests/test_adapter_plugin.py
tests/test_box2d.py
tests/test_builtin_adapters.py
tests/test_clip.cpp
tests/test_clip.py
tests/test_composable.py
tests/test_composition.py
tests/test_console.py
tests/test_core.py
tests/test_core_utils.py
tests/test_cxx_sdk_bindings.py
tests/test_documentation.py
tests/test_editAlgorithm.cpp
tests/test_effect.py
tests/test_examples.py
tests/test_filter_algorithms.py
tests/test_generator_reference.py
tests/test_hooks_plugins.py
tests/test_image_sequence_reference.py
tests/test_item.py
tests/test_json_backend.py
tests/test_marker.py
tests/test_media_linker.py
tests/test_media_reference.py
tests/test_multithreading.py
tests/test_opentime.cpp
tests/test_opentime.py
tests/test_otiod.py
tests/test_otioz.py
tests/test_plugin_detection.py
tests/test_schemadef_plugin.py
tests/test_serializableCollection.cpp
tests/test_serializable_collection.py
tests/test_serializable_object.py
tests/test_serialization.cpp
tests/test_serialized_schema.py
tests/test_stack_algo.cpp
tests/test_stack_algo.py
tests/test_timeline.cpp
tests/test_timeline.py
tests/test_timeline_algo.py
tests/test_track.cpp
tests/test_track.py
tests/test_track_algo.py
tests/test_transition.py
tests/test_unknown_schema.py
tests/test_url_conversions.py
tests/test_v2d.py
tests/test_version_manifest.py
tests/utils.cpp
tests/utils.h
tests/utils.py
tests/baselines/adapter_example.json
tests/baselines/adapter_plugin_manifest.plugin_manifest.json
tests/baselines/empty_clip.json
tests/baselines/empty_external_reference.json
tests/baselines/empty_gap.json
tests/baselines/empty_generator_reference.json
tests/baselines/empty_marker.json
tests/baselines/empty_missingreference.json
tests/baselines/empty_rationaltime.json
tests/baselines/empty_serializable_collection.json
tests/baselines/empty_stack.json
tests/baselines/empty_timeline.json
tests/baselines/empty_timerange.json
tests/baselines/empty_timetransform.json
tests/baselines/empty_track.json
tests/baselines/empty_transition.json
tests/baselines/example.py
tests/baselines/example_schemadef.py
tests/baselines/hookscript_example.json
tests/baselines/media_linker_example.json
tests/baselines/post_write_example.py
tests/baselines/post_write_hookscript_example.json
tests/baselines/schemadef_example.json
tests/baselines/plugin_module/otio_jsonplugin/__init__.py
tests/baselines/plugin_module/otio_jsonplugin/plugin_manifest.json
tests/baselines/plugin_module/otio_jsonplugin.egg-info/PKG-INFO
tests/baselines/plugin_module/otio_jsonplugin.egg-info/entry_points.txt
tests/baselines/plugin_module/otio_mockplugin/__init__.py
tests/baselines/plugin_module/otio_mockplugin/unusually_named_plugin_manifest.json
tests/baselines/plugin_module/otio_mockplugin.egg-info/PKG-INFO
tests/baselines/plugin_module/otio_mockplugin.egg-info/entry_points.txt
tests/baselines/plugin_module/otio_override_adapter/__init__.py
tests/baselines/plugin_module/otio_override_adapter/adapter.py
tests/baselines/plugin_module/otio_override_adapter/plugin_manifest.json
tests/baselines/plugin_module/otio_override_adapter.egg-info/PKG-INFO
tests/baselines/plugin_module/otio_override_adapter.egg-info/entry_points.txt
tests/consumer/CMakeLists.txt
tests/consumer/opentime/CMakeLists.txt
tests/consumer/opentimeline/CMakeLists.txt
tests/sample_data/OpenTimelineIO@3xDark.png
tests/sample_data/OpenTimelineIO@3xLight.png
tests/sample_data/big_int.otio
tests/sample_data/clip_example.otio
tests/sample_data/generator_reference_test.otio
tests/sample_data/multiple_track.otio
tests/sample_data/multitrack.otio
tests/sample_data/nested_example.otio
tests/sample_data/preflattened.otio
tests/sample_data/premiere_example.otio
tests/sample_data/screening_example.otio
tests/sample_data/simple_cut.otio
tests/sample_data/transition.otio
tests/sample_data/transition_test.otio