A library to write dif-files from Untis.
Project description
untis-dif-file-writer
A simple Python package to write dif-files from Untis.
See https://platform.untis.at/HTML/WebHelp/de/untis/index.html -> search for "export dif" -> Export/Import DIF-Dateien.
Installation
pip install untis-dif-file-writer or poetry add untis-dif-file-writer
Usage
from untis_dif_file_writer import write_dif_file, write_xml_file, write_all_dif_files, UntisFileNumber
# Write the students dif-file:
write_dif_file(UntisFileNumber.STUDENTEN,
"path/to/Untis.exe",
"path/to/Untis-file",
path_output_folder="path/to/output/folder"),
output_file_name="students.TXT")
# Write the xml-file:
write_xml_file("path/to/Untis.exe", "path/to/Untis-file")
# Write all dif-files:
write_all_dif_files("path/to/Untis.exe", "path/to/Untis-file")
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file untis_dif_file_writer-0.1.0.tar.gz.
File metadata
- Download URL: untis_dif_file_writer-0.1.0.tar.gz
- Upload date:
- Size: 2.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.12.1 Windows/10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
90241e8e79d3dee0b4b7763092e6422e6cd0abf1619b267578e5c14bcc264549
|
|
| MD5 |
20957433d80c1726e57b2a4967fa90e8
|
|
| BLAKE2b-256 |
914cb85cb85a7d47b310f8bf6257ed72a428bb5a223ba941bf10ae479808de22
|
File details
Details for the file untis_dif_file_writer-0.1.0-py2.py3-none-any.whl.
File metadata
- Download URL: untis_dif_file_writer-0.1.0-py2.py3-none-any.whl
- Upload date:
- Size: 2.9 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.12.1 Windows/10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5a21daade4ab7b9f19555d77e014022a115e7389f5af2f1abe08bd919aef2357
|
|
| MD5 |
804a8f57ed246377c36c2e848f11a4e1
|
|
| BLAKE2b-256 |
cbefa7bb772828f9d48d45f015568a231a5912d441a6d2ccff679ff8d58fd231
|