michael@0: Metadata-Version: 1.0 michael@0: Name: which michael@0: Version: 1.1.0 michael@0: Summary: a portable GNU which replacement michael@0: Home-page: http://trentm.com/projects/which/ michael@0: Author: Trent Mick michael@0: Author-email: TrentM@ActiveState.com michael@0: License: MIT License michael@0: Description: This is a GNU which replacement with the following features: michael@0: - it is portable (Windows, Linux); michael@0: - it understands PATHEXT on Windows; michael@0: - it can print all matches on the PATH; michael@0: - it can note "near misses" on the PATH (e.g. files that match but michael@0: may not, say, have execute permissions; and michael@0: - it can be used as a Python module. michael@0: michael@0: Keywords: which,find,path,where michael@0: Platform: Windows michael@0: Platform: Linux michael@0: Platform: Mac OS X michael@0: Platform: Unix