Install codeanalyzer-python v1.5.4
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==1.5.4
For the optional live Neo4j push (--emit neo4j --neo4j-uri ...):
pip install 'codeanalyzer-python[neo4j]==1.5.4'
Download
| File | Description |
|---|---|
| codeanalyzer_python-1.5.4-py3-none-any.whl | Python wheel |
| codeanalyzer_python-1.5.4.tar.gz | Source distribution |
| canpy-installer.sh | Shell installer (uv / pipx / pip) |
| schema.json | Neo4j schema contract |
What's Changed
🛠 Other Changes
- fix(entrypoints): http_methods carries HTTP methods only (#213) by @rahlk in #219
- fix(sdg): wire actual_in ports from formal_in, not from CFG ENTRY (#220) by @rahlk in #221
Full Changelog: v1.5.3...v1.5.4