Metadata-Version: 1.1
Name: docker-executor
Version: 0.1.0
Summary: Docker executor with pipework and consul support
Home-page: https://github.com/javicacheiro/docker-executor
Author: Javier Cacheiro
Author-email: bigdata-dev@listas.cesga.es
License: MIT
Description: Credits
        -------
        
        Uses the wonderful pipework script of jpetazzo: https://github.com/jpetazzo/pipework
        
        Installation
        ------------
        ::
            cd docker-executor
            virtualenv venv
            . venv/bin/activate
            pip install --editable .
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
