Metadata-Version: 2.1
Name: getdeck
Version: 0.5.1
Summary: Deck, a CLI that creates reproducible Kubernetes environments for development and testing
Home-page: https://getdeck.dev
Keywords: Kubernetes,Development,Cloud-native
Author: Michael Schilonka
Author-email: michael@unikube.io
Requires-Python: >=3.8.0,<4.0.0
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Operating System :: MacOS
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development :: Build Tools
Requires-Dist: GitPython (>=3.1.27,<4.0.0)
Requires-Dist: PyYAML (>=6.0,<7.0)
Requires-Dist: docker (>=5.0.3,<6.0.0)
Requires-Dist: kubernetes (>=23.3.0,<24.0.0)
Requires-Dist: pydantic (>=1.9.0,<2.0.0)
Requires-Dist: semantic-version (>=2.9.0,<3.0.0)
Project-URL: Documentation, https://getdeck.dev
Project-URL: Repository, https://github.com/Schille/deck
Project-URL: issues, https://github.com/Schille/deck/issues
Description-Content-Type: text/markdown

# deck
A CLI that creates reproducible Kubernetes environments for development and testing

<div align="center">
    <img src="https://github.com/Schille/deck/raw/main/docs/static/img/deck-get-1.gif" alt="deck get terminal"/>
</div>

# Installation

## Linux

```
curl -sSL https://raw.githubusercontent.com/getdeck/getdeck/main/install.sh | sh - 
```

