Metadata-Version: 2.4
Name: resample3
Version: 0.0.1
Summary: Special purpose python extension for resampling and projecting volume data.
Author-email: Aaron Watters <awatters@flatironinstitute.org>
License: BSD-2-Clause
Project-URL: Homepage, https://github.com/AaronWatters/resample3
Project-URL: Issues, https://github.com/AaronWatters/resample3/issues
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy>=1.21
Provides-Extra: demos
Requires-Dist: h5gizmos; extra == "demos"
Dynamic: license-file

# resample3
Special purpose python extension for resampling and projecting volume data.

<img src="demo.png" width="500"/>

## Build

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

## Test

```bash
python -m pip install pytest numpy
pytest -q
```

## Demos

The demos additional libraries.

```bash
pip install resample3[demos]
```


