Metadata-Version: 2.1
Name: ueca
Version: 0.1.0
Summary: 基礎化学実験AのためのPythonライブラリ
Home-page: https://github.com/A03ki/ueca
Author: puman03(Aki)
Author-email: a03ki04@gmail.com
License: MIT License
Keywords: UEC
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6, <3.9
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: pint
Requires-Dist: scipy
Requires-Dist: sympy
Requires-Dist: uncertainties
Provides-Extra: tests
Requires-Dist: pytest ; extra == 'tests'

# UECA

[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/ueca?color=0076BA)](https://www.python.org)
[![PyPI Version](https://img.shields.io/pypi/v/ueca?color=B53E26)](https://pypi.org/project/uectl/)
[![GitHub LICENSE](https://img.shields.io/github/license/A03ki/ueca?color=90CC00)](https://github.com/A03ki/ueca/blob/main/LICENSE)

基礎科学実験AのためのPythonライブラリ.

## インストール

PyPIからインストールできます.

```bash
pip install ueca
```

## これはなに?

[UEC Advent Calendar 2020](https://adventar.org/calendars/5070)のためのネタです.

