cti-python-stix2/stix2
Michael Chisholm 5d016142cf Small tweaks: move the definition of DEFAULT_VERSION from the
top-level stix2 package to stix2.version but import it into
stix2.  This makes it possible for someone to get the symbol
without needing to import all of stix2.

Change an "import X" style import to "from X import Y" in
stix2/__init__.py to be consistent with the other imports in
that file.
2021-01-13 11:22:34 -05:00
..
canonicalization End of changes 2019-09-11 10:44:14 -04:00
confidence update project documentation. 2018-11-28 16:51:00 -05:00
datastore Merge pull request #444 from chisholm/comp_ds_unversioned_objs 2020-10-15 08:57:55 -04:00
equivalence Fix pattern equivalence doc style for consistency 2020-11-20 16:34:11 -05:00
markings Improve versionability detection when creating new versions 2020-06-05 14:24:16 -04:00
test Refactor stix2.parsing into more focused modules: 2021-01-08 22:08:33 -05:00
v20 Merge branch 'master' into 472-issue 2020-11-20 10:02:46 -05:00
v21 Merge branch 'master' into 472-issue 2020-11-20 10:02:46 -05:00
__init__.py Small tweaks: move the definition of DEFAULT_VERSION from the 2021-01-13 11:22:34 -05:00
base.py update docstrings for _STIXBase method 2020-07-22 15:20:39 -04:00
custom.py Refactor stix2.parsing into more focused modules: 2021-01-08 22:08:33 -05:00
environment.py Correct variable name 2020-10-18 21:09:07 -04:00
exceptions.py Add duplicate checking to markings and observable extensions, and fix some tests and add some tests. Fixes #363 2020-03-27 14:58:18 -04:00
parsing.py Refactor stix2.parsing into more focused modules: 2021-01-08 22:08:33 -05:00
pattern_visitor.py pre-commit hook stylistic changes 2020-08-13 17:44:42 -04:00
patterns.py Merge pull request #456 from chisholm/fix_comparison_expression_root_type 2020-09-18 09:59:53 -04:00
properties.py Refactor stix2.parsing into more focused modules: 2021-01-08 22:08:33 -05:00
registration.py Refactor stix2.parsing into more focused modules: 2021-01-08 22:08:33 -05:00
registry.py Refactor stix2.parsing into more focused modules: 2021-01-08 22:08:33 -05:00
serialization.py move serialization-related methods to serialization.py 2020-07-22 15:36:48 -04:00
utils.py Update CompositeDataSource and deduplicate() to handle unversioned 2020-08-17 18:38:29 -04:00
version.py Small tweaks: move the definition of DEFAULT_VERSION from the 2021-01-13 11:22:34 -05:00
versioning.py Refactor stix2.parsing into more focused modules: 2021-01-08 22:08:33 -05:00
workbench.py fix typo for Class X509V3ExtensionsType 2020-11-18 18:08:57 -05:00