pyvider-cty 2025-04-07
Expand proto conversion with type encoding and improve validation
8 files · 273+ · 78-

Proto type encoding

1 file changed
  • proto.py Added type encoding with cty classification, debug logging, and regex type parsing
  • Expanded proto conversion with cty type classification and byte-level type encoding for wire format serialization decouple behavioral
    1 file
    • proto.py

Module maintenance

7 files changed
  • __init__.py Updated top-level package init
  • types.py Updated type conversion imports
  • pvattrs.py Adjusted attribute factory
  • schema.py Added file header markers
  • types_base.py Added file markers
  • __init__.py Added markers and minor fix
  • validators.py Updated validator imports
  • Updated imports and added file markers across factory, validation, and type modules decouple internal
    1 file
    • validators.py