Add properties for the parts of the build tag #5
Labels
easy
Not hard
enhancement
New feature or request therefor
under consideration
Dev has not yet decided whether or how to implement
Build tags consist of a leading integer portion followed by a (possibly empty) string portion. These should be available as properties of
ParsedWheelFilename
(possiblybuild_int: int | None
andbuild_str: str | None
?).Problem: Technically, I believe the "integer portion" can be made of any Unicode digit characters, most of which would prevent parsing the substring into an integer.
The text was updated successfully, but these errors were encountered: