Metadata-Version: 2.4
Name: auxi-chemistry
Version: 2.7.7
Summary: `auxi` provides tools to help users do calculations for metallurgical process engineering. `auxi-chemistry` provides tools related to chemistry.
Author-email: Johan Zietsman <johan.zietsman@ex-mente.co.za>
Maintainer-email: Stefan van der Merwe <stefan.vandermerwe@ex-mente.co.za>, Thys Nortje <thys.nortje@ex-mente.co.za>
License-Expression: MIT
Project-URL: Repository, https://gitlab.com/auxi-oss/auxi-chemistry.git
Project-URL: Issues, https://gitlab.com/auxi-oss/auxi-chemistry/-/issues
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: POSIX :: Linux
Classifier: Environment :: Console
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE.md
Requires-Dist: auxi-core>=2.2.1
Requires-Dist: numpy>=2.1.3
Requires-Dist: parsimonious>=0.10.0
Requires-Dist: scipy>=1.14.1
Dynamic: license-file

# auxi-chemistry

[![PyPI version](https://img.shields.io/pypi/v/auxi-chemistry)](https://pypi.org/project/auxi-chemistry/)
[![CI](https://gitlab.com/auxi-oss/auxi-chemistry/badges/main/pipeline.svg)](https://gitlab.com/auxi-oss/auxi-chemistry/-/blob/main/.gitlab-ci.yml?ref_type=heads)
[![License](https://img.shields.io/badge/License-MIT-blue)](https://opensource.org/license/MIT)

`auxi` provides tools to help users do calculations for metallurgical process engineering.
`auxi-chemistry` provides tools related to chemistry.

## Installation

The following command will install the latest version of `auxi-chemistry` from the [Python Package Index (PyPI)](https://pypi.org/project/auxi-core/).
You will need a working installation of Python and `pip` to run this command.

```bash
pip install -U auxi-chemistry
```

## Contributing

We welcome contributions!
Please refer to the [contributors guide](https://gitlab.com/auxi-oss/gitlab-profile/-/blob/main/CONTRIBUTING.md?ref_type=heads) for more information.
