Metadata-Version: 2.3
Name: gpubackendtools
Version: 0.0.12
Summary: GPU Backend Tools
Author: Michael Katz
Author-email: Michael Katz <mikekatz04@gmail.com>
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: C++
Classifier: Programming Language :: Cython
Classifier: Programming Language :: Python :: 3 :: Only
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
Requires-Dist: exceptiongroup ; python_full_version < '3.11'
Requires-Dist: h5py
Requires-Dist: jsonschema
Requires-Dist: matplotlib
Requires-Dist: numpy
Requires-Dist: nvidia-ml-py
Requires-Dist: platformdirs
Requires-Dist: pydantic
Requires-Dist: pyyaml
Requires-Dist: requests
Requires-Dist: rich
Requires-Dist: scipy
Requires-Dist: tqdm
Requires-Dist: wrapt
Requires-Dist: ipykernel ; extra == 'doc'
Requires-Dist: ipython ; extra == 'doc'
Requires-Dist: ipywidgets ; extra == 'doc'
Requires-Dist: myst-parser ; extra == 'doc'
Requires-Dist: nbsphinx ; extra == 'doc'
Requires-Dist: pypandoc ; extra == 'doc'
Requires-Dist: sphinx ; extra == 'doc'
Requires-Dist: sphinx-rtd-theme ; extra == 'doc'
Requires-Dist: sphinx-tippy ; extra == 'doc'
Requires-Dist: matplotlib ; extra == 'testing'
Requires-Python: >=3.9
Provides-Extra: doc
Provides-Extra: testing
Description-Content-Type: text/markdown

# GPUBackendTools: Backend tools for GPU/CPU agnostic codes.


## Getting Started


### Prerequisites


### Installing


## Running the Tests


## Versioning

We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/mikekatz04/GPUBackendTools/tags).

Current Version: 0.0.1

## Authors

* Michael Katz
* Maxime Pigou
* Mathieu Dubois

## Contributors


## License

This project is licensed under the Apache License - see the [LICENSE](https://github.com/mikekatz04GPUBackendTools/blob/master/LICENSE) file for details.
