bundles / papyri 0.0.10 / papyri / cli / diff / diff
function
papyri.cli.diff:diff
source: /papyri/cli/diff.py :14
Signature
def diff ( package : Annotated[str, typer.Argument(help="Package name (e.g. 'numpy').")] , version_a : Annotated[str, typer.Argument(help="First version to compare (the 'old' side).")] , version_b : Annotated[str, typer.Argument(help="Second version to compare (the 'new' side).")] , summary_only : Annotated[bool, typer.Option('--summary', help='Print only the added/removed/modified counts, not each page.')] = False ) → None Summary
Show pages whose content digest differs between two ingested versions.
Extended Summary
Each page is bucketed as added (only in version_b), removed (only in version_a), or modified (different digest on each side). Pages whose digests match are not printed.
Aliases
-
papyri.diff