knack:Knack-一个Python命令行界面框架

时间:2024-05-20 16:34:27
【文件属性】:

文件名称:knack:Knack-一个Python命令行界面框架

文件大小:117KB

文件格式:ZIP

更新时间:2024-05-20 16:34:27

Python

诀窍 _ _ | | ___ __ __ _ ___| | __ | |/ / '_ \ / _` |/ __| |/ / | <| | | | (_| | (__| < |_|\_\_| |_|\__,_|\___|_|\_\ 命令行界面框架 通过pip轻松安装: pip install knack 通过添加“ --user”,可以将Knack作为非特权用户安装到您的主目录中: pip install knack --user 笔记 该项目处于。 在将诀窍标记为项目中的依赖项时,建议至少固定到特定的次要版本。 用法 import sys from collections import OrderedDict from knack import CLI , ArgumentsContext , CLICommandsLoade


【文件预览】:
knack-dev
----MANIFEST.in(56B)
----knack()
--------validators.py(699B)
--------util.py(6KB)
--------help.py(28KB)
--------config.py(11KB)
--------arguments.py(22KB)
--------help_files.py(583B)
--------events.py(1KB)
--------completion.py(2KB)
--------experimental.py(3KB)
--------preview.py(3KB)
--------output.py(10KB)
--------testsdk()
--------parser.py(13KB)
--------log.py(9KB)
--------invocation.py(10KB)
--------__init__.py(602B)
--------cli.py(12KB)
--------introspection.py(4KB)
--------deprecation.py(6KB)
--------query.py(3KB)
--------commands.py(17KB)
--------prompting.py(4KB)
----README.rst(4KB)
----CONTRIBUTING.rst(551B)
----.gitattributes(234B)
----.flake8(149B)
----scripts()
--------license_verify.py(2KB)
----.pylintrc(761B)
----azure-pipeline.yml(2KB)
----HISTORY.rst(5KB)
----requirements.txt(159B)
----examples()
--------exapp(2KB)
--------test_exapp(2KB)
--------exapp2(7KB)
----.travis.yml(137B)
----tox.ini(269B)
----LICENSE(1KB)
----knack.pyproj(5KB)
----setup.cfg(35B)
----setup.py(1KB)
----VS2015.sln(942B)
----docs()
--------completion.md(2KB)
--------help.md(4KB)
--------validators.md(806B)
--------cli.md(802B)
--------arguments.md(4KB)
--------output.md(649B)
--------release-checklist.md(1KB)
--------logging.md(2KB)
--------README.md(2KB)
--------commands.md(2KB)
--------testing.md(5KB)
--------prompting.md(4KB)
--------config.md(1012B)
--------events.md(926B)
--------query.md(131B)
----tests()
--------test_query.py(3KB)
--------test_output.py(11KB)
--------util.py(3KB)
--------test_help.py(16KB)
--------test_config.py(16KB)
--------test_cli_scenarios.py(6KB)
--------test_util.py(4KB)
--------test_parser.py(7KB)
--------test_deprecation.py(20KB)
--------test_prompting.py(16KB)
--------test_experimental.py(8KB)
--------test_log.py(7KB)
--------__init__.py(345B)
--------test_command_with_configured_defaults.py(3KB)
--------README.md(171B)
--------test_introspection.py(3KB)
--------test_command_registration.py(19KB)
--------test_preview.py(11KB)
--------test_completion.py(3KB)
----VS2017.sln(944B)
----.gitignore(848B)

网友评论