Metadata-Version: 2.1
Name: neclib
Version: 0.9.0
Summary: Pure Python tools for NECST.
Home-page: https://necst-telescope.github.io/neclib/
License: MIT
Author: KaoruNishikawa
Author-email: k.nishikawa@a.phys.nagoya-u.ac.jp
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: astropy (>=5.0.4,<6.0.0)
Requires-Dist: n-const (>=1.1.0,<2.0.0)
Requires-Dist: numpy (>=1.22,<2.0)
Requires-Dist: ogameasure (>=0.5,<0.6)
Requires-Dist: pyinterface (>=1.6,<2.0); sys_platform == "linux"
Project-URL: Repository, https://github.com/necst-telescope/neclib
Description-Content-Type: text/markdown

# neclib

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

Pure Python tools for NECST.

## Features

This library provides:

- Miscellaneous tools for NECST system.

## Installation

```shell
pip install neclib
```

## Usage

See the [API reference](https://necst-telescope.github.io/neclib/_source/neclib.html).

---

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

