Metadata-Version: 2.1
Name: tritonfrontend
Version: 2.70.0
Summary: Triton Inference Server In-Process Python API
Home-page: https://developer.nvidia.com/nvidia-triton-inference-server
Author: NVIDIA Inc.
Author-email: sw-dl-triton@nvidia.com
License: BSD
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Information Technology
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Image Recognition
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Environment :: Console
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
License-File: LICENSE.txt
Requires-Dist: pydantic ==2.10.6
Requires-Dist: tritonserver
Provides-Extra: gpu
Requires-Dist: cupy-cuda13x ; extra == 'gpu'
Provides-Extra: all
Requires-Dist: cupy-cuda13x ; extra == 'all'
Requires-Dist: pytest ; extra == 'all'
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'

