Tool to Detect Surrounding Shell
Project description
Shellingham detects what shell the current Python executable is running in.
Usage
>>> import shellingham >>> shellingham.detect_shell() ('bash', '/bin/bash')
detect pokes around the process’s running environment to determine what shell it is run in. It returns a 2-tuple:
The executable name (without extension on Windows), always lowercased.
The command used to run the shell.
ShellDetectionFailure is raised if detect fails to detect the surrounding shell.
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
shellingham-1.2.2.tar.gz
(5.5 kB
view hashes)
Built Distribution
Close
Hashes for shellingham-1.2.2-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0f71e88622d1ff0260c674c779c7dedd9a2375f24285884541b80a4fbd8f7301 |
|
MD5 | ae0afb2344b4c201c9ce20edd7d6fd7a |
|
BLAKE2b-256 | aae05a171a52000bcb73fca7ffc77e21d4b920e86059d057a648a0ea13eb2700 |