A tool to analyze Python code complexity and style.
Project description
Pycode-Info
Code Statistics
Language Percentage
Cyclomatic Complexity Viewer
Flake8_report.json
This will be used to show you errors & warnings
{
"./main.py": [
{
"file": "./main.py",
"line_number": 5,
"column_number": 80,
"text": "line too long (115 > 79 characters)"
},
{
"file": "./main.py",
"line_number": 14,
"column_number": 80,
"text": "line too long (81 > 79 characters)"
},
{
"file": "./main.py",
"line_number": 19,
"column_number": 5,
"text": "'src.pycode_info.ccv.print_code_heatmap' imported but unused"
},
{
"file": "./main.py",
"line_number": 19,
"column_number": 80,
"text": "line too long (86 > 79 characters)"
},
{
"file": "./main.py",
"line_number": 24,
"column_number": 80,
"text": "line too long (105 > 79 characters)"
}
]
}
Upcoming
- Logical Lines: Only lines are counted that contains code
- Comment Lines: Only lines are counter that contains comments -hotspot gatherer: gets the most edited files
- Added / Removed lines
- cyclomatic complexity viewer
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
pycode_info-0.1.15.tar.gz
(9.1 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 pycode_info-0.1.15.tar.gz.
File metadata
- Download URL: pycode_info-0.1.15.tar.gz
- Upload date:
- Size: 9.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a426672298c375fec9e611ef585454566e8946bf2be5767a30a4676e3704071c
|
|
| MD5 |
864b4dca39f87666f1ca7f1672788380
|
|
| BLAKE2b-256 |
41175615e01bc72492f54b7865537114eff83642e95dc049983da1d1ddd29856
|
File details
Details for the file pycode_info-0.1.15-py3-none-any.whl.
File metadata
- Download URL: pycode_info-0.1.15-py3-none-any.whl
- Upload date:
- Size: 9.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
282f27d9b761d530df5c2d05601d90eab24829c1cd2a96d568cbf5d0f04d9b29
|
|
| MD5 |
ccde3d526cc710a9ca30cd63af234f03
|
|
| BLAKE2b-256 |
7c19dd417a83965a900cd6a8931299844c379167f3e1e8f16338fd60f7e82285
|