Metadata-Version: 2.1
Name: neclib
Version: 0.6.1
Summary: Pure Python tools for NECST.
Home-page: https://nanten2.github.io/neclib/
License: MIT
Author: KaoruNishikawa
Author-email: k.nishikawa@a.phys.nagoya-u.ac.jp
Requires-Python: >=3.6.1,<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 (>=3.0,<4.0); python_version < "3.8"
Requires-Dist: astropy (>=5.0.4,<6.0.0); python_version >= "3.8"
Requires-Dist: dataclasses (>=0.8,<0.9); python_version >= "3.6" and python_version < "3.7"
Requires-Dist: importlib-metadata (>=4.4,<5.0); python_version < "3.8"
Requires-Dist: n-const (>=1.0.4,<2.0.0)
Requires-Dist: numpy (>=1.19,<2.0)
Requires-Dist: typing-extensions (>=3.0,<5.0); python_version < "3.8"
Project-URL: Repository, https://github.com/nanten2/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/nanten2/neclib/Test?logo=github&label=Test&style=flat-square)](https://github.com/nanten2/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://nanten2.github.io/neclib/_source/neclib.html).

---

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

