github feldroy/air v0.6.0

latest releases: v0.41.0, latest, v0.40.0...
4 months ago

What's Changed

  • Add run instructions to quickstart docs by @Isaac-Flath in #45
  • Create applications.Air wrapper for fastapi.FastAPI by @pydanny in #46

Minimal apps now look like this:

import air

app = air.Air()

@app.get("/")
async def index():
    return air.Html(air.H1("Hello, world!", style="color: blue;"))

New Contributors

Full Changelog: v0.5.0...v0.6.0

Don't miss a new air release

NewReleases is sending notifications on new releases.