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.pySee points for detailstypes.pySee points for details
- Added
conversion/format.py(335 lines): Type format string parser that can parse type descriptors likestring(),list(number()),object(attrs)into cty type objects. Uses regex-based parsing with recursive support for nested types. instantiate errata1 file
format.py
- Added
conversion/types.py(329 lines): Type conversion utilities for mapping between format representations and cty type instances instantiate errata1 file
types.py