[ 原始碼: python-shellescape ]
套件:python3-shellescape(3.4.1-5)
python3-shellescape 的相關連結
Debian 的資源:
下載原始碼套件 python-shellescape:
- [python-shellescape_3.4.1-5.dsc]
- [python-shellescape_3.4.1.orig.tar.gz]
- [python-shellescape_3.4.1-5.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.
其他與 python3-shellescape 有關的套件
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)