Metadata-Version: 2.4
Name: embedl-onnxruntime
Version: 2026.2.0
Summary: Device-side ONNX Runtime backend for Embedl Hub.
Author: Embedl AB
Author-email: support@embedl.com
License: Proprietary
License-File: LICENSE
License-File: NOTICE
Project-URL: Homepage, https://hub.embedl.com
Project-URL: Documentation, https://hub.embedl.com/docs
Description-Content-Type: text/markdown
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: License :: Other/Proprietary License
Classifier: Operating System :: POSIX :: Linux
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.7
Requires-Dist: click >= 8.0
Requires-Dist: numpy >= 1.21.2
Requires-Dist: onnx
Requires-Dist: packaging
Requires-Dist: typing_extensions>=4.0; python_version < "3.11"
Provides-Extra: onnxruntime
Requires-Dist: onnxruntime>=1.14.0; extra == 'onnxruntime'

# embedl-onnxruntime

Device-side ONNX Runtime backend for [Embedl Hub](https://hub.embedl.com).
Install this package on an edge device (or compile server) to let the
`embedl-hub` Python library compile, quantize, profile, and invoke ONNX
models on that device over SSH.

This package is typically not used directly — it is invoked by
`embedl-hub` as part of its end-to-end Edge-AI workflow. See the
[Embedl Hub documentation](https://hub.embedl.com/docs) for the
remote-device setup guide.

## Installation

```shell
pip install embedl-onnxruntime
```

To include the ONNX Runtime inference engine, install with the
`onnxruntime` extra:

```shell
pip install "embedl-onnxruntime[onnxruntime]"
```

## License

Copyright (C) 2022, 2024, 2025, 2026 Embedl AB

This software is subject to the
[Embedl Hub Software License Agreement](https://hub.embedl.com/embedl-hub-sla.txt).
