osupython / pip2

Experimental port of pip from distutils to distutils2.
http://pip2.readthedocs.org/
MIT License
18 stars 11 forks source link

Search mod #53

Closed michaeta closed 12 years ago

michaeta commented 12 years ago

Cleaned up freeze, freeze tests, search, search tests, and cli_wrapper so that they conform to Pep8 standards. Also standardized all quotes to single quotes unless double are needed. Finished test_basic_display_matches in search_tests. Search now searches a package's summary and name instead of just name. Search also displays latest package version number in results.