{"categories":[{"label":"Application Frameworks","url":"https://skillfed.io/packages/category/software-development-libraries-application-frameworks/2"}],"enrichment":{"capability":"Dynamically generates Pydantic models from JSON schemas at runtime, allowing you to create validated data models on-the-fly based on schema definitions.","skillfed_tags":["schema-driven","code-generation","validation"],"use_cases":["Generate Pydantic models from OpenAPI or JSON Schema specifications without manual class definitions","Build data validation layers for APIs that accept dynamic schema definitions from clients","Create model factories in configuration-driven applications where schemas come from external sources","Reduce boilerplate when working with many similar data structures defined in schema format"],"what_it_does":"dydantic is a Python library that takes JSON schema definitions and converts them into Pydantic model classes at runtime. Instead of manually writing Pydantic model classes, you pass a JSON schema to the library and it generates a working model with validation built in. The generated models support nested objects, referenced definitions, and customizable configurations.\n\nThe package sits on top of pydantic itself, which means you get all of pydantic's validation and serialization capabilities automatically. It's useful when your data structures are defined externally (in JSON schema format) or when you need to create models dynamically based on user input or configuration files rather than hardcoding them in your source code.","worth_installing":"Yes, if you need to generate Pydantic models from JSON schemas at runtime. The low install friction and permissive license make adoption straightforward. However, the dormant maintenance status (562 days since last release) means you should verify compatibility with your pydantic version and be prepared to maintain a fork if critical bugs emerge."},"id":"dydantic","links":{"html":"https://skillfed.io/packages/dydantic","md":"https://skillfed.io/packages/dydantic.md","pypi":"https://pypi.org/project/dydantic/"},"maintenance":{"status":"dormant"},"meta":{"latest_release":"2025-01-29","license_spdx":null,"license_treatment":"permissive","name":"dydantic","python_support":"supports_current","summary":"Dynamically generate pydantic models from JSON schema."},"popularity":{"monthly_downloads":1020793,"position":4492,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"0.0.8"}
