Metadata-Version: 2.4
Name: q-uestionable-ai
Version: 0.13.0
Summary: Compatibility installer for CTPF Research Harness
Project-URL: Homepage, https://q-uestionable.ai
Project-URL: Repository, https://github.com/q-uestionable-AI/CTPF
Project-URL: Issues, https://github.com/q-uestionable-AI/CTPF/issues
Author-email: Richard Spicer <richard@richardspicer.io>
License-Expression: Apache-2.0
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Security
Requires-Python: <3.14,>=3.11
Requires-Dist: ctpf==0.13.0
Description-Content-Type: text/markdown

# q-uestionable-ai compatibility distribution

Starting with version 0.12.0, CTPF Research Harness is distributed on PyPI as `ctpf`.
This compatibility distribution contains no import package; it installs the exact same-version
`ctpf` distribution so existing installation workflows continue to receive the supported tool.

New installations should use:

```bash
pip install ctpf
```
