Metadata-Version: 2.4
Name: quality-studio
Version: 0.0.2
Summary: Generative quality-records, seed, and run-tracking app — standalone Studio serving any target application.
Project-URL: Repository, https://github.com/PixenBio/qa-studio
Author: iWisdom
License: Proprietary
Requires-Python: >=3.11
Requires-Dist: anthropic>=0.40
Requires-Dist: asyncpg>=0.29
Requires-Dist: click>=8.1
Requires-Dist: fastapi>=0.110
Requires-Dist: httpx>=0.27
Requires-Dist: jsonschema>=4.21
Requires-Dist: pydantic>=2.0
Requires-Dist: python-multipart>=0.0.9
Requires-Dist: pyyaml>=6.0
Requires-Dist: ruamel-yaml>=0.18
Requires-Dist: tomli-w>=1.0
Requires-Dist: uvicorn[standard]>=0.27
Provides-Extra: dev
Requires-Dist: pytest-asyncio>=0.23; extra == 'dev'
Requires-Dist: pytest>=8.0; extra == 'dev'
Requires-Dist: ruff>=0.6; extra == 'dev'
Description-Content-Type: text/markdown

# Quality Studio

Generative quality-records, seed, and run-tracking app — a standalone Studio that serves any target application's QA needs. First reference target: [`PixenBio/agents-studio`](https://github.com/PixenBio/agents-studio).

The locked v1 spec lives at [`project/requirements-and-design/v1.0.md`](project/requirements-and-design/v1.0.md). Start there for what the Studio is, what's in v1 scope, and how the backlog is organized.

Install:

```sh
pip install -e ".[dev]"
quality --help
```
