rlsbl v0.62.0 /rlsbl.targets.introspect
On this page

Target introspection -- generates raw table data for all release targets showing ecosystem, detection files, capabilities, and tag formats.

#rlsbl.targets.introspect

#rlsbl.targets.introspect

Target introspection -- generates raw table data for all release targets showing ecosystem, detection files, capabilities, and tag formats.

#_format_dev_install

python
def _format_dev_install(target) -> str

Format the dev_install_command output into a compact string.

#generate_target_table_data

python
def generate_target_table_data() -> tuple[list[str], list[list[str]]]

Generate raw data for a markdown table of all release targets.

Returns (headers, rows) where headers is a 13-element list and each row is a 13-element list of strings, sorted alphabetically by target name.