An API for parsing and creating MAEC (Malware Attribute Enumeration and Characterization) content. Latest version 4.1.0.17. Release cadence is irregular, tied to MAEC updates.
pip install maecNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Create a minimal MAEC document with a package.
Convert MAEC 3.x documents to 4.1 format using provided migration scripts or manually update XML.
Replace binding code with API calls: e.g., use Package() instead of binding.PackageType().
Run: pip install cybox
pip install 'lxml<5.0'