Metadata-Version: 2.4
Name: ohcs
Version: 1.0.33
Summary: Omnissa Horizon Cloud Service SDK
Author-email: OHCS Team <nanw@omnissa.com>
License-Expression: Apache-2.0
Project-URL: Homepage, https://github.com/euc-eng/ohcs-sdk
Project-URL: Documentation, https://ohcs.readthedocs.io
Project-URL: Repository, https://github.com/euc-eng/ohcs-sdk.git
Project-URL: Issues, https://github.com/euc-eng/ohcs-sdk/issues
Keywords: omnissa,horizon,cloud,service,sdk
Classifier: Development Status :: 3 - Alpha
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: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: pyyaml>=6.0.3
Requires-Dist: httpx>=0.28.1
Requires-Dist: click>=8.1.8
Requires-Dist: yumako>=0.1.37
Requires-Dist: loguru>=0.7.3
Requires-Dist: cryptography>=46.0.3
Requires-Dist: paho-mqtt>=2.1.0
Requires-Dist: hcs-cli>=0.1.319
Provides-Extra: dev
Requires-Dist: pytest>=8.4.2; extra == "dev"
Requires-Dist: pytest-asyncio>=1.2.0; extra == "dev"
Requires-Dist: flake8>=7.3.0; extra == "dev"
Requires-Dist: mypy>=1.19.0; extra == "dev"
Requires-Dist: ruff>=0.14.8; extra == "dev"
Requires-Dist: build>=1.3.0; extra == "dev"
Requires-Dist: twine>=6.2.0; extra == "dev"
Requires-Dist: tomli>=2.3.0; extra == "dev"
Requires-Dist: pre-commit>=4.3.0; extra == "dev"
Requires-Dist: bandit>=1.8.6; extra == "dev"
Requires-Dist: vulture>=2.14; extra == "dev"
Requires-Dist: types-PyYAML>=6.0.12.20250915; extra == "dev"
Requires-Dist: types-pyOpenSSL>=24.1.0.20240722; extra == "dev"
Requires-Dist: yamllint>=1.37.1; extra == "dev"

# Omnissa Horizon Cloud Service Lifecycle Management Plugin SDK

[![PyPI version](https://badge.fury.io/py/ohcs.svg)](https://badge.fury.io/py/ohcs)
[![Python Versions](https://img.shields.io/pypi/pyversions/ohcs.svg)](https://pypi.org/project/ohcs/)
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
[![Checked with mypy](https://www.mypy-lang.org/static/mypy_badge.svg)](https://mypy-lang.org/)
[![Typed](https://img.shields.io/badge/Typed-Yes-blue.svg)](https://github.com/euc_eng/ohcs)
[![Downloads](https://static.pepy.tech/badge/ohcs)](https://pepy.tech/project/ohcs)

# Getting Started

```shell
pip install -U ohcs
```

https://omnissa.atlassian.net/wiki/spaces/HCS/pages/1118438714/Omnissa+Horizon+Cloud+Lifecycle+Management+Plugin+SDK+-+Developer+Guide
