Skip to content

Choose a tag to compare

@github-actionsgithub-actions released this 27 Jul 19:11
· 8 commits to main since this release
baaa418

Install codeanalyzer-python v1.1.1

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.1.1

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

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

Download

FileDescription
codeanalyzer_python-1.1.1-py3-none-any.whlPython wheel
codeanalyzer_python-1.1.1.tar.gzSource distribution
canpy-installer.shShell installer (uv / pipx / pip)
schema.jsonNeo4j schema contract

What's Changed

🛠 Other Changes

  • fix(dataflow): connect the L4 SDG port layer to the statement ddg by @rahlk in #116

Full Changelog: v1.1.0...v1.1.1