Skip to content

Latest commit

 

History

36 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KiRei

PyPi version PyPi downloads

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()

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages