Skip to content

v0.1.1

Choose a tag to compare

@blackwell-systems blackwell-systems released this 04 Jun 04:31
· 121 commits to main since this release

Added

  • encode_generic(data: Any) -> str: encode arbitrary Python values into GCF tabular format
  • Tabular encoding: positional rows with pipe separators, section headers, nested field support
  • Uniform array detection with 70% key overlap threshold

Fixed

  • Python 3.9 compatibility (from __future__ import annotations)