[ 源代码: python-shellescape ]
软件包:python3-shellescape(3.4.1-4)
python3-shellescape 的相关链接
Debian 的资源:
下载源码包 python-shellescape:
- [python-shellescape_3.4.1-4.dsc]
- [python-shellescape_3.4.1.orig.tar.gz]
- [python-shellescape_3.4.1-4.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
escapes characters to safely assemble command lines
This python3 library helps to escape a string to safely use it as a token in a shell command.
The shellescape Python module defines the shellescape.quote() function that returns a shell-escaped version of a Python string. This is a backport of the shlex.quote() function from Python 3.4.3 that makes it accessible to users of Python 3 versions < 3.3 and all Python 2.x versions.