Metadata-Version: 2.4 Name: cuda-pathfinder Version: 1.5.5 Summary: Pathfinder for CUDA components Author-email: NVIDIA Corporation License-Expression: Apache-2.0 Project-URL: Repository, https://github.com/NVIDIA/cuda-python Project-URL: Documentation, https://nvidia.github.io/cuda-python/ Requires-Python: >=3.10 Description-Content-Type: text/x-rst License-File: LICENSE Dynamic: license-file .. SPDX-FileCopyrightText: Copyright (c) 2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved. .. SPDX-License-Identifier: Apache-2.0 ******************************************************* cuda-pathfinder: Utilities for locating CUDA components ******************************************************* .. image:: https://img.shields.io/badge/NVIDIA-black?logo=nvidia :target: https://www.nvidia.com/ :alt: NVIDIA `cuda.pathfinder `_ aims to be a one-stop solution for locating CUDA components. Currently it supports locating and loading dynamic libraries (``.so``, ``.dll``), and locating CTK header directories. Support for other artifacts is in progress. * `Documentation `_ * `Releases `_ * `Repository `_ * `Issue tracker `_ (select component ``cuda.pathfinder``) ``cuda.pathfinder`` is under active development. Feedback and suggestions are welcome. Installation ============ .. code-block:: bash pip install cuda-pathfinder ``cuda-pathfinder`` is `CUDA Toolkit (CTK) `_ version-agnostic. It follows the general CUDA Toolkit support policy: the two most recent major versions are supported simultaneously.