CLI¶
Istos installs an istos console script.
istos version¶
Print the installed package version:
istos new¶
Scaffold a minimal service:
Creates:
my-service/
main.py # @handle("service/status") + istos.run()
test_main.py # IstosTestClient example
istos analyze¶
Measure the structural health of a package — abstractness, instability, distance from the main sequence, dependency cycles, and god-module candidates:
See Architecture Health for how to read the metrics.
istos docs¶
Serve the MkDocs documentation site locally (requires mkdocs from the dev extra):
Open http://127.0.0.1:8000. Use --dir /path/to/repo if you are not in the repository root that contains mkdocs.yml.