blob: a2409c1ef4b63157edae7d83f8d09b4b80581d10 [file] [log] [blame] [view]
<!--
Copyright 2020, Data61, CSIRO (ABN 41 687 119 230)
SPDX-License-Identifier: CC-BY-SA-4.0
-->
# Python CapDL module
A Python module for providing CapDL support.
Note: to use the ELF file functionality you will need pyelftools installed. If
you don't have this and don't need this functionality just don't import
anything that imports ELF.py.
* capdl/ &mdash; The source code of the module
* examples/ &mdash; Some examples of how to use this module
* tests/ &mdash; Some basic tests of the functionality