AsdfSpec¶
- class asdf.versioning.AsdfSpec(*args, **kwargs)[source]¶
Bases:
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