AsdfSpec

class asdf.versioning.AsdfSpec(*args, **kwargs)[source]

Bases: semantic_version.base.SimpleSpec

Methods 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

filter(versions)[source]

Filter an iterable of versions satisfying the Spec.

match(version)[source]

Check whether a Version satisfies the Spec.

select(versions)[source]

Select the best compatible version among an iterable of options.