Metadata-Version: 2.4
Name: numbast
Version: 0.5.5
Summary: Numbast - auto Numba binding generation tool for CUDA C++.
Project-URL: homepage, https://github.com/NVIDIA/numbast
Project-URL: repository, https://github.com/NVIDIA/numbast
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Requires-Dist: numba>=0.59.0
Requires-Dist: numba-cuda<0.21.0,>=0.20.1
Requires-Dist: ast_canopy>=0.5.0
Requires-Dist: pyyaml
Requires-Dist: click
Requires-Dist: jinja2
Provides-Extra: dev
Requires-Dist: ruff; extra == "dev"
Provides-Extra: docs
Requires-Dist: sphinx>=7.0; extra == "docs"
Requires-Dist: sphinx-copybutton>=0.5.2; extra == "docs"
Provides-Extra: test-cu12
Requires-Dist: pytest; extra == "test-cu12"
Requires-Dist: cffi; extra == "test-cu12"
Requires-Dist: numba-cuda[cu12]<0.21.0,>=0.20.1; extra == "test-cu12"
Provides-Extra: test-cu13
Requires-Dist: pytest; extra == "test-cu13"
Requires-Dist: cffi; extra == "test-cu13"
Requires-Dist: cuda-toolkit[cccl,crt,cudart,curand,nvcc]==13.*; extra == "test-cu13"
Requires-Dist: numba-cuda[cu13]<0.21.0,>=0.20.1; extra == "test-cu13"
