A tool for calculating the cyclomatic complexity of projects written in python
Project description
A tool for calculating the cyclomatic complexity of projects written in python
Installation
pip3 install cyclopy
Calculation in a local directory
single file:
python cc.py -f "./cc.py"
project:
python cc.py -s path_to_project_src
Computing from git repository
python3 cc.py -g "https://github.com/Split174/financial-accounting"
Calculate with limit flag
python3 cc.py -g "https://github.com/Split174/financial-accounting" -l 5
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
cyclopy-1.0.tar.gz
(3.1 kB
view hashes)
Built Distribution
cyclopy-1.0-py3-none-any.whl
(3.3 kB
view hashes)