Skip to content

๐Ÿ“Š computing the cyclomatic complexity of python algorithms

Notifications You must be signed in to change notification settings

Split174/cyclopy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

15 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

A tool for calculating the cyclomatic complexity of projects written in python

Installation

pip3 install cyclopy

Calculation in a local directory

single file:

cyclopy -f "./cc.py"

single file example

project:

cyclopy -s path_to_project_src

example local dir

Computing from git repository

cyclopy -g "https://github.com/Split174/financial-accounting"

git example

Calculate with limit flag

cyclopy -g "https://github.com/Split174/financial-accounting" -l 5

limit flag example

About

๐Ÿ“Š computing the cyclomatic complexity of python algorithms

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages