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://readthedocs.org/docs/clom/en/master/>`_
- `GitHub <http://github.com/six8/python-clom>`_

Installation
------------

Install with ``pip`` or ``easy_install``.

::

    pip install clom

