Metadata-Version: 2.3
Name: madcubapy
Version: 0.7.0
Summary: The MADCUBA python package.
License: MIT License
         
         Copyright (c) 2024 dhaasler
         
         Permission is hereby granted, free of charge, to any person obtaining a copy
         of this software and associated documentation files (the "Software"), to deal
         in the Software without restriction, including without limitation the rights
         to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
         copies of the Software, and to permit persons to whom the Software is
         furnished to do so, subject to the following conditions:
         
         The above copyright notice and this permission notice shall be included in all
         copies or substantial portions of the Software.
         
         THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
         IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
         FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
         AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
         LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
         OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
         SOFTWARE.
Keywords: madcuba,radio astronomy
Author: David Haasler García
Author-email: dhaasler@cab.inta-csic.es
Requires-Python: >=3.9
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Provides-Extra: docs
Requires-Dist: astropy (>=6.0.0)
Requires-Dist: astropy[recommended] ; extra == "docs"
Requires-Dist: ipython
Requires-Dist: matplotlib (>=3.6.0)
Requires-Dist: matplotlib ; extra == "docs"
Requires-Dist: numpy (>=1.23.2)
Requires-Dist: numpydoc ; extra == "docs"
Requires-Dist: pydata_sphinx_theme ; extra == "docs"
Requires-Dist: scipy (>=1.9.2)
Requires-Dist: sphinx ; extra == "docs"
Requires-Dist: sphinx-automodapi ; extra == "docs"
Requires-Dist: sphinx-design ; extra == "docs"
Requires-Dist: sphinx_changelog ; extra == "docs"
Requires-Dist: sphinx_gallery ; extra == "docs"
Project-URL: Documentation, https://madcubapy.readthedocs.io/
Project-URL: Homepage, https://github.com/dhaasler/madcubapy
Project-URL: Repository, https://github.com/dhaasler/madcubapy.git
Project-URL: changelog, https://github.com/dhaasler/madcubapy/blob/main/CHANGELOG.rst
Description-Content-Type: text/x-rst

|madcubapy banner|

|Test Status| |Documentation Status| |Pypi Status|

----

*NOTE: This package is in pre-release form and should be used with caution in
its current state.*

``madcubapy`` is a package developed to work with MADCUBA products to quickly
access their data in python. 

`MADCUBA <https://cab.inta-csic.es/madcuba/>`_ is a software developed in the
spanish Center of Astrobiology (CSIC-INTA) to analyze astronomical datacubes,
and is built using the ImageJ infrastructure.

Installation
============

Install from PyPI with:

.. code-block:: bash
    
    pip install madcubapy

How to use
==========
Check the official
`Documentation <https://madcubapy.readthedocs.io/en/latest/?badge=latest>`_
for the latest version.




.. |madcubapy banner| image:: docs/source/_static/logos/readme-banner.svg
    :alt: madcubapy

.. |Test Status| image:: https://github.com/dhaasler/madcubapy/actions/workflows/run_tests.yaml/badge.svg
    :target: https://github.com/dhaasler/madcubapy/actions
    :alt: Test Status

.. |Documentation Status| image:: https://img.shields.io/readthedocs/madcubapy/latest.svg?logo=read%20the%20docs&logoColor=white&label=Docs
    :target: https://madcubapy.readthedocs.io/en/latest/?badge=latest
    :alt: Documentation Status

.. |PyPI Status| image:: https://img.shields.io/pypi/v/madcubapy
    :target: https://pypi.org/project/madcubapy
    :alt: PyPI Status

