Guides¶
This section contains task-oriented how-to guides for disdantic. Unlike the Getting Started section, these guides are standalone — jump to whichever one is relevant to your current task.
Available Guides¶
CI/CD & GitHub Workflows
Walkthrough of the GitHub Actions pipelines, development pathways, and CI/CD standards.
Subclass Registries & Schema Rebuilding
Guide to dynamic Pydantic subclass registries, tagged union validation, dynamic unregistration, and schema cascades.
CLI, Diagnostics & Schema Export
Guide to listing registries, verifying model compilation health, and exporting schemas to JSON or OpenAPI.
System & Integration Utilities
Guide to runtime introspection, thread-safe lazy loaders, singletons, structured logging, and configuration settings.
Contributing a Guide
Have a workflow or pattern worth documenting? See the Contributing Guide to learn how to add a new guide to this section.