Metadata-Version: 1.1
Name: deis
Version: 0.0.4
Summary: Command-line Client for Deis
Home-page: https://github.com/opdemand/deis
Author: OpDemand
Author-email: info@opdemand.com
License: Copyright 2013 OpDemand LLC

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Description: deis
        ====
        
        .. image:: https://badge.fury.io/py/deis.png
            :target: http://badge.fury.io/py/deis
        
        .. image:: https://travis-ci.org/opdemand/deis.png?branch=master
            :target: https://travis-ci.org/opdemand/deis
        
        .. image:: https://pypip.in/d/deis/badge.png
            :target: https://crate.io/packages/deis/
        
        What is Deis?
        -------------
        
        Deis is an open source *Platform-as-a-Service* (PaaS) inspired by Heroku that
        makes it easy to deploy and scale LXC containers used to host applications,
        databases, middleware and other services. Deis leverages Docker, Chef and
        Heroku Buildpacks to provide a private PaaS that is lightweight and flexible.
        
        Deis comes with out-of-the-box support for Ruby, Python, Node.js, Java,
        Clojure, PHP, Dart and Go. However, Deis can deploy *anything* using Heroku
        Buildpacks or pre-built Docker images.  Containers can be deployed to any
        cloud provider, although only EC2 is currently supported.
        
        Why Deis?
        =========
        
        Deploy anything
        ---------------
        
        Leverage Heroku Buildpacks to deploy a wide range of languages and frameworks
        with a simple "git push" or create custom Docker images to deploy pre-built
        apps, databases and other services.
        
        Control everything
        ------------------
        
        Choose your hosting providers. Define your application formations. Scale
        nodes and containers independently. Control your routing layer. Manage the
        entire platform with a private Deis controller.
        
        Scale effortlessly
        ------------------
        
        Scale nodes, containers and proxies with a single command. Node provisioning is
        transparent, container formations are rebalanced automatically and proxies are
        updated to re-route traffic without downtime.
        
        100% Open Source
        ----------------
        
        Free, transparent and easily customized.  Join the open-source PaaS and DevOps
        community by using Deis and complimentary projects like Docker, Chef and
        Heroku Buildpacks.
        
        Getting Started
        ---------------
        
        Installing the Deis client from the Python Package Index is simple:
        
        ::
        
            $ pip install deis
        
        The client will automatically install the following dependencies:
        
        -  `pyyaml <https://bitbucket.org/xi/pyyaml>`__
        -  `requests <http://python-requests.org>`__
        
        
        License
        -------
        
        Copyright 2013, OpDemand LLC
        
        Licensed under the Apache License, Version 2.0 (the "License"); you may not
        use this file except in compliance with the License. You may obtain a copy of
        the License at <http://www.apache.org/licenses/LICENSE-2.0>
        
        Unless required by applicable law or agreed to in writing, software
        distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
        WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
        License for the specific language governing permissions and limitations under
        the License.
        
Keywords: opdemand,deis,cloud,aws,ec2,heroku,docker
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
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 :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Internet
Classifier: Topic :: System :: Systems Administration
Requires: docopt
Requires: PyYAML
Requires: requests
