Metadata-Version: 2.1
Name: cdk-chalice
Version: 0.7.2
Summary: AWS CDK construct for AWS Chalice
Home-page: https://github.com/alexpulver/cdk-chalice
Author: Alex Pulver
Author-email: alex.pulver@gmail.com
License: MIT License
Description: # cdk-chalice
        
        [![PyPI Version](https://badge.fury.io/py/cdk-chalice.svg)](https://badge.fury.io/py/cdk-chalice)
        ![PythonSupport](https://img.shields.io/static/v1?label=python&message=3.6%20|%203.7%20|%203.8&color=blue?style=flat-square&logo=python)
        [![PyPI status](https://img.shields.io/pypi/status/cdk-chalice.svg)](https://pypi.python.org/pypi/cdk-chalice/)
        [![Downloads](https://img.shields.io/pypi/dm/cdk-chalice.svg)](https://pypi.org/project/cdk-chalice/)
        [![Build Status](https://travis-ci.com/alexpulver/cdk-chalice.svg?branch=master)](https://travis-ci.com/alexpulver/cdk-chalice)
        [![codecov](https://codecov.io/gh/alexpulver/cdk-chalice/branch/master/graph/badge.svg)](https://codecov.io/gh/alexpulver/cdk-chalice)
        [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=alexpulver_cdk-chalice&metric=alert_status)](https://sonarcloud.io/dashboard?id=alexpulver_cdk-chalice)
        [![Documentation Status](https://readthedocs.org/projects/cdk-chalice/badge/?version=latest)](https://cdk-chalice.readthedocs.io/en/latest/?badge=latest)
        [![Contributors](https://img.shields.io/github/contributors/alexpulver/cdk-chalice.svg)](https://github.com/alexpulver/cdk-chalice/graphs/contributors)
        
        **AWS CDK construct for AWS Chalice**
        
        This library allows to include an [AWS Chalice](https://chalice.readthedocs.io/en/latest/) 
        application into a broader [AWS Cloud Development Kit](https://docs.aws.amazon.com/cdk/latest/guide/home.html)
        (AWS CDK) application.
        
        See API documentation on Read the Docs: https://cdk-chalice.readthedocs.io/en/latest/
        
        **Installation**
        
        Install and update using [pip](https://pip.pypa.io/en/stable/installing/):
        ```bash
        pip install -U cdk-chalice
        ```
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: JavaScript
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Software Development :: Code Generators
Classifier: Topic :: Utilities
Classifier: Typing :: Typed
Requires-Python: >=3.6
Description-Content-Type: text/markdown
