climates:命令行界面甚至简单易用

时间:2024-05-09 10:24:10
【文件属性】:

文件名称:climates:命令行界面甚至简单易用

文件大小:9KB

文件格式:ZIP

更新时间:2024-05-09 10:24:10

python cli command-line argparse Python

气候 命令行界面甚至可以简化操作。 安装 pip install climates 用法 # Step 1: import Climate from climates import Climate , Command # Step 2: create Climate object cli = Climate ( "hello" , description = "Hello world app." ) # Step 3: ??? # Step 4: add commands to CLI cli . add ( Command ( hello )) cli . add ( Command ( bye )) # Step 5: run CLI cli . run () # Step 6: PROFIT!!! 有关详细信息,请参见example.py 。 特征 从文档字符串和类型注释生成CL


【文件预览】:
climates-main
----climates()
--------py.typed(0B)
--------conftest.py(198B)
--------test_climates.py(8KB)
--------__init__.py(6KB)
----example.py(489B)
----.github()
--------workflows()
----LICENSE(1KB)
----scripts.py(1KB)
----requirements.txt(748B)
----setup.py(812B)
----.gitignore(54B)
----README.md(948B)

网友评论