MichaByte / view.py

The Batteries-Detachable Web Framework

Home Page:https://view.zintensity.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

view.py logo

The Batteries-Detachable Web Framework

Warning

view.py is in very early stages and not yet considered to be ready for production. If you would like to follow development progress, join the discord. For contributing to view.py, please see our CONTRIBUTING.md

from view import new_app, h1

app = new_app()

@app.get("/")
async def index():
    return h1("Hello, view.py!")

app.run()

Installation

Python 3.8+ is required.

Linux/macOS

python3 -m pip install -U view.py

Windows

> py -3 -m pip install -U view.py

About

The Batteries-Detachable Web Framework

https://view.zintensity.dev

License:MIT License


Languages

Language:Python 64.4%Language:C 31.3%Language:HTML 3.8%Language:CSS 0.5%Language:JavaScript 0.0%