cti-python-stix2/stix2
Michael Chisholm 473e7d0068 Change versioning module to use some of the is_* utility
functions.  Changed some ">= 2.1" stix version semantics to be
"== 2.1", because we don't have any version >= 2.1, so they are
currently equivalent, and the is_*() functions don't support
STIX version ranges.  They only support exact versions.  We can
look at this again if a newer STIX version ever emerges.

Also added a class_for_type() function to the registry module,
which was useful for the versioning module changes described
above.  I thought that function would be helpful in the parsing
module, to simplify code there, so I changed that module a bit
to use it.
2021-01-20 16:59:39 -05:00
..
canonicalization
confidence
datastore
equivalence
markings
test Improve is_sdo() et al utility functions with respect to 2021-01-20 16:59:39 -05:00
v20
v21
__init__.py
base.py
custom.py
environment.py
exceptions.py
parsing.py Change versioning module to use some of the is_* utility 2021-01-20 16:59:39 -05:00
pattern_visitor.py
patterns.py
properties.py
registration.py Fixups after a rebase. There were several conflict resolutions 2021-01-20 16:59:39 -05:00
registry.py Change versioning module to use some of the is_* utility 2021-01-20 16:59:39 -05:00
serialization.py
utils.py Improve is_sdo() et al utility functions with respect to 2021-01-20 16:59:39 -05:00
version.py
versioning.py Change versioning module to use some of the is_* utility 2021-01-20 16:59:39 -05:00
workbench.py