Next | Query returned 12 messages, browsing 11 to 20 | previous

History of commit frequency

CVS Commit History:


   2019-08-13 13:00:35 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
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).
   2018-08-28 11:56:44 by Adam Ciarcinski | Files touched by this commit (4)
Log message:
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

Next | Query returned 12 messages, browsing 11 to 20 | previous