Skip to content

v1.0.3

Latest

Choose a tag to compare

@github-actions github-actions released this 21 Jul 22:34
8fdd50d

Install codeanalyzer-python v1.0.3

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

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

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

Download

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

What's Changed

🛠 Other Changes

  • fix(env): parso-version-aware interpreter selection for the analysis venv by @rahlk in #108

Full Changelog: v1.0.2...v1.0.3