LICENSE
NOTICE
README.md
pyproject.toml
src/wellplot/__init__.py
src/wellplot/_version.py
src/wellplot/cli.py
src/wellplot/errors.py
src/wellplot/layout.py
src/wellplot/logfile.py
src/wellplot/logfile_schema.py
src/wellplot/pipeline.py
src/wellplot/templates.py
src/wellplot/units.py
src/wellplot.egg-info/PKG-INFO
src/wellplot.egg-info/SOURCES.txt
src/wellplot.egg-info/dependency_links.txt
src/wellplot.egg-info/entry_points.txt
src/wellplot.egg-info/requires.txt
src/wellplot.egg-info/top_level.txt
src/wellplot/api/__init__.py
src/wellplot/api/builder.py
src/wellplot/api/dataset.py
src/wellplot/api/render.py
src/wellplot/api/serialize.py
src/wellplot/io/__init__.py
src/wellplot/io/dlis.py
src/wellplot/io/las.py
src/wellplot/mcp/__init__.py
src/wellplot/mcp/server.py
src/wellplot/mcp/service.py
src/wellplot/mcp/assets/__init__.py
src/wellplot/mcp/assets/production/cbl_log_example/README.md
src/wellplot/mcp/assets/production/cbl_log_example/base.template.yaml
src/wellplot/mcp/assets/production/cbl_log_example/data-notes.md
src/wellplot/mcp/assets/production/cbl_log_example/full_reconstruction.log.yaml
src/wellplot/mcp/assets/production/forge16b_porosity_example/README.md
src/wellplot/mcp/assets/production/forge16b_porosity_example/base.template.yaml
src/wellplot/mcp/assets/production/forge16b_porosity_example/data-notes.md
src/wellplot/mcp/assets/production/forge16b_porosity_example/full_reconstruction.log.yaml
src/wellplot/model/__init__.py
src/wellplot/model/channels.py
src/wellplot/model/dataset.py
src/wellplot/model/document.py
src/wellplot/renderers/__init__.py
src/wellplot/renderers/base.py
src/wellplot/renderers/matplotlib.py
src/wellplot/renderers/matplotlib_defaults.yaml
src/wellplot/renderers/plotly.py
tests/test_api_dataset.py
tests/test_api_render.py
tests/test_api_serialize.py
tests/test_cli.py
tests/test_io_dlis.py
tests/test_layout.py
tests/test_logfile.py
tests/test_matplotlib_style_defaults.py
tests/test_mcp_server.py
tests/test_mcp_service.py
tests/test_model_data_validation.py
tests/test_pipeline.py
tests/test_public_api.py
tests/test_templates.py
tests/test_units.py