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 assume your input and output are `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.2.tar.gz
(6.0 kB
view details)
Built Distribution
kirei-0.0.2-py3-none-any.whl
(3.8 kB
view details)
File details
Details for the file kirei-0.0.2.tar.gz
.
File metadata
- Download URL: kirei-0.0.2.tar.gz
- Upload date:
- Size: 6.0 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 | 8d67174957299a26d11b0ef674847d29803450aba7d6254eaf0a793ddf6794e8 |
|
MD5 | a2f271fd4e6264950a20f191c3017d05 |
|
BLAKE2b-256 | d9b7111886d833a4f6cf82724433028044dbd934357b5b87f64bc1d5d6240793 |
File details
Details for the file kirei-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: kirei-0.0.2-py3-none-any.whl
- Upload date:
- Size: 3.8 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 | 12bd5c09597cd96fa6e4b3ed5038c58a7bcf87bea4b2de91ae4fac37f2f1113b |
|
MD5 | 5e0bcd2dc8412f81c8c6b8b19a24ac9c |
|
BLAKE2b-256 | 52fb7bb27511e3ad2e9fb17e383136f774982f4f434cd8bd422bda22d2f70890 |