File: control

package info (click to toggle)
python-shellescape 3.4.1-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 92 kB
  • sloc: python: 64; makefile: 4
file content (44 lines) | stat: -rw-r--r-- 1,757 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
Source: python-shellescape
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Steffen Moeller <moeller@debian.org>
Section: python
Testsuite: autopkgtest-pkg-python
Priority: optional
Build-Depends: debhelper (>= 11~),
               dh-python,
               python-all,
               python3-all,
               python-setuptools,
               python3-setuptools
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-shellescape
Vcs-Git: https://salsa.debian.org/python-team/modules/python-shellescape.git
Homepage: https://github.com/chrissimpkins/shellescape

Package: python-shellescape
Architecture: all
Depends: ${python:Depends},
         ${misc:Depends}
Description: escapes characters to safely assemble command lines
 This python2 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.

Package: python3-shellescape
Architecture: all
Depends: ${python3:Depends},
         ${misc:Depends}
Description: 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.