Soft ArchMap is a CLI tool by Excited Nuclei Tech Labs for analyzing Python software architecture. It helps developers understand dependencies, detect cycles, measure module health, compute risk, and visualize the architecture.
- Dependency graph generation
- HTML Report generation
- Cycle detection
- Health metrics
- Risk scoring of modules/functions
- Impact analysis
- Graphviz visualization and JSON export
pip install soft-archmap
