Metadata-Version: 2.2
Name: madcubapy
Version: 0.2.0
Summary: The MADCUBA python package.
Home-page: https://github.com/dhaasler/madcubapy
Author: David Haasler García
Author-email: David Haasler García <dhaasler@cab.inta-csic.es>
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.
Project-URL: homepage, https://github.com/dhaasler/madcubapy
Project-URL: changelog, https://github.com/dhaasler/madcubapy/blob/main/CHANGELOG.rst
Project-URL: documentation, https://madcubapy.readthedocs.io/
Project-URL: repository, https://github.com/dhaasler/madcubapy.git
Keywords: madcuba,radio astronomy
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
Requires-Python: >=3.9
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: astropy>=6.0.0
Requires-Dist: matplotlib>=3.6.0
Requires-Dist: numpy>=1.23.2
Requires-Dist: scipy>=1.9.2
Provides-Extra: docs
Requires-Dist: astropy[recommended]; extra == "docs"
Requires-Dist: sphinx; extra == "docs"
Requires-Dist: sphinx-automodapi; extra == "docs"
Requires-Dist: sphinx_changelog; extra == "docs"
Requires-Dist: sphinx-design; extra == "docs"
Requires-Dist: sphinx_gallery; extra == "docs"
Requires-Dist: pydata_sphinx_theme; extra == "docs"
Requires-Dist: matplotlib; extra == "docs"
Requires-Dist: numpydoc; extra == "docs"
Dynamic: author
Dynamic: home-page
Dynamic: requires-python

|madcubapy banner|

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

----

*NOTE: This package is in its first test versions and should not be used 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




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