Metadata-Version: 2.4
Name: ncu_report
Version: 2026.2.0
Summary: Profiler report Python interface for NVIDIA Nsight Compute
Author-email: NVIDIA Compute Developer Tools <nsight-compute-python@nvidia.com>
Project-URL: Homepage, https://developer.nvidia.com/nsight-compute
Project-URL: Documentation, https://docs.nvidia.com/nsight-compute
Project-URL: License, https://docs.nvidia.com/nsight-compute/CopyrightAndLicenses/index.html
Keywords: CUDA,performance,profiler
Classifier: Environment :: GPU :: NVIDIA CUDA
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Python: >=3.7
Description-Content-Type: text/x-rst
License-File: LICENSE.rst
Dynamic: license-file

NVIDIA Nsight Compute Profiler Report Python Interface
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

The ``ncu-report`` package provides a Python interface to work with NVIDIA
Nsight Compute profiler reports. It allows users to parse, analyze, and
manipulate profiling data programmatically using Python.

Installation
------------

You can install the ``ncu-report`` package using ``pip``:

.. code-block:: bash

    pip install ncu-report

Usage
-----

After installing the package, you can import it in your Python scripts:

.. code-block:: python

    import ncu_report

More details about usage can be found in NVIDIA Nsight Compute's online `documentation`_.

.. _documentation: https://docs.nvidia.com/nsight-compute/PythonReportInterface/index.html
