[ 源代码: python-parse-stages ]
软件包:python3-parse-stages(0.1.9-1)
python3-parse-stages 的相关链接
Debian 的资源:
下载源码包 python-parse-stages:
- [python-parse-stages_0.1.9-1.dsc]
- [python-parse-stages_0.1.9.orig.tar.gz]
- [python-parse-stages_0.1.9.orig.tar.gz.asc]
- [python-parse-stages_0.1.9-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [gitlab.com]
相似软件包:
Parse a mini-language for selecting objects by tag or name
This library is mostly useful for command-line parsing by other tools like `tox-stages` and `nox-stages`. It may be used to parse e.g. a command-line specification like "@check and not pylint" or "@tests or ruff" and then match it against a list of objects that have names and lists of tags.
This package provides the Python 3.x parse_stages module.
其他与 python3-parse-stages 有关的软件包
|
|
|
|
-
- dep: python3
- 交互式高级面向对象语言(默认 python3 版本)
-
- dep: python3-pyparsing (>> 3)
- alternative to creating and executing simple grammars - Python 3.x