Subject
3 entries
Pydantic
Bookmarks
FastUI: Python-Defined React UIs
FastUI is a Pydantic framework for building React-based web UIs entirely in Python — no JavaScript required. The backend defines UI structure as Pydantic models, and matching TypeScript interfaces render them. Now inactive.
pydantic-resolve: Hierarchical Data Fetching for Pydantic
pydantic-resolve is a Python library that eliminates N+1 queries through declarative resolve/post methods on Pydantic models. Automatically batches related data fetches and maps results back to parents, with optional GraphQL and MCP service generation.
Batch classification with Instructor
An Instructor example showing how to classify multiple items in a single batched LLM call using Pydantic schemas — more efficient than sequential one-at-a-time classification, and type-safe by construction.
