Provides Python support:
- Python3.5+
- Pylint (linting)
Options:
python=dict(
pylint_config=path # Path to pylint configuration file.
pytest_config=path # Path to pytest configuration file.
pytest_verbosity=NUM # Used as default argument for --verbosity=NUM (def: 1)
pytest_durations=NUM # Used as default argument for --durations=NUM
pytest_durations_min=NUM # Used as default argument for --durations-min=NUM
extend_embed=True/False # Configure also for C++ embed/extension (def: True)
config_defines_strip # List of defines to strip from python-config output
# (def: ["NDEBUG"])
config_flags_strip # List of prefixes of flags (C/CXX) to strip from
# python-config output (def: ["-O"])
pyo # install compiled .pyo files (def: False)
)