Metadata-Version: 2.4
Name: embedl-tensorrt
Version: 2026.2.0
Summary: Device-side TensorRT 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.9
Requires-Dist: click >= 8.0
Requires-Dist: numpy >= 1.21.2
Requires-Dist: packaging
Requires-Dist: polygraphy
Requires-Dist: typing_extensions>=4.0; python_version < "3.11"
Provides-Extra: tensorrt
Requires-Dist: tensorrt; extra == 'tensorrt'

# embedl-tensorrt

Device-side TensorRT backend for [Embedl Hub](https://hub.embedl.com).
Install this package on an NVIDIA edge device to let the `embedl-hub`
Python library build TensorRT engines and run inference 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-tensorrt
```

TensorRT itself is not installed by this package; it must already be
available on the target device. To add the Python TensorRT bindings as
a runtime dependency, install with the `tensorrt` extra:

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

## License

Copyright (C) 2025, 2026 Embedl AB

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