Metadata-Version: 2.1
Name: nercst
Version: 0.1.0
Summary: NEw reduction and calibration software for telescope 
Home-page: https://github.com/necst-telescope/NERCST
License: MIT
Author: Rin Yamada
Author-email: yamada@a.phys.nagoya-u.ac.jp
Requires-Python: >=3.8,<3.11
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
Requires-Dist: llvmlite (>=0.39,<0.40)
Requires-Dist: matplotlib (>=3.6.2,<4.0.0)
Requires-Dist: neclib (>=0.12.2)
Requires-Dist: necstdb (>=0.2.7)
Requires-Dist: numba (>=0.56,<0.57)
Requires-Dist: numpy (>=1.22,<2.0)
Requires-Dist: pandas (>=1.5.0,<2.0.0)
Requires-Dist: xarray-dataclasses (>=1.3.1,<2.0.0)
Requires-Dist: xarray[accel] (>=2022)
Project-URL: Repository, https://github.com/necst-telescope/NERCST
Description-Content-Type: text/markdown

# NERCST

[![PyPI](https://img.shields.io/pypi/v/nercst.svg?label=PyPI&style=flat-square)](https://pypi.org/pypi/nercst/)
[![Python](https://img.shields.io/pypi/pyversions/nercst.svg?label=Python&color=yellow&style=flat-square)](https://pypi.org/pypi/nercst/)
[![Test](https://img.shields.io/github/workflow/status/necst-telescope/NERCST/Test?logo=github&label=Test&style=flat-square)](https://github.com/necst-telescope/NERCST/actions)
[![License](https://img.shields.io/badge/license-MIT-blue.svg?label=License&style=flat-square)](https://github.com/necst-telescope/NERCST/blob/main/LICENSE)

Python package template.

## Features

This library provides:

- Data reduction and calibration software for NECST telescopes.

## Installation

```shell
pip install nercst
```

## Usage

This library is using [Semantic Versioning](https://semver.org).

