Metadata-Version: 2.4
Name: gpubackendtools
Version: 0.0.0
Summary: GPU/CPU Galactic Binary Waveforms
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-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: exceptiongroup; python_version < "3.11"
Requires-Dist: h5py
Requires-Dist: matplotlib
Requires-Dist: jsonschema
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
Provides-Extra: doc
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"
Provides-Extra: testing
Requires-Dist: matplotlib; extra == "testing"
Dynamic: license-file

# 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.
