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_shell 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_shell 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.7.tar.gz
(6.2 kB
view hashes)
Built Distribution
Close
Hashes for shellingham-1.2.7-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c9fd71508d4363e8a3dadf405e681021461dca9ca9a2b48c9461fdfbfceaebff |
|
MD5 | 2169713b80eca348dea335682d1ebed8 |
|
BLAKE2b-256 | 0f4475f57bf249518b74c5f75b2fe05459d4574d55e47412caea0e133545adad |