Metadata-Version: 2.4
Name: appliedchemlabwork-tayra
Version: 0.0.37
Summary: Python package for experiment analysis for Applied Chemistry Labolatory Work subject in Kyoto Institute of Technology.
Project-URL: Documentation, https://tayra-sakurai.github.io/appliedchemlabwork-tayra
Project-URL: Issues, https://github.com/Tayra-Sakurai/appliedchemlabwork-tayra/issues
Project-URL: Source, https://github.com/Tayra-Sakurai/appliedchemlabwork-tayra
Author-email: Tayra Sakurai <tayra_sakurai@icloud.com>
License-Expression: AGPL-3.0-or-later
License-File: LICENSE.txt
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.14
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.14
Requires-Dist: numpy>=2.4.6
Requires-Dist: pandas>=3.0.3
Requires-Dist: pyqt6>=6.11
Requires-Dist: scipy>=1.17.1
Description-Content-Type: text/markdown

# AppliedChemLabWork-tayra

[![PyPI - Version](https://img.shields.io/pypi/v/appliedchemlabwork-tayra.svg)](https://pypi.org/project/appliedchemlabwork-tayra)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/appliedchemlabwork-tayra.svg)](https://pypi.org/project/appliedchemlabwork-tayra)

-----

## Table of Contents

- [Installation](#installation)
- [Description](#description)
- [License](#license)

## Installation

```powershell
pip install appliedchemlabwork_tayra
```

## Description

This is a specialized Python package for laboratory work of Kyoto Institute of Technology. Please note that this is unofficial.

### GUI Tools

The tools can be used with the following command.

```powershell
python3 -m appliedchemlabwork_tayra.B1
```

The term `B1` varies by the experiment number.

## License

`appliedchemlabwork-tayra` is distributed under the terms of the [AGPL-3.0-or-later](https://spdx.org/licenses/AGPL-3.0-or-later.html) license.
