This package browser is in early development. Mind the rough edges.

python-eradicate 2.0.0

Remove commented-out code from Python sources

The eradicate command removes commented-out code from Python files. It does this by detecting block comments that contain valid Python syntax that are likely to be commented out code.

Installation

Install python-eradicate 2.0.0 as follows:

guix install python-eradicate@2.0.0

Or install the latest version:

guix install python-eradicate

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.