aboutsummaryrefslogtreecommitdiffstats
path: root/devel/py-whichcraft/pkg-descr
blob: c41476435a7f26bfdc913797d8c575f7f13e31c9 (plain) (blame)
1
2
3
4
5
6
7
8
This package provides cross-platform cross-python shutil.which
functionality.

This is a shim of the shutil.which function that's designed to work
across multiple versions of Python and inside of windows. The code for
Python 2.x is based on Python 3 code that I extracted from source. I
originally did this for Cookiecutter but pulled it out in order to
reduce line count for that project.