Metadata-Version: 2.1
Name: astrocubelib
Version: 1.1.0
Summary: Utilities to handle astronomy data cube.
Home-page: https://gitlab.com/joseaher/astrocubelib
Author: J. A. Hernandez-Jimenez
Author-email: joseaher@gmail.com
Description-Content-Type: text/markdown
License-File: LICENSE

## Astrocubelib: python astronomy package to handle data cube

    version: 1.0.0

    (c) 2014-2024 J. A. Hernandez-Jimenez

    email: joseaher@gmail.com

## INSTALLATION

This version can be easily installed via PyPI (https://pypi.org/project/astrocubelib/):

    % pip install astrocubelib

If you prefer to install astrocubelib manually, you can clone the developing
version at https://gitlab.com/joseaher/astrocubelib. In the directory this
README is in, simply type:

    % pip install .

or,

    % python setup.py install

## Uninstallation

To uninstall astrocubelib, just type:

    % pip uninstall astrocubelib


## Author

- Jose Hernandez-Jimenez (joseaher@gmail.com)
