Utility library providing shared functions and classes for the CybOX, MAEC, and STIX Python packages. Current version 1.0.5, in maintenance mode with no active development since 2018.
pip install mixboxNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic usage of idgen, namespaces, and dates modules
Migrate to the newer STIX/MAEC/CybOX libraries (e.g., stix2 for STIX 2.x).
Use namespaces.get_namespace(name) instead of treating the module as a dictionary.
First obtain a namespace via namespaces.get_namespace('prefix') and then pass it to idgen.create_id().Avoid using vizard; use direct lxml manipulation or a dedicated validation library.