Skip to main content

Documentation Index

Fetch the complete documentation index at: https://private-04b27de1.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

handle_input

handle_input(input_path: Path | str, output_dir: Path | str = './output') -> list[Path]
Process the input string and return the appropriate file paths Parameters:
NameDescription
input_pathType: pathlib.Path | str
output_dirType: pathlib.Path | str

Default: ’./output’