2 projects
FastAPI is a high-performance Python web framework for building APIs that leverages standard type hints, Starlette for the web layer, and Pydantic for data validation. It automatically generates OpenAPI-based interactive docs and provides editor autocompletion and request/response validation from type annotations.
Textual is a Python framework for building interactive applications with a CSS-styled, widget-based, reactive API that run in the terminal and can also be served to a web browser. It brings web-style layout and theming to TUIs while staying async-optional.