python/which/PKG-INFO

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

     1 Metadata-Version: 1.0
     2 Name: which
     3 Version: 1.1.0
     4 Summary: a portable GNU which replacement
     5 Home-page: http://trentm.com/projects/which/
     6 Author: Trent Mick
     7 Author-email: TrentM@ActiveState.com
     8 License: MIT License
     9 Description: This is a GNU which replacement with the following features:
    10         - it is portable (Windows, Linux);
    11         - it understands PATHEXT on Windows;
    12         - it can print <em>all</em> matches on the PATH;
    13         - it can note "near misses" on the PATH (e.g. files that match but
    14         may not, say, have execute permissions; and
    15         - it can be used as a Python module.
    17 Keywords: which,find,path,where
    18 Platform: Windows
    19 Platform: Linux
    20 Platform: Mac OS X
    21 Platform: Unix

mercurial