1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/python/which/PKG-INFO Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,21 @@ 1.4 +Metadata-Version: 1.0 1.5 +Name: which 1.6 +Version: 1.1.0 1.7 +Summary: a portable GNU which replacement 1.8 +Home-page: http://trentm.com/projects/which/ 1.9 +Author: Trent Mick 1.10 +Author-email: TrentM@ActiveState.com 1.11 +License: MIT License 1.12 +Description: This is a GNU which replacement with the following features: 1.13 + - it is portable (Windows, Linux); 1.14 + - it understands PATHEXT on Windows; 1.15 + - it can print <em>all</em> matches on the PATH; 1.16 + - it can note "near misses" on the PATH (e.g. files that match but 1.17 + may not, say, have execute permissions; and 1.18 + - it can be used as a Python module. 1.19 + 1.20 +Keywords: which,find,path,where 1.21 +Platform: Windows 1.22 +Platform: Linux 1.23 +Platform: Mac OS X 1.24 +Platform: Unix