mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-06 07:48:38 +09:00
import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo
This commit is contained in:
commit
dcd9973243
150858 changed files with 23884658 additions and 0 deletions
21
python/which/PKG-INFO
Normal file
21
python/which/PKG-INFO
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
Metadata-Version: 1.0
|
||||
Name: which
|
||||
Version: 1.1.0
|
||||
Summary: a portable GNU which replacement
|
||||
Home-page: http://trentm.com/projects/which/
|
||||
Author: Trent Mick
|
||||
Author-email: TrentM@ActiveState.com
|
||||
License: MIT License
|
||||
Description: This is a GNU which replacement with the following features:
|
||||
- it is portable (Windows, Linux);
|
||||
- it understands PATHEXT on Windows;
|
||||
- it can print <em>all</em> matches on the PATH;
|
||||
- it can note "near misses" on the PATH (e.g. files that match but
|
||||
may not, say, have execute permissions; and
|
||||
- it can be used as a Python module.
|
||||
|
||||
Keywords: which,find,path,where
|
||||
Platform: Windows
|
||||
Platform: Linux
|
||||
Platform: Mac OS X
|
||||
Platform: Unix
|
||||
Loading…
Add table
Add a link
Reference in a new issue