Metadata-Version: 2.1
Name: ogm-platform
Version: 1.0.2
Summary: All-in-One K3s Development Environment for GenAI Applications
Author-email: OGM-Dev Team <dev@ogmplatform.com>
License: MIT
Project-URL: Homepage, https://ogmplatform.com
Project-URL: Documentation, https://docs.ogmplatform.com
Project-URL: Repository, https://github.com/ogmworldwide/ogm-platform
Project-URL: Issues, https://github.com/ogmworldwide/ogm-platform/issues
Keywords: k3s,kubernetes,genai,ai,development,devops,helm,docker
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
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: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Systems Administration
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE.md
Requires-Dist: click<9.0.0,>=8.0.0
Requires-Dist: pydantic<2.0.0,>=1.10.0
Requires-Dist: rich<14.0.0,>=13.0.0
Requires-Dist: PyYAML<7.0,>=6.0
Requires-Dist: kubernetes<29.0.0,>=28.0.0
Requires-Dist: docker<7.0.0,>=6.1.0
Requires-Dist: GitPython<4.0.0,>=3.1.40
Requires-Dist: requests<3.0.0,>=2.31.0
Requires-Dist: httpx<1.0.0,>=0.25.0
Provides-Extra: dev
Requires-Dist: pytest<8.0.0,>=7.4.0; extra == "dev"
Requires-Dist: pytest-cov<5.0.0,>=4.1.0; extra == "dev"
Requires-Dist: pytest-mock<4.0.0,>=3.12.0; extra == "dev"
Requires-Dist: black<24.0.0,>=23.0.0; extra == "dev"
Requires-Dist: flake8<7.0.0,>=6.1.0; extra == "dev"
Requires-Dist: mypy<2.0.0,>=1.7.0; extra == "dev"
Requires-Dist: isort<6.0.0,>=5.12.0; extra == "dev"
Provides-Extra: docs
Requires-Dist: mkdocs<2.0.0,>=1.5.0; extra == "docs"
Requires-Dist: mkdocs-material<10.0.0,>=9.4.0; extra == "docs"
Requires-Dist: mkdocstrings[python]<1.0.0,>=0.24.0; extra == "docs"

# OGM Platform

**All-in-One K3s Development Environment for GenAI Applications**

[![PyPI version](https://badge.fury.io/py/ogm-platform.svg)](https://pypi.org/project/ogm-platform/)
[![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)

## Overview

OGM Platform is a comprehensive command-line tool that simplifies Kubernetes development for Generative AI applications. It provides one-command setup for complete development environments with K3s or full Kubernetes clusters.

## Features

- 🚀 **One-Command Setup**: Initialize complete Kubernetes clusters (K3s or Full K8s)
- 🔄 **Multi-Environment Support**: Seamless deployment across local, dev, stage, and production
- 📦 **Helm Integration**: Automated Helm chart deployment and management
- 🔐 **Authentication Management**: Secure credential storage and Kubernetes context handling
- 📊 **Monitoring & Diagnostics**: Built-in health checks and troubleshooting tools
- 🔄 **GitOps Workflow**: Automated repository synchronization
- 🛡️ **Production Ready**: Enterprise-grade security and reliability

## Installation

```bash
pip install ogm-platform
```

## Quick Start

```bash
# Initialize a development environment
ogm init

# Deploy applications
ogm deploy

# Check cluster status
ogm status

# Clean up environment
ogm destroy
```

## Requirements

- Python 3.8+
- Docker (optional, for containerized deployments)
- kubectl (installed automatically)

## Documentation

For detailed documentation, visit [OGM Platform Docs](https://docs.ogmplatform.com).

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

## Contributing

Contributions are welcome! Please read our [Contributing Guide](CONTRIBUTING.md) for details.

## Support

For support and questions:
- 📧 Email: dev@ogmplatform.com
- 📖 Documentation: https://docs.ogmplatform.com
- 🐛 Issues: [GitHub Issues](https://github.com/ogmworldwide/ogm-platform/issues)</content>
<parameter name="filePath">/home/mksaraf/projects/ogm-platform-package/README.md
