| Crates.io | neural-complexity |
| lib.rs | neural-complexity |
| version | 0.1.0 |
| created_at | 2025-12-24 02:45:22.913801+00 |
| updated_at | 2025-12-24 02:45:22.913801+00 |
| description | Code complexity analyzer for Python and TypeScript using cyclomatic and cognitive complexity metrics |
| homepage | https://github.com/neural-garage/tools |
| repository | https://github.com/neural-garage/tools |
| max_upload_size | |
| id | 2002663 |
| size | 30,773 |
Code complexity analyzer for Python and TypeScript
neural-complexity analyzes code complexity using industry-standard metrics including cyclomatic complexity and cognitive complexity. It helps identify complex code that may be hard to maintain, test, or understand.
🚧 Early Development - This crate is currently in active development. The initial release reserves the name and provides a basic CLI structure. Full complexity analysis features are coming soon!
# From crates.io
cargo install neural-complexity
# From source
git clone https://github.com/neural-garage/tools
cd tools
cargo install --path crates/neural-complexity
# Analyze current directory (coming soon)
neural-complexity
# Analyze specific path (coming soon)
neural-complexity ./src
# Output as JSON (coming soon)
neural-complexity --format json ./src
This tool is part of the Neural Garage suite.
Other Neural Garage tools:
We're actively building this tool! Contributions are welcome. See the main repository for contribution guidelines.
Licensed under either of:
at your option.