This library contains a collection of classes to parse DATANORM files in Python. The library follows an informal specification (unfortunately taken offline by now) and is compatible with DATANORM 4 files.
This library is still under development and the API might still change a little bit. At the moment it supports parsing of the following files:
- DATANORM 4 Artikelstammdatendatei (without
DimensionssatzandLangtextsatz) - DATANORM 4 Preisdatendatei
- DATANORM 4 Warengruppendatei
Support for writing/updating Datanorm files is possible, but not yet implemented.
The DATANORM python library can be easily installed using PIP:
pip install datanorm