Metadata-Version: 2.1
Name: runway
Version: 0.37.0
Summary: Simplify infrastructure/app testing/deployment
Home-page: https://github.com/onicagroup/runway
Author: Onica Group LLC
Author-email: opensource@onica.com
License: Apache License 2.0
Description: Runway
        ======
        
        What?
        -----
        
        A lightweight wrapper around linting (e.g. yamllint) & infrastructure
        deployment tools (e.g. CloudFormation, Terraform, Serverless) to ease
        management of per-environment configs & deployment.
        
        Why?
        ----
        
        Very simple configuration to:
        
        -  Perform automatic linting/verification
        -  Ensure deployments are only performed when an environment config is
           present
        -  Define an IAM role to assume for each deployment
        -  Wrangle Terraform backend/workspace configs w/ per-environment tfvars
        -  Avoid long-term tool lock-in
        
           -  runway is a simple wrapper around standard tools. It simply helps
              to avoid convoluted Makefiles / CI jobs
        
        How?
        ----
        
        See the `doc site <https://docs.onica.com/projects/runway>`__.
        
        Complete quickstart documentation, including Docker images,
        CloudFormation templates, and walkthrough can be found
        `here <https://docs.onica.com/projects/runway/en/latest/quickstart.html>`__
        
Keywords: cli
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Topic :: Utilities
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Python: >=2.6
Provides-Extra: test
