#!/usr/bin/env python3 """ Wrap README HTML tables in a wide, GitHub-safe frame (98% width, outer `#cfd6dd` border via cellspacing, white inner panel, padded cells). Handles: - ```` + newline + ```` data tables (adds header cell styling) - ``
`` + newline + ```` body-only tables (skips ALL-CONTRIBUTORS blocks) Does not match early-release banners (`
""" INNER_OPEN = '\n ' INNER_TBODY = '
\n ' CLOSE_WRAPPER = """
""" MARK_S = "