Metadata-Version: 2.4
Name: ordel-tools
Version: 0.2.1
Summary: Ordel's deterministic QA tools — pure functions (data in, spec/artifact out) shared by the free CLI and the hosted product. No I/O, no browser, no LLM: the CLI and SaaS adapters do the loading/writing.
Project-URL: Homepage, https://ordel.io
Author: Ordel
License-Expression: Apache-2.0
License-File: LICENSE
Keywords: codegen,coverage,playwright,qa,scenarios,testing
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Software Development :: Testing
Requires-Python: >=3.11
Requires-Dist: ordel-engine==0.2.1
Provides-Extra: dev
Requires-Dist: pytest>=8; extra == 'dev'
Description-Content-Type: text/markdown

# ordel-tools

Ordel's **shared, deterministic QA tools** — the pure logic behind test-generation
(scenarios · data-integrity invariants · perf budgets · page objects) and QA-mind planning
(coverage · risk · plan). No LLM, no I/O of its own: each tool is a pure function that takes
data in and returns artifacts out. The Ordel CLI and the hosted product inject their own
storage/browser, so both run the *same* tested logic. Apache-2.0.
