Metadata-Version: 2.4
Name: qhaven
Version: 0.7.2
Summary: PQC CBOM/PDF/HTML generator for CyberScope
Author-email: honkidori <qrypthaven@outlook.com>
License: MIT
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: tqdm
Requires-Dist: reportlab
Requires-Dist: jinja2
Requires-Dist: tomli; python_version < "3.11"
Requires-Dist: requests
Requires-Dist: pyyaml

QHaven – PQC remediation lib for security devs.

install, then run:
  pip install qhaven
  qhaven scan (.) / (path-to)
  qhaven fix  --repo path/to/repo --owner you --name repo --token $GITHUB_TOKEN


Makefile
--------
install:
	pip install -e .[dev]
lint:
	pycodestyle qhaven
test:
	pytest -q
build:
	python -m build
