cheesecake_kwalitee_index.kwalitee package¶
Submodules¶
cheesecake_kwalitee_index.kwalitee.evaluator module¶
The main suite of tests that are run to generate the cheesecake kwalitee index of a package.
-
class
cheesecake_kwalitee_index.kwalitee.evaluator.Evaluator(package, version='*')[source]¶ Bases:
objectThe Evaluator is in charge of downloading a package and evaluating it against the cheesecake kwalitee index.
cheesecake_kwalitee_index.kwalitee.models module¶
All the data structures that are needed when generating a “kwalitee” score.
Module contents¶
Seeing as the cheescake package I was originally planning to use was designed for Python 2.x, I’m going to develop my own version of module to “Give a score to your Python package based on empirical ‘kwalitee’ factors”.