Metadata-Version: 2.3
Name: gnnepcsaftcli
Version: 0.5.2
Summary: CLI for GNNePCSAFT
Author: wildsonbbl
Author-email: wil_bbl@hotmail.com
Requires-Python: >=3.10
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: gnnepcsaft-mcp-server (>=0.4)
Requires-Dist: onnxruntime (>=1.20.1,<2.0.0)
Requires-Dist: rdkit (>=2024.9.4,<2025.0.0)
Requires-Dist: typer (>=0.15.1,<0.16.0)
Description-Content-Type: text/markdown

# GNNPCSAFT CLI

The GNNPCSAFT CLI is an implementation of [our project](https://github.com/wildsonbbl/gnnepcsaft/) that focuses on using Graph Neural Networks ([GNN](https://en.wikipedia.org/wiki/Graph_neural_network)) to estimate the pure-component parameters of the Equation of State [PC-SAFT](https://en.wikipedia.org/wiki/PC-SAFT). We developed this CLI so the scientific community can access the model's results easily.

You can usually find an app for the project at [SourceForge](https://sourceforge.net/projects/gnnepcsaft/).

The CLI can installed with [pipx](https://github.com/pypa/pipx):

```bash
pipx install gnnepcsaftcli
```

## CLI

GNNPCSAFT CLI tool

**Usage**:

```console
gnnepcsaftcli [OPTIONS] COMMAND [ARGS]...
```

**Options**:

- `--install-completion`: Install completion for the current shell.
- `--show-completion`: Show completion for the current shell, to copy it or customize the installation.
- `--help`: Show this message and exit.

**Commands**:

- `pred`: Predict PCSAFT parameters from SMILES...

## `pred`

Predict PCSAFT parameters from SMILES with a GNNPCSAFT model

**Usage**:

```console
pred [OPTIONS]
```

**Options**:

- `--help`: Show this message and exit.

