Metadata-Version: 2.1
Name: biotree
Version: 0.2.3
Summary: 
Author: younthing
Author-email: fanxingfu3344@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: pandas (>=2.2.2,<3.0.0)
Requires-Dist: requests (>=2.32.3,<3.0.0)
Requires-Dist: typer (>=0.12.3,<0.13.0)
Description-Content-Type: text/markdown

# `biotree`

Biotree CLI: A command line interface for Biotree operations

**Usage**:

```console
$ biotree [OPTIONS] COMMAND [ARGS]...
```

**Options**:

- `-v, --version`: Show the application's version and exit
- `--help`: Show this message and exit.

**Commands**:

- `target`: Commands for SMILES to target predictions

## `biotree target`

Commands for SMILES to target predictions

**Usage**:

```console
$ biotree target [OPTIONS] COMMAND [ARGS]...
```

**Options**:

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

**Commands**:

- `prediction`

### `biotree target prediction`

**Usage**:

```console
$ biotree target prediction [OPTIONS]
```

**Options**:

- `-s, --smiles TEXT`: List of SMILES strings separated by commas
- `-f, --file PATH`: Path to a file containing SMILES strings
- `--help`: Show this message and exit.

