气候 命令行界面甚至可以简化操作。 安装 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