Metadata-Version: 2.1
Name: decode
Version: 1.0.0
Summary: DESHIMA code for data analysis
Home-page: https://github.com/deshima-dev/decode/
License: MIT
Keywords: astronomy,data-analysis,deshima,spectroscopy,submillimeter
Author: Akio Taniguchi
Author-email: taniguchi@a.phys.nagoya-u.ac.jp
Requires-Python: >=3.8,<3.12
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: astropy (>=5.2,<6.0)
Requires-Dist: matplotlib (>=3.6,<4.0)
Requires-Dist: morecopy (>=0.3,<0.4)
Requires-Dist: netcdf4 (>=1.6,<2.0)
Requires-Dist: numpy (>=1.22,<2.0)
Requires-Dist: scikit-learn (>=1.2,<2.0)
Requires-Dist: scipy (>=1.9,<2.0)
Requires-Dist: tomli (>=2.0,<3.0)
Requires-Dist: tqdm (>=4.65,<5.0)
Requires-Dist: xarray (>=2022.3,<2023.0)
Requires-Dist: xarray-dataclasses (>=1.6,<2.0)
Project-URL: Documentation, https://deshima-dev.github.io/decode/
Description-Content-Type: text/markdown

# de:code

[![Release](https://img.shields.io/pypi/v/decode?label=Release&color=cornflowerblue&style=flat-square)](https://pypi.org/project/decode/)
[![Python](https://img.shields.io/pypi/pyversions/decode?label=Python&color=cornflowerblue&style=flat-square)](https://pypi.org/project/decode/)
[![Downloads](https://img.shields.io/pypi/dm/decode?label=Downloads&color=cornflowerblue&style=flat-square)](https://pepy.tech/project/decode)
[![DOI](https://img.shields.io/badge/DOI-10.5281/zenodo.3384216-cornflowerblue?style=flat-square)](https://doi.org/10.5281/zenodo.3384216)
[![Tests](https://img.shields.io/github/actions/workflow/status/deshima-dev/decode/tests.yml?label=Tests&style=flat-square)](https://github.com/deshima-dev/decode/actions)

DESHIMA code for data analysis

## Installation

```shell
pip install decode
```

