Metadata-Version: 2.4
Name: pyrealsense2-extended
Version: 2.58.1.10581.post1
Summary: Intel RealSense SDK 2.0 Python wrapper — pre-built wheels for all platforms (incl. Linux aarch64 / Jetson)
Author: Community Contributor
License-Expression: Apache-2.0
Project-URL: Homepage, https://github.com/IntelRealSense/librealsense
Project-URL: Repository, https://github.com/jeff-hykin/pyrealsense-extended
Project-URL: Upstream, https://pypi.org/project/pyrealsense2/
Keywords: realsense,librealsense,depth,camera,3d,jetson,aarch64
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Scientific/Engineering
Classifier: Programming Language :: Python :: 3
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
Classifier: Programming Language :: Python :: 3.14
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Microsoft :: Windows
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# pyrealsense2-extended

Pre-built [Intel RealSense SDK 2.0](https://github.com/IntelRealSense/librealsense) Python wheels for all platforms — including **Linux aarch64 (Jetson)** Python versions that upstream `pyrealsense2` does not publish on PyPI.

There is no source code in this repo. It downloads official wheels from PyPI (`pyrealsense2`) and adds aarch64 builds via cibuildwheel for the gaps. All wheels are renamed to `pyrealsense2-extended` and uploaded to PyPI under a unified version.

## Install

```sh
pip install pyrealsense2-extended
```

Drop-in replacement — just `import pyrealsense2` as usual.

## Platform Coverage

Upstream `pyrealsense2` publishes aarch64 wheels only for cp39, cp310, and cp312. This package fills in the rest:

| | Linux x86_64 | Linux aarch64 | Windows x86_64 |
|---|---|---|---|
| Python 3.9 | ✅ upstream | ✅ upstream | ✅ upstream |
| Python 3.10 | ✅ upstream | ✅ upstream | ✅ upstream |
| Python 3.11 | ✅ upstream | ✅ **built here** | ✅ upstream |
| Python 3.12 | ✅ upstream | ✅ upstream | ✅ upstream |
| Python 3.13 | ✅ upstream | ✅ **built here** | ✅ upstream |
| Python 3.14 | ✅ upstream | ✅ **built here** | ✅ upstream |

The aarch64 wheels are manylinux2014-compatible (works on Ubuntu 20.04+, Jetson L4T 35+).

## Building & Publishing

See [PUBLISHING.md](PUBLISHING.md).

## Upstream

This is a community republish of [IntelRealSense/librealsense](https://github.com/IntelRealSense/librealsense). All credit for the actual SDK goes to the Intel RealSense team. Licensed under Apache-2.0, same as upstream.
