Metadata-Version: 2.4
Name: spectral-cube
Version: 0.6.7
Summary: A package for interaction with spectral cubes
Author: Adam Ginsburg, Tom Robitaille, Chris Beaumont, Adam Leroy, Erik Rosolowsky, Eric Koch
License-Expression: BSD-3-Clause
Project-URL: homepage, https://spectral-cube.readthedocs.org
Project-URL: documentation, https://spectral-cube.readthedocs.org
Project-URL: repository, https://github.com/radio-astro-tools/spectral-cube
Classifier: Programming Language :: Python :: 3 :: Only
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.10
Description-Content-Type: text/x-rst
License-File: LICENSE.rst
Requires-Dist: astropy>=6.1
Requires-Dist: casa-formats-io>=0.1
Requires-Dist: dask[array]>=2025.1.1
Requires-Dist: joblib>=1.3
Requires-Dist: numpy>=1.24
Requires-Dist: packaging>=19
Requires-Dist: radio-beam>=0.3.5
Requires-Dist: setuptools>=62.3.3
Requires-Dist: tqdm>=4.64
Provides-Extra: dev
Requires-Dist: pvextractor; extra == "dev"
Requires-Dist: regions; extra == "dev"
Requires-Dist: reproject; extra == "dev"
Provides-Extra: docs
Requires-Dist: matplotlib; extra == "docs"
Requires-Dist: sphinx-astropy; extra == "docs"
Provides-Extra: noviz
Requires-Dist: distributed>=2022.5; extra == "noviz"
Requires-Dist: fsspec>=2022.5; extra == "noviz"
Requires-Dist: pvextractor>=0.3; extra == "noviz"
Requires-Dist: reproject>=0.9.1; extra == "noviz"
Requires-Dist: scipy>=1.8.1; extra == "noviz"
Requires-Dist: zarr<3,>=2.12; extra == "noviz"
Provides-Extra: test
Requires-Dist: numpy>=1.24; extra == "test"
Requires-Dist: pytest-astropy>=0.10; extra == "test"
Requires-Dist: pytest-cov>=3; extra == "test"
Requires-Dist: regions>=0.7; extra == "test"
Requires-Dist: zarr<3,>=2.12; extra == "test"
Provides-Extra: viz
Requires-Dist: aplpy>=2.1; extra == "viz"
Requires-Dist: matplotlib>=3.5.2; extra == "viz"
Requires-Dist: pvextractor>=0.3; extra == "viz"
Requires-Dist: reproject>=0.9.1; extra == "viz"
Provides-Extra: viz-extra
Requires-Dist: glue-qt>=0.1; extra == "viz-extra"
Requires-Dist: yt; python_version < "3.8" and extra == "viz-extra"
Dynamic: license-file

About
=====

This package aims to facilitate the reading, writing, manipulation, and
analysis of spectral data cubes. More information is available in the
documentation, avaliable `online at
readthedocs.org <http://spectral-cube.rtfd.org>`__.



Credits
=======

This package is developed by:

-  Eric Koch (`@e-koch <https://github.com/e-koch>`__)
-  Adam Ginsburg (`@keflavich <http://github.com/keflavich>`__)
-  Thomas Robitaille (`@astrofrog <http://github.com/astrofrog>`__)
-  Erik Rosolowsky (`@low-sky <http://github.com/low-sky>`__)

Original development included substantial contributions from:
-  Adam Leroy (`@akleroy <http://github.com/akleroy>`__)
-  Chris Beaumont (`@ChrisBeaumont <http://github.com/ChrisBeaumont>`__)

Build and coverage status
=========================

|Build Status| |Coverage Status| |DOI| |Powered by Astropy|

.. |Coverage Status| image:: https://coveralls.io/repos/radio-astro-tools/spectral-cube/badge.svg?branch=master
   :target: https://coveralls.io/r/radio-astro-tools/spectral-cube?branch=master
.. |DOI| image:: https://zenodo.org/badge/doi/10.5281/zenodo.11485.svg
   :target: http://dx.doi.org/10.5281/zenodo.11485
.. |Powered by Astropy| image:: http://img.shields.io/badge/powered%20by-AstroPy-orange.svg?style=flat
   :target: https://www.astropy.org/
.. |Build Status| image:: https://github.com/radio-astro-tools/spectral-cube/actions/workflows/main.yml/badge.svg
   :target: https://github.com/radio-astro-tools/spectral-cube/actions/workflows/main.yml
