Skip to content

tallhypnosis/view.py

 
 

Repository files navigation

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

view.py is affiliated with Space Hosting

Example

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.

Development

$ pip install git+https://github.com/ZeroIntensity/view.py

Linux/macOS

$ python3 -m pip install -U view.py

Windows

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

About

The Batteries-Detachable Web Framework

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 57.6%
  • C 31.6%
  • HTML 9.3%
  • CSS 1.4%
  • JavaScript 0.1%