Metadata-Version: 1.0
Name: script
Version: 1.4.1
Summary: Concise shell scripting
Home-page: http://lamb.cc/script
Author: Iain Lamb
Author-email: x+python@lamb.cc
License: Copyright (c) 2009 by Iain Lamb. Licensed to PSF under a Contributor Agreement. See http://www.python.org/2.6/license for details.
Description: Use with Python 3.
        
        
        This module distills a collection of common shell script patterns into a few
        terse definitions. Most of the objects and functions wrap lower-level calls to
        modules in the standard Python library such as ``optparse``, ``os.path``, ``shutil``,
        and ``subprocess``.
        
        With just one ``import`` statement, you can provide your script with ready to go
        command line parsing, convenient path operations, ala carte ``--help``
        documentation, quick writes to ``stdout`` / ``stderr``, and easy invocation of shell
        commands (including the ability to capture output).
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Python Software Foundation License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: System :: Shells
Classifier: Topic :: Terminals
Classifier: Topic :: Utilities
