Skip to content
Alexander Groden edited this page Jan 4, 2018 · 1 revision

Welcome to the python-minimizer wiki!

The python-minimizer removes blank lines, comments, doc strings, and extraneous white space through Python's built-in tokenize module, a lexical scanner that provides information about each token it reads in the context of the Python language. This wiki will contain information on the structure and method of operation of the python-minimizer.

Clone this wiki locally