6 projects
pydantic-changedetect
Extend pydantic models to also detect and record changes made to the model attributes.
pydantic-async-validation
Add async validation to pydantic
pydantic-partial
Create partial models from your pydantic models. Partial models may allow None for certain or all fields.
pydantic-apply
Apply changes as patches to pydanic models.
fastapi-module-loader
FastAPI modules loading for better structure in your projects (like Django AppConfig)
async-signals
Async version of the Django signals class - for usage in for example FastAPI.