Metadata-Version: 2.3
Name: trt-cloud
Version: 0.6.1
Summary: A CLI utility for using TensorRT Cloud
License: NVIDIA CLOUD AGREEMENT + SERVICE-SPECIFIC TERMS FOR NVIDIA TensorRT CLOUD SERVICE (see LICENSE.txt and PREBUILT_ENGINE_LICENSE.txt)
Author: NVIDIA
Author-email: tensorrt-cloud-contact@nvidia.com
Requires-Python: >=3.10,<3.13
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Dist: blessed (>=1.20.0,<2.0.0)
Requires-Dist: ngcsdk (==3.60.2)
Requires-Dist: onnx-graphsurgeon (>=0.5.0,<0.6.0)
Requires-Dist: packaging (>=24.0)
Requires-Dist: polygraphy (>=0.49.9,<0.50.0)
Requires-Dist: pydantic (>=2.10.6,<3.0.0)
Requires-Dist: pyyaml (>=6.0.2,<7.0.0)
Requires-Dist: requests (>=2.31.0,<3.0.0)
Requires-Dist: rich (>=13.7.1,<14.0.0)
Requires-Dist: setuptools (>=75.8.2,<76.0.0)
Requires-Dist: tabulate (>=0.9.0,<0.10.0)
Requires-Dist: typing-extensions (>=4.10.0,<5.0.0)
Requires-Dist: urllib3 (<2.0.0)
Project-URL: Documentation, https://docs.nvidia.com/deeplearning/tensorrt-cloud/latest/index.html
Description-Content-Type: text/markdown

# TensorRT Cloud CLI

This is a command-line client for TensorRT Cloud.
It is used for building TensorRT engines on NVIDIA's cloud and downloading engines
prebuilt and made publicly available by NVIDIA.

## Documentation.

For documentation, please refer to [TensorRT Cloud Docs](https://docs.nvidia.com/deeplearning/tensorrt-cloud/latest/index.html)

