Metadata-Version: 2.1
Name: beiboot
Version: 0.7.0
Summary: Getdeck Beiboot client project.
Home-page: https://getdeck.dev
Keywords: Kubernetes,Development,Cloud-native
Author: Michael Schilonka
Author-email: michael@blueshoe.de
Requires-Python: >=3.9,<4.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.9
Classifier: Topic :: Software Development :: Build Tools
Requires-Dist: docker (>=5.0.3,<6.0.0)
Requires-Dist: kubernetes (>=23.3.0,<24.0.0)
Project-URL: Documentation, https://getdeck.dev
Project-URL: Repository, https://github.com/Getdeck/beiboot
Description-Content-Type: text/markdown

<p align="center">
  <img src="https://github.com/Getdeck/beiboot/raw/main/docs/static/img/logo.png" alt="Gefyra Logo"/>
</p>

# Getdeck Beiboot
_Getdeck Beiboot_ (or just Beiboot for brevity) is a Kubernetes-in-Kubernetes solution. It was born from the idea to 
provide Getdeck users a simple yet flexible solution to spin up **hybrid cloud development** infrastructure. This is 
useful for Kubernetes development workloads which grew too large to run on a development machine (or with pony workloads 
on MacOS and Windows machines). 

# Beiboot Client
The Beiboot client is a Python API to manage Beiboot clusters. It can set up and tear down Kubernetes instances
as well as establish connections.
