Metadata-Version: 2.4
Name: clouddojo
Version: 0.1.0
Summary: A gamified, narrative-driven troubleshooting platform for DevOps/SRE engineers
Home-page: https://github.com/datakaitech/clouddojo-cli
Author: CloudDojo Contributors
Author-email: datakaitechnologies@gmail.com
Project-URL: Bug Reports, https://github.com/datakaitech/clouddojo-cli/issues
Project-URL: Source, https://github.com/datakaitech/clouddojo-cli
Project-URL: Documentation, https://github.com/datakaitech/clouddojo-cli#readme
Keywords: devops sre troubleshooting learning gamification docker kubernetes
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Topic :: System :: Systems Administration
Classifier: Topic :: Education
Classifier: Topic :: Software Development :: Testing
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: click>=8.0.0
Requires-Dist: rich>=12.0.0
Requires-Dist: docker>=6.0.0
Provides-Extra: dev
Requires-Dist: pytest>=7.0.0; extra == "dev"
Requires-Dist: pytest-cov>=4.0.0; extra == "dev"
Requires-Dist: flake8>=5.0.0; extra == "dev"
Requires-Dist: black>=22.0.0; extra == "dev"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license-file
Dynamic: project-url
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# CloudDojo CLI ⚡

> **Learn DevOps troubleshooting through gamified, story-driven challenges**  
> *“The world isn’t perfect. But it’s there for us, doing the best it can…”* — **Madoka Kaname**


[![PyPI version](https://badge.fury.io/py/clouddojo.svg)](https://badge.fury.io/py/clouddojo)  
[![Python 3.8+](https://img.shields.io/badge/python-3.8+-blue.svg)](https://www.python.org/downloads/)  
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

---

## 🚀 Quick Start (Because life’s too short to read docs)

```bash
# Install it, because you want to be cool
pip install clouddojo

# Setup prerequisites — or just wait patiently for the magic to happen
clouddojo setup

# Start your journey to DevOps enlightenment
clouddojo dojo

```
## 🌟 What is CloudDojo?
CloudDojo is your gamified dojo where you learn DevOps troubleshooting through stories, sweat, and a dash of *anime spirit*. It’s like leveling up in your favorite RPG — but instead of dragons, you fight container demons.

- **🎮 Story-driven scenarios** — Real company drama, but without the annoying meetings
- **🛤️ Structured learning paths** — Beginner → Intermediate → Pro-level boss fights
- **💡 Progressive hints** — Because nobody likes spoilers, but everyone loves a helping hand
- **🏆 Achievement system** — XP, levels, badges — basically, bragging rights
- **📊 Progress tracking** — Watch your DevOps powers grow like a true shonen hero

## 🎓 Learning Paths

| Path | Level | Focus | Scenarios |
|------|-------|-------|-----------|
| 🐋 **Container Fundamentals** | Beginner | Docker, nginx, configs | 3 |
| ⚓ **Kubernetes Warrior** | Intermediate | Pods, services, networking | 3 |
| 🔥 **Production SRE** | Advanced | System admin, automation | 2 |



## 🎯 What You'll Learn

**Docker troubleshooting** — When containers act like rebellious teenagers

**Kubernetes debugging** — Because clusters love throwing tantrums

**Production scenarios** — Real-world chaos without the screaming bosses (hopefully)        

**Best practices** — The ancient scrolls of DevOps wisdom, passed down so you don’t mess up

## 🤝 Contributing (Join the guild)
Think you can add cool new scenarios or fix stuff? Sweet! Here’s your questline:

**Start here**: CONTRIBUTING.md

**Use our sacred template**: scenario_template.py

**Test your spells**: python tests/test_scenarios.py

**Submit your PR**: Await our wise elders’ approval

## 🤖 AI-Assisted Contributions Welcome!
AI sidekicks like ChatGPT or Copilot are totally legit — just use our AI PR Template so we know you didn’t summon a demon instead.

## 📚 Documentation Scrolls
**CONTRIBUTING.md** — How to add epic scenarios

**ARCHITECTURE.md** — The bones of CloudDojo

**TESTING.md** — How to make sure your code doesn’t explode

**SECURITY.md** — Because safety first, ninja style

## 📋 Prerequisites (Your gear before the battle)
**Python 3.8+**

**Docker** (auto-installed by setup, if you don’t want to wait forever)

**kubectl** (also auto-installed, for your convenience)

**NOTE:**
Auto-install might take a while (because patience is a virtue nobody asked for). We highly recommend installing Docker, Kubernetes, and Minikube yourself first — then run the auto-setup to verify everything didn’t self-destruct.

We’re *“working hard”* on the setup script… but if you want to help, contributions are welcome. No pressure. Seriously.


## 🆘 Need Help? (Because even heroes ask for directions)

- **First time?** Run `clouddojo dojo` and choose "Learning Paths"
- **Stuck?** Each scenario has progressive hints
- **Issues?** Check [GitHub Issues](https://github.com/datakaitech/clouddojo-cli/issues)
- **Questions?** Use [GitHub Discussions](https://github.com/datakaitech/clouddojo-cli/discussions)

## 📊 Project Stats

- **8 scenarios** across 3 learning paths
- **10+ achievements** to unlock
- **Cross-platform** (Windows, macOS, Linux)
- **Open source** (MIT License)

## 🌟 Star History

If CloudDojo helped you level up your DevOps skills, please ⭐ **star the repository**!

> *“You should enjoy the little detours. To the fullest. Because that's where you'll find the things more important than what you want.” — Gintama*
---
**Ready to become a DevOps master?** `pip install clouddojo` 🚀
