parse_type
Simplifies to build parse types based on the parse module
Simplifies to build parse types based on the parse module
To install this package, run one of the following:
parse_type extends the parse module (opposite of string.format()) with the following features: * build type converters for common use cases (enum/mapping, choice) * build a type converter with a cardinality constraint (0..1, 0.., 1..) from the type converter with cardinality=1. * compose a type converter from other type converters * an extended parser that supports the CardinalityField naming schema and creates missing type variants (0..1, 0.., 1..) from the primary type converter
Summary
Simplifies to build parse types based on the parse module
Information Last Updated
Sep 8, 2025 at 17:27
License
MIT
Total Downloads
0
GitHub Repository
https://github.com/jenisys/parse_typeDocumentation
https://github.com/jenisys/parse_type#parse_type