Metadata-Version: 1.1
Name: flyingcloud
Version: 0.1.1
Summary: Build Docker images using SaltStack
Home-page: https://github.com/cookbrite/flyingcloud
Author: CookBrite, Inc.
Author-email: flyingcloud-admin@cookbrite.com
License: Apache Software License 2.0
Description: # flyingcloud
        ### Build Docker images using SaltStack
        
        This is a Python library and set of tools that lets you build [Docker](http://docker.com) images using [SaltStack](http://saltstack.com/) instead of (or in addition to) using Dockerfiles.
        
        ### Why would I want to do that?
        
        * Because you want to install the same software stack on developer workstations and don't want to maintain two separate ways of installing a complex stack of software.
        * Because you are installing a complex stack of software and have outgrown Docker's simple installation system.
        
        ## Installation
        
        * `pip install flyingcloud`
        
        ## Contributing
        
        We welcome contributions. This project is in an early stage and under heavy development. To contribute, contact the developers directly:
        * Adam Feuer <adam@cookbrite.com>
        * George Reilly <george@cookbrite.com>
        
        ## License
        
        * [Apache License v2.0](http://www.apache.org/licenses/LICENSE-2.0)
        
Keywords: docker saltstack devops automation
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX :: Linux
Classifier: Topic :: Utilities
Classifier: Topic :: System :: Clustering
Classifier: Topic :: System :: Distributed Computing
