Metadata-Version: 2.1
Name: gromacs-helix
Version: 0.2.1
Summary: 
Author: younthing
Author-email: fanxingfu3344@gmail.com
Requires-Python: >=3.11,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: typer[all] (>=0.12.3,<0.13.0)
Description-Content-Type: text/markdown

# `gromacs-helix`

A simple CLI tool for GROMACS

**Usage**:

```console
$ gromacs-helix [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**:

- `load`: Load the portal gun
- `shoot`: Shoot the portal gun

## `gromacs-helix load`

Load the portal gun

**Usage**:

```console
$ gromacs-helix load [OPTIONS]
```

**Options**:

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

## `gromacs-helix shoot`

Shoot the portal gun

**Usage**:

```console
$ gromacs-helix shoot [OPTIONS]
```

**Options**:

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

