SciKit-Surgery / sustainable-pkg-stats

A template library for creating a sustainable package dash board
Other
1 stars 1 forks source link

Split it up #16

Open thompson318 opened 3 years ago

thompson318 commented 3 years ago

It might be worth splitting bits off, so we can create general purpose utilities. A library for counting lines of code and plotting would be of more general use. There are some out there but they don't seem very up to date.

yidilozdemir commented 1 year ago

just explored pycloc to replace cloc functionality, but cloc seems more capable with Git. Will now think about refactoring the existing code inside get_loc.py within the library for counting and plotting code.

yidilozdemir commented 1 year ago

We can still make it potentially more lightweight and fast by not storing or pulling any of the git hashes -- we are only interested in the last version