Metadata-Version: 2.4
Name: devops-lab-assistant
Version: 0.1.0
Summary: An interactive CLI tool for learning Docker, Git, Prometheus, and Kubernetes commands.
Author-email: DevOps Assistant <assistant@example.com>
Project-URL: Homepage, https://github.com/example/devops-lab-assistant
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# DevOps Lab Assistant 🚀

An interactive CLI tool designed to help you learn and remember essential DevOps commands for Docker, Git, Prometheus, and Kubernetes.

## Installation 💻

You can install the package directly from PyPI (once published):

```bash
pip install devops-lab-assistant
```

## Usage 🛠️

After installation, simply run the following command in your terminal:

```bash
devops33
```

## Features ✨

- **Interactive Menu**: Navigate through different tool categories.
- **Categorized Commands**: Clear lists for Docker, Git, Prometheus, and Kubernetes.
- **One-Line Explanations**: Every command comes with a concise explanation.
- **Full List View**: View all commands at once for a quick overview.

## Commands Included 📝

- **Docker**: WSL setup, image management, container lifecycle, Docker Hub.
- **Git**: Repository initialization, staging, committing, remote sync.
- **Prometheus & Utils**: File management, Docker Compose.
- **Kubernetes**: Minikube management, pod/service/deployment operations, scaling.

## License 📄

This project is licensed under the MIT License.
