This package browser is in early development. Mind the rough edges.

python-shellescape 3.8.1

Shell 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.8 that makes it accessible to users of Python 3 versions < 3.3 and all Python 2.x versions.

Installation

Install python-shellescape 3.8.1 as follows:

guix install python-shellescape@3.8.1

Or install the latest version:

guix install python-shellescape

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.