setup-miniconda
    Preparing search index...

    Variable PYTHON_SPECConst

    PYTHON_SPEC: RegExp = ...

    A regular expression for detecting whether a spec is the python package, not all of which are valid in all settings.

    Some examples:

    • python
    • python 3
    • python>3
    • python!=2
    • conda-forge::python.

    TODO: this should be generalized, and, along with roundtrip parsing/generating probably be a sub-package in its own right.