Metadata-Version: 2.4
Name: nixl
Version: 0.10.1
Summary: NIXL Python API meta package for CUDA variants
Author-email: NIXL Developers <nixl-developers@nvidia.com>
License-Expression: MIT AND Apache-2.0
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: nixl-cu12>=0.10.1
Provides-Extra: cu12
Requires-Dist: nixl-cu12==0.10.1; extra == "cu12"
Provides-Extra: cu13
Requires-Dist: nixl-cu13==0.10.1; extra == "cu13"
Dynamic: license-file

# nixl

This is a *meta package* that declares optional dependencies on CUDA variants.

Install one of:
```bash
pip install "nixl[cu12]"   # for CUDA 12
pip install "nixl[cu13]"   # for CUDA 13
```

If both are installed, the higher version will be used.
