Metadata-Version: 2.1
Name: ihk-ausbildungsnachweis-utilities
Version: 0.2.4
Summary: Utilities to generate IHK Ausbildungsnachweise PDFs from human readable input format and sign them.
Home-page: https://github.com/twyleg/ausbildungsnachweis_utils
Author: Torsten Wylegala
Author-email: mail@twyleg.de
License: GPL 3.0
Keywords: ihk ausbildungsnachweis pdf signature
Description-Content-Type: text/markdown
Requires-Dist: swig ~=4.1.1
Requires-Dist: wheel ~=0.41.2
Requires-Dist: PyMuPDF ~=1.23.3
Requires-Dist: python-docx ~=0.8.11
Requires-Dist: cryptography ~=41.0.3
Requires-Dist: asn1crypto ~=1.5.1
Requires-Dist: certvalidator ~=0.11.1
Requires-Dist: lxml ~=4.9.3
Requires-Dist: pykcs11 ~=1.5.12
Requires-Dist: Pillow ~=10.0.0
Requires-Dist: endesive ~=2.0.16
Requires-Dist: xmlschema ~=2.3.1
Requires-Dist: jsonschema ~=4.18.4
Requires-Dist: types-jsonschema ~=4.17.0.10
Requires-Dist: lxml-stubs ~=0.4.0

[![Build status](https://github.com/vw-wob-it-edu-ngitl/ihk_ausbildungsnachweis_utilities/actions/workflows/checks.yml/badge.svg)]()
[![GitHub latest commit](https://badgen.net/github/last-commit/vw-wob-it-edu-ngitl/ihk_ausbildungsnachweis_utilities)](https://GitHub.com/vw-wob-it-edu-ngitl/ihk_ausbildungsnachweis_utilities/commit/)
[![PyPI download month](https://img.shields.io/pypi/dm/ihk_ausbildungsnachweis_utilities)](https://pypi.python.org/pypi/ihk_ausbildungsnachweis_utilities/)
[![PyPi version](https://badgen.net/pypi/v/ihk_ausbildungsnachweis_utilities/)](https://pypi.org/project/ihk_ausbildungsnachweis_utilities)

IHK Ausbildungsnachweis Utilities
===============

Some tools to write your IHK Ausbildungsnachweise in plain XML and generate a PDF from it.
This comes especially handy when you organise your Ausbildungsnachweise in a git repository
like GitHub, GitLab or Bitbucket and use common techniques like PRs for reviewing.
The current functionality also includes the ability to sign an Ausbildungsnachweis PDF which
comes especially handy when integrating into a CI/CD process.

Installation
============

    pip install ihk_ausbildungsnachweis_utilities

Usage
=====

ToDo

Examples
========

Examples that demonstrate the usage of the tool can be found in the
[examples/](https://github.com/vw-wob-it-edu-ngitl/ihk_ausbildungsnachweis_utilities/tree/master/examples) directory.

Documentation
=============

ToDO
