Metadata-Version: 2.1
Name: taimos.cdk-construct-hosting
Version: 1.0.0
Summary: An AWS CDK Construct that provides website hosting
Home-page: https://github.com/taimos/cdk-construct-sample
Author: Thorsten Hoeger<thorsten.hoeger@taimos.de>
License: Apache-2.0
Project-URL: Source, https://github.com/taimos/cdk-construct-sample
Description: [![npm version](https://badge.fury.io/js/@taimos/cdk-construct-hosting.svg)](https://badge.fury.io/js/@taimos/cdk-construct-hosting)
        [![PyPI version](https://badge.fury.io/py/taimos.cdk-construct-hosting.svg)](https://badge.fury.io/py/taimos.cdk-construct-hosting)
        
        # A CDK L3 Construct for web hosting
        
        ## Installation
        
        You can install the library into your project using npm or pip.
        
        ```bash
        npm install @taimos/cdk-construct-hosting
        
        pip3 install taimos-cdk
        ```
        
        # Contributing
        
        We welcome community contributions and pull requests.
        
        # License
        
        The CDK construct library is distributed under the [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0).
        
        See [LICENSE](./LICENSE) for more information.
        
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
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: Typing :: Typed
Classifier: License :: OSI Approved
Requires-Python: >=3.6
Description-Content-Type: text/markdown
