Generate a clean HTML call graph report for Python files.
Project description
CodeViz Simple
CodeViz Simple is a small command line tool that generates a clean HTML report with a function call graph for a Python file.
Install
pip install codeviz-simple
Usage
codeviz main.py
The command creates an HTML report in the current directory:
codeviz-report.html
Open this file in a browser.
What it shows
- functions and methods
- internal function calls
- imports
- call cycles
- basic complexity indicators
- downloadable SVG and PNG scheme inside the report
Local development
python -m venv .venv
.venv\\Scripts\\activate
pip install -e .
codeviz examples/example.py
On Linux or macOS:
source .venv/bin/activate
pip install -e .
codeviz examples/example.py
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
codeviz_simple-0.1.0.tar.gz
(9.2 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file codeviz_simple-0.1.0.tar.gz.
File metadata
- Download URL: codeviz_simple-0.1.0.tar.gz
- Upload date:
- Size: 9.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8455f00592c944d687dd4b37bf69d4d06666243e1920a6cac30f8fb4b832cac0
|
|
| MD5 |
64419e5bcfcc2484ced2efcbbdb55345
|
|
| BLAKE2b-256 |
7a67c04d5637fbf0cb23d02050ed6662f2d7e620f07ee49e23af14c924ba8d69
|
File details
Details for the file codeviz_simple-0.1.0-py3-none-any.whl.
File metadata
- Download URL: codeviz_simple-0.1.0-py3-none-any.whl
- Upload date:
- Size: 9.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1c131dad268f63bc051c3ba8bdfcdee43383744e35a8e4d2370889ed80e7cbd6
|
|
| MD5 |
5a74969a7286f8cc321a736445c3f54a
|
|
| BLAKE2b-256 |
6a728c4b0dcbd7747e702d36f872afbc4207b9fa73023541ccf40bdceb58ee9a
|