python3-parse-stages

Parse a mini-language for selecting objects by tag or name
  https://gitlab.com/ppentchev/parse-stages
  0
  no reviews



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.