v0.2.0
Install codeanalyzer-python v0.2.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.2.0
For the optional live Neo4j push (--emit neo4j --neo4j-uri ...):
pip install 'codeanalyzer-python[neo4j]==0.2.0'
Download
| File | Description |
|---|---|
| codeanalyzer_python-0.2.0-py3-none-any.whl | Python wheel |
| codeanalyzer_python-0.2.0.tar.gz | Source distribution |
| canpy-installer.sh | Shell installer (uv / pipx / pip) |
| schema.json | Neo4j schema contract |
What's Changed
🚀 Features
- feature/neo4j: property-graph output with Py/PY_-namespaced schema; rename CLI to
canpyby @rahlk in #33
🛠 Other Changes
New contributors and full diff: https://github.com/codellm-devkit/codeanalyzer-python/releases/tag/v0.2.0