Metadata-Version: 2.4
Name: priorstudio-studio
Version: 0.6.0
Summary: Static-site Studio for PriorStudio — renders an FM project as a browsable web UI.
Project-URL: Homepage, https://priorstudio.ai
Project-URL: Repository, https://github.com/profitopsai/priorstudio
Project-URL: Issues, https://github.com/profitopsai/priorstudio/issues
Project-URL: Documentation, https://github.com/profitopsai/priorstudio/tree/main/docs
Author: PriorStudio contributors
License: Apache-2.0
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.10
Requires-Dist: jinja2>=3.1
Requires-Dist: markdown>=3.5
Requires-Dist: pyyaml>=6.0
Description-Content-Type: text/markdown

# priorstudio-studio

Static-site renderer for an FM project. Reads `ROADMAP.md`, `initiatives/`, `priors/`, `models/`, `evals/`, `runs/`, and `literature/` and produces a browsable HTML site.

```bash
priorstudio studio build       # output in _studio/
priorstudio studio serve       # build + serve at http://localhost:8000
```

The site is the same artifacts you'd review in a PR, just rendered. No database, no server, no auth — git is still the source of truth.
