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 easy to add 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.1.tar.gz
(1.2 kB
view details)
Built Distribution
kirei-0.0.1-py3-none-any.whl
(1.6 kB
view details)
File details
Details for the file kirei-0.0.1.tar.gz
.
File metadata
- Download URL: kirei-0.0.1.tar.gz
- Upload date:
- Size: 1.2 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 | cda59ba012ed77fda69cc9dc26a92faa113eef5adc1446dc8a398d43ee75b34d |
|
MD5 | a20e71727dd2bc27600d459fecd6fa13 |
|
BLAKE2b-256 | cdb040b6ce38a57e189fc6ee19534bc5521e5521b7a4522b14ccf0af82e3d79f |
File details
Details for the file kirei-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: kirei-0.0.1-py3-none-any.whl
- Upload date:
- Size: 1.6 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 | 6de08ff51239289b3d242adec7cc140655724dc2b3df738c050ae9a680131fe8 |
|
MD5 | 5677a3232d1ca4eae730e7998616cb52 |
|
BLAKE2b-256 | 0dcf73d3c0bc53ac666838aab31779c20d6311e4e63f9f9710c2d40e64b2ad24 |