rempycs

Simple Python .pyc files remover.


Keywords
rempycs, pyc, pycs
License
BSD-3-Clause
Install
pip install rempycs==1.0

Documentation

Python .pyc remover

Simple Python .pyc files remover.

License

Free software: BSD license

Features

Remove all .pyc files having .py analogs from current place by walking on all subdirectories. Ignores files whose names begin with "." ("hidden" files in UNIX systems).

Installation

$ pip install rempycs

Usage

$ cd /directory_with_python_sources
$ rempycs