Metadata-Version: 2.4
Name: appliedchemlabwork-tayra
Version: 0.0.57
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
License-File: LICENSES/PyQt.txt
License-File: LICENSES/cycler.md
License-File: LICENSES/hatch.txt
License-File: LICENSES/matplotlib.md
License-File: LICENSES/numpy.txt
License-File: LICENSES/pandas.txt
License-File: LICENSES/polars.txt
License-File: LICENSES/roboflow.txt
License-File: LICENSES/scipy.txt
License-File: LICENSES/ultralytics.md
Keywords: analysis,chemistry,electrophoresis,experiment,molecular weight,molecule,numpy,plotting,polymer,scipy,yield
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Classifier: Natural Language :: English
Classifier: Natural Language :: Japanese
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: Microsoft :: Windows :: Windows 11
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.14
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Education
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Scientific/Engineering :: Chemistry
Classifier: Topic :: Scientific/Engineering :: Image Processing
Classifier: Topic :: Scientific/Engineering :: Visualization
Requires-Python: >=3.14
Requires-Dist: contourpy>=1.3.3
Requires-Dist: matplotlib>=3.11.1
Requires-Dist: numpy>=2.3
Requires-Dist: pandas>=3.0.3
Requires-Dist: polars>=1.43
Requires-Dist: pyqt6-graphs>=6.11
Requires-Dist: pyqt6>=6.11
Requires-Dist: roboflow>=1.4
Requires-Dist: scipy>=1.18
Requires-Dist: ultralytics>=8.4.105
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)
[![PyPI License](https://img.shields.io/pypi/l/appliedchemlabwork-tayra)](https://github.com/Tayra-Sakurai/appliedchemlabwork-tayra/LICENSE.txt)
[![GitHub contributors](https://img.shields.io/github/contributors/Tayra-Sakurai/appliedchemlabwork-tayra)](https://github.com/Tayra-Sakurai/appliedchemlabwork-tayra/graphs/contributors)

-----

## 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.
