Metadata-Version: 2.1
Name: neclib
Version: 0.12.6
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.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: astropy (>=5.0.4,<6.0.0)
Requires-Dist: necstdb (>=0.2.8,<0.3.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"
Requires-Dist: tomlkit (>=0.11.4,<0.12.0)
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 versions](https://img.shields.io/pypi/pyversions/neclib.svg?label=Python&color=yellow&style=flat-square)](https://pypi.org/pypi/neclib/)
[![Test status](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)
[![codecov](https://codecov.io/gh/necst-telescope/neclib/branch/main/graph/badge.svg?token=DP2ZTYBOTR)](https://codecov.io/github/necst-telescope/neclib)
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg?label=License&style=flat-square)](https://github.com/necst-telescope/neclib/blob/main/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).

