A ctypes based Python wrapper for the OPTIGA™ Trust M Host Library for C.
This Python module is a wrapper for the OPTIGA™ Trust M Host Library for C and allows the communication with OPTIGA™ Trust M devices.
Please see the OPTIGA™ Trust M overview repository for more information on our OPTIGA™ Trust M product family.
-
Any of the following
- PSoC™ 6 Kit in Provisioning Mode + OPTIGA™ Trust Adapter
- OPTIGA™ Trust M/Charge Evaluation Kit
- OPTIGA™ Trust Personalisation Board (SP005405452), or any FTDI USB-HID/I2C Converter board
- Raspberry Pi + Shield2Go RPi Adapter
- Raspberry Pi + Pi 4 Click Shield
-
OPTIGA™ Trust X/M/Charge sample, a Security Shield2Go or a mikroBUS compatible OPTIGA™ Trust M Shield.
To install this Python module from pip, run the following command
$ python -m pip install optigatrust
Please follow the steps in extras/optiga-trust-m/README.md for building the OPTIGA™ Trust Host Library for C as library.
Please follow the steps in INSTALL.md for installing the optigatrust
Python module from source.
python-optiga-trust
├── docs
├── examples
├── extras
│ └── optiga-trust-m
├── src
│ └── optigatrust
└── tests
Folder | Content |
---|---|
docs | GitHub.io documentation |
examples | Example Python scripts |
extras/optiga-trust-m | OPTIGA™ Trust Host Library for C as submodule |
src/optigatrust | Python module optigatrust |
tests | Tests for the Python module optigatrust |
Please see our LICENSE for copyright and license information.
This project follows the REUSE approach, so copyright and licensing information is available for every file (including third party components) either in the file header, an individual *.license file or a REUSE.toml file. All licenses can be found in the LICENSES folder.