For the complete documentation index, see llms.txt. This page is also available as Markdown.

Running In the CLI

The CLI supports running named-path groups using names and references without any Python coding. First start the CLI. If you use Poetry, do: poetry run cli. Otherwise either:

python csvpath.cli.cli.py 

Or in a script file:

from csvpath.cli import Cli 
Cli().loop()

Last updated