Skip to content

v1.0.1

Latest

Choose a tag to compare

@github-actions github-actions released this 15 Jul 21:31
16e765a

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

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

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

Download

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

What's Changed

🛠 Other Changes

  • fix(determinism): byte-identical analysis output for identical runs by @rahlk in #101

Full Changelog: v1.0.0...v1.0.1