FreeBSD.software
Home/textproc/py311-parse-type

py311-parse-type

0.6.4

Simplify to build parse types based on the parse module

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

Origin: textproc/py-parse-type
Category: textproc
Size: 262KiB
License: BSD2CLAUSE
Maintainer: sunpoet@FreeBSD.org
Dependencies: 3 packages
Required by: 1 packages
$pkg install py311-parse-type

Dependencies (3)

Required By (1 packages)

More in textproc