Skip to content

v0.4.1 - Adds WithQualifiers mixin class

Choose a tag to compare

@tclose tclose released this 10 Feb 07:22
· 668 commits to main since this release
daf68a2
  • Adds the WithQualifiers mixin class

By adding the WithQualifiers mixin, classes can be subtyped using class getitem, e.g. Zip[Png] represents a zip file containing a PNG image. Qualifiers can be interpreted differently depending on what makes sense for the qualified class. For example, Directory[Png, Gif] describes a directory containing PNG and GIF files, where as Xml[Svg] is an XML file that corresponds to the SVG format.