v0.1.1
·
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)