stubber.utils.versions

Module Contents

Functions

clean_version(version, *[, build, patch, commit, ...])

Clean up and transform the many flavours of versions

micropython_versions([start])

stubber.utils.versions.clean_version(version: str, *, build: bool = False, patch: bool = False, commit: bool = False, drop_v: bool = False, flat: bool = False)

Clean up and transform the many flavours of versions

Parameters
stubber.utils.versions.micropython_versions(start='v1.9.2')