pygea/demo
2026-03-29 14:46:57 +02:00
..
pygea.toml switch to TOML config and export republisher feed manifests 2026-03-29 14:46:57 +02:00
README.md switch to TOML config and export republisher feed manifests 2026-03-29 14:46:57 +02:00

Demo

This directory shows the TOML runtime-config layout for pygea.

Local Run

From the repo root:

uv run pygea --config demo/pygea.toml

Because output_directory in demo/pygea.toml is relative, output is written under demo/feed/.

Files

  • pygea.toml: example runtime config with domain, feed definitions, runtime options, and output paths

After a successful run, demo/feed/manifest.toml will contain [[feeds]] entries with absolute file:// URLs pointing at the generated rss.xml files.