文件名称:decli:最小,易于使用的声明性命令行界面工具
文件大小:27KB
文件格式:ZIP
更新时间:2024-05-06 11:36:42
cli command-line declarative python3 command-line-parser
Decli 最小的声明式cli工具。 from decli import cli data = { "prog" : "myapp" , "description" : "Process some integers." , "arguments" : [ { "name" : "integers" , "metavar" : "N" , "type" : int , "nargs" : "+" , "help" : "an integer for the accumulator" , }, { "name" : "--sum" , "dest" :
【文件预览】:
decli-master
----README.rst(17KB)
----poetry.lock(43KB)
----decli()
--------__init__.py(72B)
--------application.py(4KB)
----.travis.yml(229B)
----LICENSE(1KB)
----demo.py(680B)
----tests()
--------examples.py(5KB)
--------__init__.py(0B)
--------test_decli.py(6KB)
----.gitignore(1KB)
----pyproject.toml(883B)
----CHANGELOG.md(325B)