climates:命令行界面甚至简单易用 源码
气候 命令行界面甚至可以简化操作。 安装 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.zip
(预估有个12文件)
climates-main
climates
py.typed
0B
conftest.py
198B
test_climates.py
8KB
__init__.py
6KB
example.py
489B
.github
workflows
python-package.yml
1KB
暂无评论