Metadata-Version: 2.4
Name: auxi-mpp
Version: 2.2.3
Summary: `auxi` provides tools to help users do calculations for metallurgical process engineering. `auxi-mpp` provides tools for calculating material physical properties.
Author-email: Johan Zietsman <johan.zietsman@ex-mente.co.za>, Hanno Muire <hanno.muire@ex-mente.co.za>, Stefan Koning <stefan.koning@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: # MIT License
        
        Copyright (c) 2025 [Ex Mente Technologies (Pty) Ltd](https://ex-mente.com)
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
        
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-chemistry>=2.7.1
Requires-Dist: polars>=1.21.0
Requires-Dist: pyyaml>=6.0.2
Dynamic: license-file

# auxi-mpp

[![PyPI version](https://img.shields.io/pypi/v/auxi-mpp)](https://pypi.org/project/auxi-mpp/)
[![CI](https://gitlab.com/auxi-oss/auxi-mpp/badges/main/pipeline.svg)](https://gitlab.com/auxi-oss/auxi-mpp/-/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-mpp` provides tools for calculating material physical properties.

## Installation

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

```bash
pip install -U auxi-mpp
```

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