Metadata-Version: 2.1
Name: cdk8s
Version: 1.0.0b30
Summary: Cloud Development Kit for Kubernetes
Home-page: https://github.com/cdk8s-team/cdk8s-core.git
Author: Amazon Web Services
License: Apache-2.0
Project-URL: Source, https://github.com/cdk8s-team/cdk8s-core.git
Description: # cdk8s
        
        ### Cloud Development Kit for Kubernetes
        
        ![Stability:Beta](https://img.shields.io/badge/stability-beta-orange)
        [![build](https://github.com/cdk8s-team/cdk8s-core/workflows/release/badge.svg)](https://github.com/cdk8s-team/cdk8s-core/actions/workflows/release.yml)
        [![npm version](https://badge.fury.io/js/cdk8s.svg)](https://badge.fury.io/js/cdk8s)
        [![PyPI version](https://badge.fury.io/py/cdk8s.svg)](https://badge.fury.io/py/cdk8s)
        [![NuGet version](https://badge.fury.io/nu/Org.Cdk8s.svg)](https://badge.fury.io/nu/Org.Cdk8s)
        [![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.cdk8s/cdk8s/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.cdk8s/cdk8s)
        
        **cdk8s** is a software development framework for defining Kubernetes
        applications using rich object-oriented APIs. It allows developers to leverage
        the full power of software in order to define abstract components called
        "constructs" which compose Kubernetes resources or other constructs into
        higher-level abstractions.
        
        ## Documentation
        
        See [cdk8s.io](https://cdk8s.io).
        
        ## License
        
        This project is distributed under the [Apache License, Version 2.0](./LICENSE).
        
        This module is part of the [cdk8s project](https://github.com/cdk8s-team/cdk8s).
        
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: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved
Requires-Python: >=3.6
Description-Content-Type: text/markdown
