Metadata-Version: 2.1
Name: decode
Version: 0.7.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.7.1,<3.10
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: astropy (>=4.3,<5.0); python_full_version >= "3.7.1" and python_version < "3.8"
Requires-Dist: astropy (>=5.1,<6.0); python_version >= "3.8" and python_version < "3.10"
Requires-Dist: matplotlib (>=3.5,<4.0)
Requires-Dist: morecopy (>=0.2,<0.3)
Requires-Dist: netcdf4 (>=1.5,<2.0)
Requires-Dist: numpy (>=1.21,<2.0)
Requires-Dist: scikit-learn (>=1.0,<2.0)
Requires-Dist: scipy (>=1.7,<2.0)
Requires-Dist: tomli (>=2.0,<3.0)
Requires-Dist: tqdm (>=4.64,<5.0)
Requires-Dist: typing-extensions (>=3.10,<4.0)
Requires-Dist: xarray (>=0.20,<0.21)
Requires-Dist: xarray-dataclasses (>=1.2,<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/pypi/decode/)
[![Python](https://img.shields.io/pypi/pyversions/decode?label=Python&color=cornflowerblue&style=flat-square)](https://pypi.org/pypi/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/workflow/status/deshima-dev/decode/Tests?label=Tests&style=flat-square)](https://github.com/deshima-dev/decode/actions/tests.yml)

DESHIMA code for data analysis

## Installation

```shell
$ pip install decode
```

