Metadata-Version: 2.1
Name: kubeasy-py
Version: 0.0.0
Summary: Kubernetes made easy!
Home-page: https://github.com/dylanturn/kubeasy
Author: Dylan Turnbull
Author-email: dylanturn@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: billiard (==3.6.3.0)
Requires-Dist: cattrs (==1.0.0)
Requires-Dist: cdk8s (==0.26.0)
Requires-Dist: celery (==4.4.6)
Requires-Dist: jmespath (==0.10.0)
Requires-Dist: publication (==0.0.3)
Requires-Dist: pytz (==2020.1)
Requires-Dist: pyyaml (==5.3.1)
Requires-Dist: typing-extensions (==3.7.4.3)
Requires-Dist: future (==0.18.2) ; python_version >= "2.6" and python_version not in "3.0, 3.1, 3.2, 3.3"
Requires-Dist: attrs (==20.2.0) ; python_version >= "2.7" and python_version not in "3.0, 3.1, 3.2, 3.3"
Requires-Dist: python-dateutil (==2.8.1) ; python_version >= "2.7" and python_version not in "3.0, 3.1, 3.2, 3.3"
Requires-Dist: six (==1.15.0) ; python_version >= "2.7" and python_version not in "3.0, 3.1, 3.2, 3.3"
Requires-Dist: vine (==1.3.0) ; python_version >= "2.7" and python_version not in "3.0, 3.1, 3.2, 3.3"
Requires-Dist: amqp (==2.6.1) ; python_version >= "2.7" and python_version not in "3.0, 3.1, 3.2, 3.3, 3.4"
Requires-Dist: kombu (==4.6.11) ; python_version >= "2.7" and python_version not in "3.0, 3.1, 3.2, 3.3, 3.4"
Requires-Dist: constructs (==2.0.2) ; python_version >= "3.6"
Requires-Dist: jsii (==1.12.0) ; python_version >= "3.6"

# KubEasy
#### Kubernetes made easy!

### Getting Started
``` bash
brew install cdk8s
git clone git@github.com:dylanturn/kubeasy.git
cd kubeasy
pipenv install
cdk8s install

cdk8s synth
--- OR ---
pipenv run python3.8 main.py
```

