Skip to content

pocon/pyCocomo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pyCocomo

Simple COCOMO II Analysis function in Python

Usage

Simply use the function "cocomo" to perform analysis.

More info on COCOMO II

Read the wikipedia article available here

Example

Please see the following example of very simple analysis of an organic project with 2000 LOC:

   import cocomo
   cocomo.cocomo(2000, 'O', 1)

Note: The 'O' and 1 could be emitted as they are the defaults but were inserted for completeness

About

Simple COCOMO II Analysis function in Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages