Pyutter is a python package that allows easy and fast simple front end development with python.
Project description
Pyutter
What is it
Pyutter is a python package that allows easy and fast simple front end development with python.
Example
import uvicorn
from fastapi import FastAPI
from fastapi.responses import HTMLResponse
from pyutter.core.primitive import View
from pyutter.widgets.text import H1
root = View([H1(child=["Hello World"])])
app = FastAPI()
@app.get("/", response_class=HTMLResponse)
async def demo():
return root()
if __name__ == "__main__":
uvicorn.run(app, host="127.0.0.1", port=5000, log_level="info")
Main Features
- Basic material component Card, Chip and Appbar
- Layout components Column, Row, Grid ...
- Ability to return server side function using Function and State
How to get it
pip install pyutter
Dependency
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
pyutter-0.1.1.tar.gz
(9.2 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
pyutter-0.1.1-py3-none-any.whl
(10.1 kB
view details)
File details
Details for the file pyutter-0.1.1.tar.gz.
File metadata
- Download URL: pyutter-0.1.1.tar.gz
- Upload date:
- Size: 9.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.25.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
237ff6a34da1352f1d5a25bd6ffe595b13351ad55a92666270f8503e1b3c8530
|
|
| MD5 |
41582e49f3d02849ffbb62238b3d5f0c
|
|
| BLAKE2b-256 |
130aff86b304671d1661d81faf7a3afc943aedc58d2d65c86d16c869afe3a445
|
File details
Details for the file pyutter-0.1.1-py3-none-any.whl.
File metadata
- Download URL: pyutter-0.1.1-py3-none-any.whl
- Upload date:
- Size: 10.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.25.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7b569442984a92d866234d09c5ba1966b2618e74a2d4e418ac41ae39e07a36de
|
|
| MD5 |
1c36b32bdcd03977de9588dee9adb429
|
|
| BLAKE2b-256 |
d2ab7899ad15d2958aafa3a132df31e1afcdcc6582fd7ba5d1137f292d8ca440
|