Metadata-Version: 2.1
Name: cdkeks
Version: 0.0.2
Summary: Higher-level cdk construct to build an eks kubernetes platform with batteries included
Home-page: https://github.com/hupe1980/cdkeks
Author: hupe1980
License: MIT
Project-URL: Source, https://github.com/hupe1980/cdkeks.git
Description: # cdkeks
        
        :warning: This is experimental and subject to breaking changes.
        
        ## Install
        
        TypeScript/JavaScript:
        
        ```bash
        npm install --save cdkeks
        ```
        
        Python:
        
        ```bash
        pip install cdkeks
        ```
        
        ## License
        
        [MIT](https://github.com/hupe1980/cdkeks/tree/master/cdkeks/LICENSE)
        
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: Programming Language :: Python :: 3.9
Classifier: Typing :: Typed
Classifier: License :: OSI Approved
Requires-Python: >=3.6
Description-Content-Type: text/markdown
