Skip to content

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 20 Jun 19:57
· 12 commits to main since this release
73e62a0

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 canpy by @rahlk in #33

🛠 Other Changes

  • Fix CodeQL call-graph edges dropped on (file, start_line) join miss (#25) by @rahlk in #26

New contributors and full diff: https://github.com/codellm-devkit/codeanalyzer-python/releases/tag/v0.2.0