AsdfSpec¶
-
class
asdf.versioning.AsdfSpec(*args, **kwargs)[source]¶ Bases:
semantic_version.base.SimpleSpecMethods Summary
filter(versions)Filter an iterable of versions satisfying the Spec. match(version)Check whether a Version satisfies the Spec. select(versions)Select the best compatible version among an iterable of options. Methods Documentation