Skip to content

v1.0.0

Latest

Choose a tag to compare

@github-actions github-actions released this 15 Jul 00:28
d477207

Install codeanalyzer-python v1.0.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==1.0.0

For the optional live Neo4j push (--emit neo4j --neo4j-uri ...):

pip install 'codeanalyzer-python[neo4j]==1.0.0'

Download

File Description
codeanalyzer_python-1.0.0-py3-none-any.whl Python wheel
codeanalyzer_python-1.0.0.tar.gz Source distribution
canpy-installer.sh Shell installer (uv / pipx / pip)
schema.json Neo4j schema contract

What's Changed

🛠 Other Changes

  • v2 Stage 5: docs, versioning (1.0.0 / schema 2.0.0), hand-off by @rahlk in #88
  • Level-3: native dataflow graphs (CFG/PDG/SDG/CPG) and backward slicing by @rahlk in #68

Full Changelog: v0.3.1...v1.0.0