import mph import logging import sys root = logging.getLogger("mph") root.setLevel(logging.DEBUG) handler = logging.StreamHandler(sys.stdout) handler.setLevel(logging ...
and repackage as a new .mph file. All non-modified entries are copied byte-for-byte from the source archive. Stdlib only. Uses only Python stdlib: zipfile, json, argparse, re, sys, pathlib, io. Modify ...