Adds fastcore fast tags to FastAPI views
Project description
FastAPI Tags
Install the package:
uv add fastapi-tags
Usage:
from fastapi import FastAPI
import fastapi_tags as ft
app = FastAPI()
@app.get("/", response_class=FTResponse)
async def index():
return ft.Html(ft.H1("Hello, world!", style="color: blue;"))
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
fastapi_tags-0.1.4.tar.gz
(3.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters