pyfresh

Recursively clean up python files in your projects.


Licenses
GPL-3.0/CERN-OHL-P-2.0
Install
pip install pyfresh==1.21

Documentation

pyFresh

Clear out unnessesary python files like .pyc .pyo and __pycache__ folders.

Run pyfresh in your project root and it will list all files which will be removed like below.

pyfresh

Once happy run the same again with -c to action the delete

pyfresh -c