Install codeanalyzer-python v0.3.0
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.3.0
For the optional live Neo4j push (--emit neo4j --neo4j-uri ...):
pip install 'codeanalyzer-python[neo4j]==0.3.0'
Download
| File | Description |
|---|---|
| codeanalyzer_python-0.3.0-py3-none-any.whl | Python wheel |
| codeanalyzer_python-0.3.0.tar.gz | Source distribution |
| canpy-installer.sh | Shell installer (uv / pipx / pip) |
| schema.json | Neo4j schema contract |
What's Changed
🛠 Other Changes
- PyCG sharding: Jedi planner + adaptive decomposition of runaways by @rahlk in #49
- Level 2: replace CodeQL with PyCG, add coupling-aware adaptive sharding by @rahlk in #50
- Merge pull request #49 from codellm-devkit/feat/jedi-shard-planner by @rahlk in #51
- fix(venv): use only the vendored uv, drop system-PATH fallback by @rahlk in #52
Full Changelog: v0.2.1...v0.3.0