Source: python-shellescape
Section: python
Priority: optional
Maintainer: Steffen Moeller <moeller@debian.org>
Build-Depends: debhelper (>= 9), dh-python, python-all, python3-all, python-setuptools, python3-setuptools
Standards-Version: 4.0.0
Homepage: https://github.com/chrissimpkins/shellescape
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.2
#Vcs-Git: git://anonscm.debian.org/collab-maint/shellescape.git
#Vcs-Browser: http://anonscm.debian.org/?p=collab-maint/shellescape.git;a=summary

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.
