Metadata-Version: 1.0
Name: clom
Version: 0.7.1
Summary: Command Line Object Mapper. A library for building POSIX command line arguments, commands, and parameters. Very useful for Fabric tasks.
Home-page: http://clom.rtfd.org
Author: Mike Thornton
Author-email: six8@devdetails.com
License: MIT
Download-URL: http://github.com/six8/python-clom
Description: Clom is a Python Command Line Object Mapper. It's intended to make generating generating commands and escaping arguments
        easier for command line interaction. It's particularly useful when used with `Fabric <http://fabfile.org>`_ or ``subprocess``.
        
        - `Documentation <http://clom.rtfd.org>`_
        - `Clom on GitHub <http://github.com/six8/python-clom>`_
        
        Installation
        ------------
        
        Install with ``pip`` or ``easy_install``.
        
        ::
        
            pip install clom
        
        
Keywords: command line,fabric
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Operating System :: POSIX
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: System Shells
Classifier: Topic :: System :: Systems Administration
