Apache License 2.0: Copyright 2025 Infineon Technologies AG
- This is a copier project template
- This template defines project metadata in pyproject.toml
- pre-commit runs static code analysis to ensure clean formatting and type consistency
CAUTION: Copier creates an answer file in the project dir (.copier-answers.yml), never change this file manually! Only with copier update.
First install copier via pip install copier / pipx install copier / uv tool install copier. For copier usage refer to copier docs or copier --help.
- Provide a directory where you want to instantiate the template by creating one or cloning a git repo
- Switch CWD to this directory
cd myNewProject
- Run copier copy cmd
$ copier copy -C -T https://github.com/Infineon/kai-external-python-project-template.git ./
- Search for
TODOin the project files and resolve them
cd project_dircopier update --skip-answered