pyvider-cty
2025-04-04
Create conversion package with cty, wire, and base modules
4 files · 912+
Conversion package creation
4 files changed
__init__.pyPackage init with marshal/unmarshal exportsbase.pyBase module with ConversionDirection enum and shared utilitiescty.pyCTY conversion with schema_to_cty type mappingwire.pyProtobuf wire format schema serialization
- Built conversion package from scratch with three focused modules for base utilities, CTY type mapping, and wire format serialization
instantiate
architectural
3 files
__init__.pycty.pywire.py