From 834d42ef51f64d1a71f6d513a0af2c0ef4da302c Mon Sep 17 00:00:00 2001 From: konstantin Date: Wed, 29 May 2024 09:03:18 +0200 Subject: [PATCH] README: Add links to migmose --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c82a23..228a6fb 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # FUNDAMEND - Formate und DAtenModelle für die ENergiewirtschaft in Deutschland -Dieses Repository enthält das Python-Paket `fundamend`. +Dieses Repository enthält das Python-Paket `fundamend`, das XML-basierte MIGs und AHBs als Python-Objekte einliest. [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE) ![Python Versions (officially) supported](https://img.shields.io/pypi/pyversions/fundamend.svg) @@ -19,6 +19,8 @@ Die nun maschinenlesbaren Informationen über den Aufbau von EDIFACT-Nachrichten Dieses Repository enthält ein kleines Python-Paket, das die XML-Dateien einliest und als vollständig typisierte Python-Objekte zur Verfügung stellt, damit sich niemand mit XML herumschlagen muss. Das ist alles. +Hochfrequenz stellt mit [migmose](https://github.com/Hochfrequenz/migmose) auch ein Tool bereit, das maschinenlesbare MIGs aus `.docx`-Dateien scraped. + ## Installation und Verwendung Das Paket ist auf PyPI verfügbar und kann mit pip installiert werden: ```bash