Metadata-Version: 2.1
Name: pynvjitlink-cu12
Version: 0.5.1
Summary: nvJitLink Python binding
Author: NVIDIA Corporation
License: Apache 2.0
Project-URL: Homepage, https://rapids.ai/
Project-URL: Documentation, https://github.com/rapidsai/pynvjitlink/blob/main/README.md
Project-URL: Repository, https://github.com/rapidsai/pynvjitlink
Project-URL: License, https://github.com/rapidsai/pynvjitlink/blob/main/LICENSE
Requires-Python: >=3.10
Provides-Extra: test
Requires-Dist: cuda-python; extra == "test"
Requires-Dist: numba>=0.58; extra == "test"
Requires-Dist: psutil; extra == "test"
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Description-Content-Type: text/markdown

# <div align="left"><img src="https://rapids.ai/assets/images/rapids_logo.png" width="90px"/>&nbsp;pynvjitlink</div>

The [RAPIDS](https://rapids.ai) pynvjitlink library provides a Python binding for the
[nvJitLink library](https://docs.nvidia.com/cuda/nvjitlink/index.html).

## Installation with pip

```shell
pip install pynvjitlink-cu12
```

## Installation from source

Install with either:

```shell
python -m pip install .
```

or

```shell
python -m pip install -e .
```

for an editable install.

## Installation with Conda

```shell
conda install -c rapidsai pynvjitlink
```

## Contributing Guide

Review the
[CONTRIBUTING.md](https://github.com/rapidsai/pynvjitlink/blob/main/CONTRIBUTING.md)
file for information on how to contribute code and issues to the project.
