CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
examples/custom_collector.py
examples/query_api.py
src/mayakit/__about__.py
src/mayakit/__init__.py
src/mayakit/__main__.py
src/mayakit/cli.py
src/mayakit/py.typed
src/mayakit.egg-info/PKG-INFO
src/mayakit.egg-info/SOURCES.txt
src/mayakit.egg-info/dependency_links.txt
src/mayakit.egg-info/entry_points.txt
src/mayakit.egg-info/requires.txt
src/mayakit.egg-info/top_level.txt
src/mayakit/scenedoc/__init__.py
src/mayakit/scenedoc/cli.py
src/mayakit/scenedoc/pipeline.py
src/mayakit/scenedoc/query.py
src/mayakit/scenedoc/standalone.py
src/mayakit/scenedoc/adapters/__init__.py
src/mayakit/scenedoc/adapters/fake_session.py
src/mayakit/scenedoc/adapters/maya_session.py
src/mayakit/scenedoc/adapters/output_capture.py
src/mayakit/scenedoc/adapters/protocol.py
src/mayakit/scenedoc/collectors/__init__.py
src/mayakit/scenedoc/collectors/bind_pose.py
src/mayakit/scenedoc/collectors/blendshape.py
src/mayakit/scenedoc/collectors/camera.py
src/mayakit/scenedoc/collectors/counters.py
src/mayakit/scenedoc/collectors/dag.py
src/mayakit/scenedoc/collectors/mesh.py
src/mayakit/scenedoc/collectors/pose.py
src/mayakit/scenedoc/collectors/scene_settings.py
src/mayakit/scenedoc/collectors/shading.py
src/mayakit/scenedoc/collectors/skeleton.py
src/mayakit/scenedoc/core/__init__.py
src/mayakit/scenedoc/core/base.py
src/mayakit/scenedoc/core/deserialize.py
src/mayakit/scenedoc/core/diagnostics.py
src/mayakit/scenedoc/core/errors.py
src/mayakit/scenedoc/core/options.py
src/mayakit/scenedoc/core/params.py
src/mayakit/scenedoc/core/registry.py
src/mayakit/scenedoc/core/schema.py
src/mayakit/scenedoc/core/serialize.py
tests/conftest.py
tests/test_collectors.py
tests/test_layering.py
tests/test_open_report.py
tests/test_packaging.py
tests/test_params.py
tests/test_pipeline.py
tests/test_query.py
tests/test_registry.py
tests/test_serialize.py