文件名称:shellingham:检测外壳的工具
文件大小:26KB
文件格式:ZIP
更新时间:2024-06-03 06:40:59
Python
Shellingham:检测周围外壳的工具 Shellingham检测当前Python可执行文件在哪个shell中运行。 用法 >>> import shellingham >>> shellingham.detect_shell() ('bash', '/bin/bash') detect_shell在进程的运行环境中穿梭,以确定它在哪个shell中运行。它返回一个2元组: 外壳名称,始终小写。 用于运行外壳程序的命令。 ShellDetectionFailure ,那么就会抛出detect_shell未能检测到周围的外壳。 笔记 外壳名称始终为小写。 在Windows上,shell名称是可执行文件的名称,减去文件扩展名。 给应用程序开发人员的说明 请记住,您的应用程序的用户不一定使用外壳程序。 如果没有要检测的外壳程序, ShellDetectionFailure会引发She
【文件预览】:
shellingham-master
----MANIFEST.in(48B)
----README.rst(2KB)
----.github()
--------workflows()
----CHANGELOG.rst(4KB)
----src()
--------shellingham()
----news()
--------.gitignore(12B)
----Pipfile.lock(24KB)
----tasks()
--------__init__.py(3KB)
--------CHANGELOG.rst.jinja2(864B)
----tox.ini(254B)
----LICENSE(751B)
----setup.cfg(1003B)
----setup.py(37B)
----Pipfile(223B)
----tests()
--------test_posix.py(2KB)
----.gitignore(106B)
----pyproject.toml(721B)