Metadata-Version: 1.1
Name: cs.sh
Version: 20150118
Summary: Convenience functions for constructing shell commands.
Home-page: https://bitbucket.org/cameron_simpson/css/commits/all
Author: Cameron Simpson
Author-email: cs@zip.com.au
License: UNKNOWN
Description: Convenience functions for constructing shell commands
        -----------------------------------------------------
        
        Functions for safely constructing shell command lines from bare strings.
        Somewhat like the inverse of the shlex stdlib module.
        
Keywords: python2,python3
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Intended Audience :: Developers
