| Name: | python-which |
|---|---|
| Version: | 1.1.0 |
| Release: | 12.el7 |
| Architecture: | noarch |
| Group: | Development/Languages |
| Size: | 37524 |
| License: | MIT |
| RPM: | python-which-1.1.0-12.el7.noarch.rpm |
| Source RPM: | python-which-1.1.0-12.el7.src.rpm |
| Build Date: | Wed Apr 30 2014 |
| Build Host: | ca-buildj3.us.oracle.com |
| Vendor: | Oracle America |
| URL: | http://trentm.com/projects/which/ |
| Summary: | Small which replacement that can be used as a Python module |
| Description: | which.py is a small which replacement. It has the following features: * it can print all 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. |