NameDateSize

..09-Nov-202020

.gitignoreH A D23-Jun-2020102

capdl/H30-Sep-202010

examples/H23-Jun-20206

README.mdH A D23-Jun-2020523

requirements.txtH A D24-Jun-2020202

tests/H23-Jun-20208

README.md

1<!--
2     Copyright 2020, Data61, CSIRO (ABN 41 687 119 230)
3
4     SPDX-License-Identifier: CC-BY-SA-4.0
5-->
6
7# Python CapDL module
8
9A Python module for providing CapDL support.
10
11Note: to use the ELF file functionality you will need pyelftools installed. If
12you don't have this and don't need this functionality just don't import
13anything that imports ELF.py.
14
15* capdl/ &mdash; The source code of the module
16* examples/ &mdash; Some examples of how to use this module
17* tests/ &mdash; Some basic tests of the functionality
18