Metadata-Version: 2.1
Name: decode
Version: 0.6.0
Summary: DESHIMA code for data analysis
Home-page: https://github.com/deshima-dev/decode/
License: MIT
Keywords: astronomy,submillimeter,spectroscopy,deshima,data-analysis
Author: Akio Taniguchi
Author-email: taniguchi@a.phys.nagoya-u.ac.jp
Requires-Python: >=3.7,<3.10
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: astropy (>=4.3,<5.0)
Requires-Dist: matplotlib (>=3.2,<4.0)
Requires-Dist: netcdf4 (>=1.5,<2.0)
Requires-Dist: numpy (>=1.19,<2.0)
Requires-Dist: pyyaml (>=6.0,<7.0)
Requires-Dist: scikit-learn (>=1.0,<2.0)
Requires-Dist: scipy (>=1.4,<2.0)
Requires-Dist: tqdm (>=4.62,<5.0)
Requires-Dist: xarray (>=0.18,<0.19)
Project-URL: Documentation, https://deshima-dev.github.io/decode/
Description-Content-Type: text/markdown

# De:code

[![PyPI](https://img.shields.io/pypi/v/decode.svg?label=PyPI&style=flat-square)](https://pypi.org/pypi/decode/)
[![Python](https://img.shields.io/pypi/pyversions/decode.svg?label=Python&color=yellow&style=flat-square)](https://pypi.org/pypi/decode/)
[![Test](https://img.shields.io/github/workflow/status/deshima-dev/decode/Test?logo=github&label=Test&style=flat-square)](https://github.com/deshima-dev/decode/actions)
[![License](https://img.shields.io/badge/license-MIT-blue.svg?label=License&style=flat-square)](LICENSE)
[![DOI](https://img.shields.io/badge/DOI-10.5281/zenodo.3384216-blue?style=flat-square)](https://doi.org/10.5281/zenodo.3384216)

DESHIMA code for data analysis

## Installation

```shell
$ pip install decode
```

