Metadata-Version: 2.4
Name: pfnstudio-studio
Version: 0.7.0
Summary: Static-site Studio for PFN Studio — renders an FM project as a browsable web UI.
Project-URL: Homepage, https://pfnstudio.com
Project-URL: Repository, https://github.com/profitopsai/pfnstudio
Project-URL: Issues, https://github.com/profitopsai/pfnstudio/issues
Project-URL: Documentation, https://github.com/profitopsai/pfnstudio/tree/main/docs
Author: PFN Studio 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

# pfnstudio-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.
