Metadata-Version: 2.4
Name: egasp
Version: 0.0.2
Summary: 乙二醇水溶液属性查询程序 Ethylene Glycol Aqueous Solution Properties Program
Author-email: 焱铭 <lxb-yanming@foxmail.com>
License-Expression: GPL-3.0-or-later
Project-URL: Homepage, https://github.com/YanMing-lxb/EG-ASP
Project-URL: Bug Tracker, https://github.com/YanMing-lxb/EG-ASP/issues
Keywords: Ethylene Glycol,Properties
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: rich
Requires-Dist: rich_argparse
Requires-Dist: toml
Requires-Dist: packaging
Dynamic: license-file

<!--
 *  =======================================================================
 *  ····Y88b···d88P················888b·····d888·d8b·······················
 *  ·····Y88b·d88P·················8888b···d8888·Y8P·······················
 *  ······Y88o88P··················88888b·d88888···························
 *  ·······Y888P··8888b···88888b···888Y88888P888·888·88888b·····d88b·······
 *  ········888······"88b·888·"88b·888·Y888P·888·888·888·"88b·d88P"88b·····
 *  ········888···d888888·888··888·888··Y8P··888·888·888··888·888··888·····
 *  ········888··888··888·888··888·888···"···888·888·888··888·Y88b·888·····
 *  ········888··"Y888888·888··888·888·······888·888·888··888··"Y88888·····
 *  ·······························································888·····
 *  ··························································Y8b·d88P·····
 *  ···························································"Y88P"······
 *  =======================================================================
 * 
 *  -----------------------------------------------------------------------
 * Author       : 焱铭
 * Date         : 2025-04-22 10:43:55 +0800
 * LastEditTime : 2025-04-22 19:22:00 +0800
 * Github       : https://github.com/YanMing-lxb/
 * FilePath     : /EG-ASP/README.md
 * Description  : 
 *  -----------------------------------------------------------------------
 -->

# 乙二醇水溶液物性参数查询程序 | EG-ASP (Ethylene Glycol Aqueous Solution Properties)

[![GitHub](https://img.shields.io/badge/Github-EGASP-000000.svg)](https://github.com/YanMing-lxb/EG-ASP) [![License](https://img.shields.io/badge/license-GPLv3-aff)](https://www.latex-project.org/lppl/) ![OS](https://img.shields.io/badge/OS-Linux%2C%20Win%2C%20Mac-pink.svg) [![GitHub release](https://img.shields.io/github/release/YanMing-lxb/EG-ASP.svg?color=blueviolet&label=version&style=popout)](https://github.com/YanMing-lxb/EG-ASP/releases/latest) [![Last Commit](https://img.shields.io/github/last-commit/YanMing-lxb/EG-ASP)](https://github.com/YanMing-lxb/EG-ASP/zipball/master) [![Issues](https://img.shields.io/github/issues/YanMing-lxb/EG-ASP)](https://github.com/YanMing-lxb/EG-ASP/issues) [![PyPI version](https://img.shields.io/pypi/v/egasp.svg)](https://pypi.python.org/pypi/egasp/) [![PyPI Downloads](https://img.shields.io/pypi/dm/egasp.svg?label=PyPI%20downloads)](https://pypi.org/project/egasp/) ![GitHub repo size](https://img.shields.io/github/repo-size/YanMing-lxb/EG-ASP)


## 安装

官方版本 EG-ASP 发布在 [PyPI](https://pypi.org/project/egasp/) 上，并且可以通过 pip 包管理器从 PyPI 镜像轻松安装。

请注意，您必须使用 Python 3 版本 pip：

```
pip3 install egasp
```

## 升级

```
pip3 install --upgrade egasp
```
