Skip to main content

parody

A play on parity: keeping the print and web versions of a work in parity.

One authoring toolchain for books and course notebooks: pandoc markdown (with executed jupytext code cells) in, multiple targets out —

  • JSON artifact (schema-versioned; the contract consumed by ricopic.one's Django importer and other tools)
  • standalone HTML preview (no server needed; resolves the artifact's site-template tags itself)
  • print-quality PDF via LaTeX profiles (lualatex/latexmk; generic profile bundled, book-private profiles pluggable)

Parody unifies and replaces the toolchains of two ancestor systems: the homepage-django notebooks pipeline and the rtc-book meta-* book machinery. See NEW_PROJECT_SEED_PLAN.md for the full plan.

Install / develop

Requires Python ≥ 3.11 and pandoc (pinned version in parody/toolchain.py), or use the Dockerfile/devcontainer.

uv sync          # create venv + install
uv run parody --help
uv run pytest    # golden tests need the ancestor corpora; see tests/golden/

CLI

parody init <dir>                          # scaffold a content repo (incl. CI workflow)
parody build <project_dir> <output.json> [--clozes blank|key|full]  # JSON artifact
parody preview <project_dir> -o preview    # static HTML site for review
parody watch <project_dir>                 # rebuild on save (pip install 'parody[watch]')
parody pdf <project_dir> [--solutions] [--clozes MODE] [--section ch/sec]  # print PDF (needs TeX)
parody check <artifact.json>               # validate artifact against schema
parody check --toolchain                   # verify pinned toolchain versions

Content repos use parody.yaml + chapters/<ch>/<sec>.md; the legacy System A layout (__meta.yaml + chapter_*/) builds bit-compatibly and remains covered by golden tests.

Fill-in-the-blank (cloze) content

[answer]{.cloze} hides text behind a blank sized to it; []{.blank size=lg} is an empty blank with nothing behind it (sm/md/lg/xl = 2/5/10/20 em, or width=4cm). Block forms: ::: {.blank lines=6} for work space, ::: {.cloze} for a hidden passage. Inside math, use the macros — a span cannot live inside $…$: $\tau = \cloze{RC}$, $y = \clozeblank{3em}$. A figure can carry incomplete artwork with cloze="fig-blank.pdf", or by putting a <stem>-cloze.<ext> sibling next to it.

Three build modes, set by --clozes (or cloze: {default: …} in parody.yaml), independent of --solutions:

mode who it is for
blank (default) student handout — answers replaced by rules at build time
key instructor copy — answers shown, accented
full publication — answers as ordinary text, blanks dropped entirely
parody pdf . --clozes blank
parody build . artifact/book-full.json --clozes full

In blank mode the answer never reaches the browser or the PDF content stream — it is removed at build time, not hidden with CSS. Print measures the real box with \settowidth, so widths are exact; the web estimates from character count. A cloze inside an exercise solution always renders full.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

parody-0.55.0.tar.gz (1.1 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

parody-0.55.0-py3-none-any.whl (232.0 kB view details)

Uploaded Python 3

File details

Details for the file parody-0.55.0.tar.gz.

File metadata

  • Download URL: parody-0.55.0.tar.gz
  • Upload date:
  • Size: 1.1 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.12.13

File hashes

Hashes for parody-0.55.0.tar.gz
Algorithm Hash digest
SHA256 ccb37a2150526cfe196b47f03be7cee5ad4a2a089a35413d544b8918c78bc2b6
MD5 f298832d9abe790ea39438ebba4a1532
BLAKE2b-256 225a6cab2ed27d88d4e5256a0340c0ef240ff587310cd66068d8a6c4f581b55a

See more details on using hashes here.

File details

Details for the file parody-0.55.0-py3-none-any.whl.

File metadata

  • Download URL: parody-0.55.0-py3-none-any.whl
  • Upload date:
  • Size: 232.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.12.13

File hashes

Hashes for parody-0.55.0-py3-none-any.whl
Algorithm Hash digest
SHA256 86e40c2e51e1c2785d639ef506b20c9fe0c6cb0b302d2ef767f96b73c4035223
MD5 92f2bd8a1c7363c6fac1770a818ed23c
BLAKE2b-256 48eb8ce19f83d8153b7c77e01f8b9c26f1f1a68f1592aac96adb705f7cac27f8

See more details on using hashes here.

Release history Release notifications | RSS feed

0.57.1

2 files

This release

0.55.0 This release

2 files

0.54.4

2 files

0.54.3

2 files

0.54.2

2 files

0.54.1

2 files

0.54.0

2 files

0.53.0

2 files

0.52.2

2 files

0.52.1

2 files

0.52.0

2 files

0.51.0

2 files

0.50.1

2 files

0.50.0

2 files

0.49.0

2 files

0.48.0

2 files

0.47.0

2 files

0.46.1

2 files

0.46.0

2 files

0.45.0

2 files

0.43.0

2 files

0.42.0

2 files

0.41.0

2 files

0.40.0

2 files

0.39.0

2 files

0.38.0

2 files

0.37.0

2 files

0.36.0

2 files

0.35.2

2 files

0.35.1

2 files

0.35.0

2 files

0.34.2

2 files

0.34.1

2 files

0.34.0

2 files

0.33.0

2 files

0.32.0

2 files

0.31.0

2 files

0.30.0

2 files

0.29.4

2 files

0.29.3

2 files

0.29.2

2 files

0.29.1

2 files

0.28.1

2 files

0.28.0

2 files

0.27.0

2 files

0.26.0

2 files

0.23.0

2 files

0.22.0

2 files

0.21.0

2 files

0.20.0

2 files

0.19.0

2 files

0.18.0

2 files

0.17.0

2 files

0.16.0

2 files

0.15.0

2 files

0.14.0

2 files

0.13.0

2 files

0.12.0

2 files

0.11.0

2 files

0.10.0

2 files

0.9.0

2 files

0.8.1

2 files

0.8.0

2 files

0.7.0

2 files

0.6.4

2 files

0.6.3

2 files

0.6.2

2 files

0.6.1

2 files

0.6.0

2 files

0.3.0

2 files

0.2.1

2 files

0.2.0

2 files

0.1.0

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page