Metadata-Version: 2.4
Name: kubed
Version: 0.1.0
Summary: CLI productivity tool with autocompletion for Docker, Terraform, Helm, and Kubernetes
Home-page: https://daleyarborough.com
Author: Daley Arborough
Author-email: info@daleyarborough.com
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
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: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Systems Administration
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: click>=7.0
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# Kubed - Developer CLI Productivity Tool

Kubed enhances your terminal experience with powerful autocompletion for popular DevOps tools:
- Docker
- Terraform
- Helm
- Kubernetes (kubectl)

## Features

- Comprehensive autocompletion for common cloud-native development tools
- Automatic installation of useful aliases (e.g., `k` for `kubectl`)
- Enhanced help output with links to documentation at daleyarborough.com
- Cross-platform support (macOS, Linux)

## Installation

```bash
# Install from PyPI
pip install kubed

# Run the setup script
kubed-setup
```

## Manual Setup

If the automatic setup doesn't work for your shell, you can manually set up the completions:

```bash
# Add to your .bashrc, .zshrc, or equivalent
source $(kubed-completions-path)
source $(kubed-aliases-path)
```

## Usage

After installation, you'll have access to:

1. Tab completions for docker, terraform, helm, and kubectl commands
2. Aliases like `k` for `kubectl`, `d` for `docker`, etc.
3. Enhanced help output with links to daleyarborough.com when using --help

## Requirements

- Python 3.6+
- Bash, Zsh, or compatible shell
- Docker, Terraform, Helm, or Kubernetes CLI tools (for respective completions)

## License

MIT

## Author

Daley Yarborough 
