| <!-- | |
| 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/ — The source code of the module | |
| * examples/ — Some examples of how to use this module | |
| * tests/ — Some basic tests of the functionality |