Commit graph

2 commits

Author SHA1 Message Date
adam
a7fd818d1f py-parse_type: updated to 0.5.2
v0.5.2
py.requirements: Add twine

v0.5.0
BUMP-VERSION: 0.5.0 (was: 0.4.3 / 0.4.2).
2019-08-13 11:00:35 +00:00
adam
b117680d38 py-parse_type: added version 0.4.2
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
2018-08-28 09:56:44 +00:00