Metadata-Version: 2.4
Name: open3d-unofficial-arm
Version: 0.19.0
Summary: Unofficial ARM builds of Open3D (stop-gap until official ARM support)
Author: Community Contributor
License-Expression: MIT
Project-URL: Homepage, https://github.com/isl-org/Open3D
Project-URL: Repository, https://github.com/jeffhykin/open3d_jetson
Keywords: open3d,arm,aarch64,3d,point-cloud
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.12
Classifier: Operating System :: POSIX :: Linux
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# open3d-unofficial-arm

Unofficial ARM (aarch64) wheel distribution for Open3D.

## What is this?

This is a stop-gap package providing pre-built ARM wheels for Open3D while waiting for official ARM support. It contains Open3D 0.19.0 wheels built for Linux ARM64 (aarch64) architecture.

## Installation

```bash
pip install open3d-unofficial-arm
```

This will automatically install the appropriate Open3D wheel for your Python version (3.10 or 3.12).

## Supported Platforms

- **OS**: Linux (manylinux_2_35)
- **Architecture**: ARM64 (aarch64)
- **Python versions**: 3.10, 3.12

## Usage

After installation, simply import open3d as usual:

```python
import open3d as o3d
```

## Notes

- This is an **unofficial** package and is not affiliated with the Open3D project
- This is a temporary solution until official ARM support is available
- The package automatically installs the correct wheel for your Python version

## License

MIT License - See LICENSE file for details

The bundled Open3D wheels are subject to their own license terms.
