This package provides cross-platform cross-python shutil.which functionality.
Project description
That code in my care That sly command-line stare That strips my operating system bare It's whichcraft
This package provides cross-platform cross-python shutil.which functionality.
Usage
On Linux, Mac, Windows for Python 2.6, 2.7, or any of the 3s:
>>> from whichcraft import which
>>> which('date')
'/bin/date'
>>> which('calendar')
'/bin/calendar'
>>> which('cookiecutter')
'/Users/pydanny/.envs/fun/bin/cookiecutter'
>>> which('a-made-up-name') is None
True
Notes
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.
History
0.1.1 (2015-09-09)
Added lyrics
0.1.0 (2015-09-09)
First release on PyPI.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file whichcraft-0.1.1.tar.gz
.
File metadata
- Download URL: whichcraft-0.1.1.tar.gz
- Upload date:
- Size: 5.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5df20674e0a90028b5633417510f0001b63bc0f345ab3cbb184dd4b221d125ec |
|
MD5 | fb85ed3feebd330a8c46a101dad35dd6 |
|
BLAKE2b-256 | ea46bbff208d9cd7f24b30adc2916f3949786c3f80ead8fd01ec0851d3efd2d9 |
File details
Details for the file whichcraft-0.1.1-py2.py3-none-any.whl
.
File metadata
- Download URL: whichcraft-0.1.1-py2.py3-none-any.whl
- Upload date:
- Size: 4.6 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e31f436488fc44c6827de6090a1e3e7693073b8af32c1416d6649ff15334053c |
|
MD5 | 6047d16293be3e31d49678c0ccae5e25 |
|
BLAKE2b-256 | 2a0ea8796bdcecf2d032433bbff3e54cfe7b2a03f67e0904cb8a2fa45e7a6bd3 |