Metadata-Version: 2.4
Name: holoscan
Version: 4.0.0
Summary: The Holoscan SDK: a meta-package for installing CUDA-specific versions
Author: NVIDIA Corporation
License-Expression: Apache-2.0
Project-URL: Homepage, https://github.com/nvidia-holoscan
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: holoscan-cu12==4.0.0
Dynamic: requires-dist

# Holoscan SDK

The **Holoscan SDK Python Wheel** is part of [NVIDIA Holoscan](https://developer.nvidia.com/holoscan-sdk), the AI sensor processing platform that combines hardware systems for low-latency sensor and network connectivity, optimized libraries for data processing and AI, and core microservices to run streaming, imaging, and other applications, from embedded to edge to cloud. It can be used to build streaming AI pipelines for a variety of domains, including Medical Devices, High Performance Computing at the Edge, Industrial Inspection and more.

## Getting Started

Visit the Holoscan User Guide to [get started](https://docs.nvidia.com/holoscan/sdk-user-guide/getting_started.html) with the Holoscan SDK.

## Installation

Please refer to the Holoscan SDK packages below for detailed instructions and guidance.

### CUDA 12

The `holoscan` package is an alias for the [`holoscan-cu12`](https://pypi.org/project/holoscan-cu12/) distribution. The following
commands are equivalent to install Holoscan SDK in a CUDA 12 based Python environment:
```sh
pip install holoscan
```
__or__
```sh
pip install holoscan-cu12
```

### CUDA 13

Holoscan SDK CUDA 13 packages are available at [`holoscan-cu13`](https://pypi.org/project/holoscan-cu13/):
```sh
pip install holoscan-cu13
```
