Metadata-Version: 2.2
Name: landaupkg
Version: 1.0.0
Author-email: Marvin Poul <pmrv@posteo.de>
Project-URL: Repository, https://github.com/eisenforschung/landau
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: <3.14,>=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: matplotlib<4,>=3
Requires-Dist: numpy<3,>1
Requires-Dist: pandas<3,>=2.2
Requires-Dist: scipy<2,>=1.11.0
Requires-Dist: shapely<=2.0.7,>1
Requires-Dist: seaborn<=0.13.2,>=0.12
Requires-Dist: scikit-learn<2,>=1.5

# landau.py

A library to calculate thermodynamic equilibria and plot phase diagrams in the
(semi-)grand ensemble.


## Building packages

```bash
pip install build
python -m build --sdist
```
