cheesecake icon indicating copy to clipboard operation
cheesecake copied to clipboard

Give a score to your Python package based on empirical 'kwalitee' factors

Results 1 cheesecake issues
Sort by recently updated
recently updated
newest added

Currently, cheesecake is not Python 3 ready: ``` text $ pylint --py3k cheesecake ************* Module cheesecake.cheesecake_index W: 15, 0: import missing `from __future__ import absolute_import` (no-absolute-import) W: 16, 0: import...