NAME
zdf/zuzubox - Author, verify, build, and upload ZDF-1 distributions.
SYNOPSIS
from zdf/zuzubox import Zuzubox;
let box := new Zuzubox();
let result := box.verify( "." );
DESCRIPTION
zdf/zuzubox implements the reusable engine behind the zuzubox command-line tool. It mirrors the ZDF-1 rules enforced by the Zuzulang.org upload validator, runs package tests in place, builds tar.gz archives, and uploads archives through the token-authenticated distribution API.
EXPORTS
Zuzubox
Stateful helper class. Public methods are mint, verify, test, build, and upload.
run_cli(argv)
Runs the command-line interface and returns a process exit code.
COPYRIGHT AND LICENCE
zdf/zuzubox is copyright Toby Inkster.
It is free software; you may redistribute it and/or modify it under the terms of either the Artistic License 1.0 or the GNU General Public License version 2.