Metadata-Version: 2.4
Name: spectral_flux
Version: 0.3.4
Summary: Python tools for calculating spectral flux from fluid velocities
Author: pcarlip
Author-email: pcarlip <peter.carlip@proton.me>
License-Expression: MIT
License-File: LICENSE
Requires-Dist: cupy-xarray>=0.1.5
Requires-Dist: numpy>=2.5.2
Requires-Dist: pandas>=3.0.5
Requires-Dist: scipy>=1.18.1
Requires-Dist: xarray>=2026.7.0
Requires-Dist: xarray-extras>=0.6.0
Requires-Dist: xrft
Requires-Dist: xrscipy>=3.1.0
Requires-Dist: cupy-cuda12x ; extra == 'cupy12'
Requires-Dist: cupy-cuda13x ; extra == 'cupy13'
Requires-Python: >=3.13
Project-URL: Homepage, https://github.com/pcarlip/spec_flux
Project-URL: Issues, https://github.com/pcarlip/spec_flux/issues
Provides-Extra: cupy12
Provides-Extra: cupy13
Description-Content-Type: text/markdown

# spec_flux
Python tools for calculating spectral flux from fluid velocities

## Installation

Please install either the \[cupy12] or \[cupy13] optional dependency, or otherwise have cupy installed 
(see [the cupy docs](https://docs.cupy.dev/en/stable/install.html)).
I can't include this as an explicit dependency, because the correct version depends on your cuda version, 
but it is necessary to use the package (even without a gpu; the methods to detect gpu use require cupy).
