Overview¶
disdantic is a lightweight Python toolkit designed to simplify Pydantic subclass registries, dynamic polymorphic unions, and automatic model discovery. By eliminating the manual boilerplate of maintaining union types and tracking child class imports, it allows you to build clean, extensible, and self-updating polymorphic domain models.
What's Included¶
Getting Started
Installation guide, quick start tutorial, and common workflow walkthroughs.
Guides
Step-by-step guides for common tasks, integrations, and configuration patterns.
Security
Our security policy, responsible disclosure process, and supported versions.
Quick Install¶
For advanced installation options, and step-by-step onboarding, see the Installation Guide.