Home - agroden/python-minimizer GitHub Wiki

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.