Metadata-Version: 2.3
Name: bindmc
Version: 0.1.8
Keywords: chemistry,analytical chemistry,binding constants,supramolecular
Author: Martin Peeks
Author-email: Martin Peeks <martinp23@googlemail.com>, m.peeks@unsw.edu.au
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Scientific/Engineering :: Chemistry
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Requires-Dist: arviz==0.21.0
Requires-Dist: bindtools>=0.2.2
Requires-Dist: corner==2.2.3
Requires-Dist: emcee==3.1.6
Requires-Dist: h5py>=3.14.0
Requires-Dist: latex2mathml>=3.0.0
Requires-Dist: lmfit==1.3.3
Requires-Dist: matplotlib==3.10.7
Requires-Dist: nicegui[plotly]==3.3.1
Requires-Dist: numba>=0.65.1
Requires-Dist: numpy>=2.3.5
Requires-Dist: openpyxl>=3.1.5
Requires-Dist: pandas>=2.3.3
Requires-Dist: platformdirs>=3.0.0
Requires-Dist: pywebview>=5
Requires-Dist: scipy==1.16.3
Requires-Dist: tqdm==4.66.3
Requires-Dist: uncertainties==3.2.3
Requires-Python: >=3.12
Project-URL: Homepage, https://github.com/martinp23/bindmc
Project-URL: Documentation, https://readthedocs.org
Project-URL: Repository, https://github.com/martinp23/bindmc.git
Project-URL: Issues, https://github.com/martinp23/bindmc/issues
Description-Content-Type: text/markdown

# bindmc

[![PyPI version](https://badge.fury.io/py/bindmc.svg)](https://badge.fury.io/py/bindmc)
[![Python Version](https://img.shields.io/pypi/pyversions/bindmc.svg)](https://pypi.org/project/bindmc/)

`bindmc` is a tool for calculating binding constants, built on top of [bindtools](https://github.com/martinp23/bindtools).

## Installation

### Pre-built Binary
Download the latest executable for your platform from the [Releases](https://github.com/martinp23/bindmc/releases) page.

### Pip
```bash
pip install bindmc
```

## Upgrades

### Pre-built Binary
Re-download from the link above. 

### Pip
```bash
pip install --upgrade bindmc
```

## Usage

If using the pre-built binary, run the downloaded executable.

If installed via pip, run:
```bash
python -m bindmc
```
