Metadata-Version: 2.3
Name: bqat
Version: 1.7.2
Summary: Biometric Quality Assessment Tool - CLI (BQAT-CLI)
Author: Liam Wu
Author-email: Liam Wu <liam.wu@biometix.com>
Requires-Python: >=3.10, <3.15
Description-Content-Type: text/markdown

BQAT-CLI
====

> This is the new Python based entrypoint aiming to replace the legacy `run.sh`, `run.ps`.

Quick Start
----

1. Install

    ```sh
    pip install bqat
    ```

2. Run BQAT

    ```sh
    bqat --help
    ```

Usage
----

| Flag | Description |
| --- | --- |
| --version, -v | Show version info. |
| --update | Update BQAT backend container. |
| --uninstall | Uninstall BQAT-CLI. |
