API Reference#

This section documents the public Python API for DiTTo’s readers and writers. Each reader/writer page includes auto-generated documentation from the source code docstrings.

Readers#

Readers parse source distribution-system files into a GDM DistributionSystem. Each reader sub-package exposes a Reader class that inherits from ditto.readers.reader.AbstractReader.

Writers#

Writers export a GDM DistributionSystem to a target format on disk.

MCP Server#

DiTTo provides a Model Context Protocol server for LLM integration.