Metadata-Version: 2.4
Name: qactl
Version: 0.1.0a2
Summary: Agentic QA command-line client (early private-pilot alpha)
Project-URL: Repository, https://github.com/SicoseSA/agentic-qa
Keywords: qa,playwright,cli
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# qactl (alpha)

This PyPI distribution installs the **same compiled Agentic QA CLI** as the npm `qactl` package. It requires Node.js 22 or newer on `PATH`; Python launches the bundled JavaScript and does not download code at runtime.

Install a pinned version with `pipx install qactl==0.1.0a2`, then run `qactl --help` or `qa --help`. Both names run the same executable. Only the early private-pilot commands shown by `--help` are implemented.

Set `QA_API_URL` and `QA_API_TOKEN` in the environment, then run `qa doctor --json`. The GKE pilot has no public endpoint. The package includes no browser or Playwright runner.

Source: `https://github.com/SicoseSA/agentic-qa` (private repository).
