Install codeanalyzer-python v0.2.1
Shell script (installs the canpy CLI via uv / pipx / pip):
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/codellm-devkit/codeanalyzer-python/releases/latest/download/canpy-installer.sh | sh
PyPI:
pip install codeanalyzer-python==0.2.1
For the optional live Neo4j push (--emit neo4j --neo4j-uri ...):
pip install 'codeanalyzer-python[neo4j]==0.2.1'
Download
| File | Description |
|---|---|
| codeanalyzer_python-0.2.1-py3-none-any.whl | Python wheel |
| codeanalyzer_python-0.2.1.tar.gz | Source distribution |
| canpy-installer.sh | Shell installer (uv / pipx / pip) |
| schema.json | Neo4j schema contract |
What's Changed
🚀 Features
- Analysis venv (uv + Jedi wiring), external_symbols, app-scoped prune, --no-venv (#44 #45 #46 #47) by @rahlk in #48
Full Changelog: v0.2.0...v0.2.1