Metadata-Version: 2.3
Name: pinexq-cli
Version: 0.3.3
Summary: pinexq command-line interface
Author: Sebastian Höfer, Sebastian Boerakker
Author-email: Sebastian Höfer <hoefer@data-cybernetics.com>, Sebastian Boerakker <boerakker@data-cybernetics.com>
License: MIT
Requires-Dist: typer>=0.12.5
Requires-Dist: copier>=9.10.2
Requires-Dist: docker>=7.1.0
Requires-Dist: dotenv>=0.9.9
Requires-Dist: pinexq-client>=1.2.1
Requires-Dist: pydantic>=2.12.0
Requires-Dist: rich>=14.2.0
Requires-Dist: tomli>=2.3.0
Requires-Dist: importlib>=1.0.4
Maintainer: Sebastian Höfer, Sebastian Boerakker
Maintainer-email: Sebastian Höfer <hoefer@data-cybernetics.com>, Sebastian Boerakker <boerakker@data-cybernetics.com>
Requires-Python: >=3.13
Description-Content-Type: text/markdown

# pinexq CLI

A minimal command-line interface for creating and running pinexq workers.

Install (editable):

- Using uv or pip, from the project root:
  - `uv pip install -e .` or `pip install -e .`

Usage:

- Global options must precede the subcommand.
- Authentication: Provide `--api-key` or set the `PINEXQ_API_KEY` environment variable. The CLI prefers the flag over the env var.