pyvider-cty 2025-04-12
Introduced the new conversion subsystem with format parsing and type conversion
2 files · 664+

New Conversion Module

2 files changed
  • format.py See points for details
  • types.py See points for details
  • Added conversion/format.py (335 lines): Type format string parser that can parse type descriptors like string(), list(number()), object(attrs) into cty type objects. Uses regex-based parsing with recursive support for nested types. instantiate errata
    1 file
    • format.py
  • Added conversion/types.py (329 lines): Type conversion utilities for mapping between format representations and cty type instances instantiate errata
    1 file
    • types.py