Assemblyline is an automated malware analysis framework by the Canadian Centre for Cyber Security. This package (assemblyline) contains the core libraries and client components. The current version is 4.7.3.1, released from the assemblyline-base repository. Release cadence is irregular with a mix of dev and stable tags.
pip install assemblylineNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Connect to Assemblyline and submit a file.
Use 'from assemblyline_client import Client' instead of 'from assemblyline import Client'.
Update your API calls to use /api/v4/ endpoints and the new Client methods.
Use apikey=(al_user, al_apikey) as a tuple.