Files
prompts/docs/skills/nicegui/references/source-documentation.md
T
2026-07-30 00:01:18 -05:00

3.2 KiB

Source Documentation

Use these links to verify framework-specific behavior before relying on version-sensitive or integration-specific guidance.

NiceGUI

!!! info "NiceGUI sources" - Pages, routing, and FastAPI integration - ui.run_with implementation - FastAPI integration example - Binding properties and bindable dataclasses - Action events - Security best practices

FastAPI

!!! info "FastAPI sources" - Lifespan events - Settings and environment variables - Dependencies with yield - Server-sent events - WebSockets

ASGI And Uvicorn

!!! info "Server and lifespan sources" - ASGI lifespan protocol - Uvicorn settings - Uvicorn programmatic startup - Uvicorn deployment

uv And Project Scripts

!!! info "Packaging and command sources" - uv project entry points - uv project packaging - PyPA entry points specification

Styling

!!! info "Styling sources" - Tailwind utility-first styling - Quasar components

Persistence

!!! info "Persistence sources" - SQLAlchemy engine configuration and pooling - SQLAlchemy session lifecycle - Alembic tutorial

Configuration And Dataclasses

!!! info "Python and Pydantic sources" - Pydantic settings management - Python dataclasses - PEP 557: Data Classes

LangGraph

!!! info "LangGraph sources" - Overview - Workflows and agents - Persistence - Streaming - Interrupts and human-in-the-loop