kirei is a typed, multi-backend user interface framework. you can easy to add user interface to your script.
Project description
KiRei
Kirei is a typed, multi-backend user interface framework. You can easily add an (or multiple, if you want!) user interface to your script.
Quick Start
import kirei as kr
app = kr.CliApplication()
@app.register()
def echo(msg): # no type hint will assumed your input are `str` type, and parse your output as str type
return msg
if __name__ == "__main__":
app()
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
kirei-0.0.3.tar.gz
(9.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
kirei-0.0.3-py3-none-any.whl
(14.5 kB
view details)
File details
Details for the file kirei-0.0.3.tar.gz.
File metadata
- Download URL: kirei-0.0.3.tar.gz
- Upload date:
- Size: 9.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.10.7 Windows/10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ecc5fba37dbd6e2864a33ec9e01abc16292887d3b1063c4b35f172638b3db44b
|
|
| MD5 |
804fd98a36d77cd1260a1c0c70706c2b
|
|
| BLAKE2b-256 |
4d7eb8fcc3284152e4362aa206aa16e427b70628a1e7aaf46ad9e0fcdb8f1312
|
File details
Details for the file kirei-0.0.3-py3-none-any.whl.
File metadata
- Download URL: kirei-0.0.3-py3-none-any.whl
- Upload date:
- Size: 14.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.10.7 Windows/10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
212fe752f3693895afb176e5fa57bd7276b1c889ce8363c67787f6403b5d76e6
|
|
| MD5 |
22af5904d90d983e8e2fad150eefda1e
|
|
| BLAKE2b-256 |
069a30c8754bb971b394bd61d3e190b0075daadcd8a524d14bfe173f974366c1
|