CodeXP (Code Explorer)

A CLI tool to analyze Python packages and visualize their structure and dependencies in the terminal.
Features
Installation
pip install codexp
Usage
codexp <source_directory> [options]
Arguments:
source_directory Directory containing source code to analyze
Options:
--no-line-info, -n Hide file and line information
--json, -j Output results in JSON format
--help Show help message and exit
Examples
codexp .
codexp ./my_package --no-line-info
codexp ./my_package --json > analysis.json
The default output provides a rich terminal visualization with syntax highlighting and tree-style formatting. For programmatic analysis, use the --json flag to get structured data output.
License
MIT License - see the LICENSE file for details.