excel2moodle 0.6.0__tar.gz → 0.6.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {excel2moodle-0.6.0/excel2moodle.egg-info → excel2moodle-0.6.1}/PKG-INFO +8 -1
- {excel2moodle-0.6.0 → excel2moodle-0.6.1}/README.md +7 -0
- {excel2moodle-0.6.0 → excel2moodle-0.6.1}/excel2moodle/__main__.py +3 -2
- {excel2moodle-0.6.0 → excel2moodle-0.6.1/excel2moodle.egg-info}/PKG-INFO +8 -1
- {excel2moodle-0.6.0 → excel2moodle-0.6.1}/pyproject.toml +1 -1
- {excel2moodle-0.6.0 → excel2moodle-0.6.1}/LICENSE +0 -0
- {excel2moodle-0.6.0 → excel2moodle-0.6.1}/MANIFEST.in +0 -0
- {excel2moodle-0.6.0 → excel2moodle-0.6.1}/excel2moodle/__init__.py +0 -0
- {excel2moodle-0.6.0 → excel2moodle-0.6.1}/excel2moodle/core/__init__.py +0 -0
- {excel2moodle-0.6.0 → excel2moodle-0.6.1}/excel2moodle/core/bullets.py +0 -0
- {excel2moodle-0.6.0 → excel2moodle-0.6.1}/excel2moodle/core/category.py +0 -0
- {excel2moodle-0.6.0 → excel2moodle-0.6.1}/excel2moodle/core/dataStructure.py +0 -0
- {excel2moodle-0.6.0 → excel2moodle-0.6.1}/excel2moodle/core/etHelpers.py +0 -0
- {excel2moodle-0.6.0 → excel2moodle-0.6.1}/excel2moodle/core/exceptions.py +0 -0
- {excel2moodle-0.6.0 → excel2moodle-0.6.1}/excel2moodle/core/globals.py +0 -0
- {excel2moodle-0.6.0 → excel2moodle-0.6.1}/excel2moodle/core/parser.py +0 -0
- {excel2moodle-0.6.0 → excel2moodle-0.6.1}/excel2moodle/core/question.py +0 -0
- {excel2moodle-0.6.0 → excel2moodle-0.6.1}/excel2moodle/core/settings.py +0 -0
- {excel2moodle-0.6.0 → excel2moodle-0.6.1}/excel2moodle/core/stringHelpers.py +0 -0
- {excel2moodle-0.6.0 → excel2moodle-0.6.1}/excel2moodle/core/validator.py +0 -0
- {excel2moodle-0.6.0 → excel2moodle-0.6.1}/excel2moodle/extra/__init__.py +0 -0
- {excel2moodle-0.6.0 → excel2moodle-0.6.1}/excel2moodle/extra/equationVerification.py +0 -0
- {excel2moodle-0.6.0 → excel2moodle-0.6.1}/excel2moodle/extra/variableGenerator.py +0 -0
- {excel2moodle-0.6.0 → excel2moodle-0.6.1}/excel2moodle/logger.py +0 -0
- {excel2moodle-0.6.0 → excel2moodle-0.6.1}/excel2moodle/question_types/__init__.py +0 -0
- {excel2moodle-0.6.0 → excel2moodle-0.6.1}/excel2moodle/question_types/cloze.py +0 -0
- {excel2moodle-0.6.0 → excel2moodle-0.6.1}/excel2moodle/question_types/mc.py +0 -0
- {excel2moodle-0.6.0 → excel2moodle-0.6.1}/excel2moodle/question_types/nf.py +0 -0
- {excel2moodle-0.6.0 → excel2moodle-0.6.1}/excel2moodle/question_types/nfm.py +0 -0
- {excel2moodle-0.6.0 → excel2moodle-0.6.1}/excel2moodle/ui/UI_equationChecker.py +0 -0
- {excel2moodle-0.6.0 → excel2moodle-0.6.1}/excel2moodle/ui/UI_exportSettingsDialog.py +0 -0
- {excel2moodle-0.6.0 → excel2moodle-0.6.1}/excel2moodle/ui/UI_mainWindow.py +0 -0
- {excel2moodle-0.6.0 → excel2moodle-0.6.1}/excel2moodle/ui/UI_variableGenerator.py +0 -0
- {excel2moodle-0.6.0 → excel2moodle-0.6.1}/excel2moodle/ui/UI_variantDialog.py +0 -0
- {excel2moodle-0.6.0 → excel2moodle-0.6.1}/excel2moodle/ui/__init__.py +0 -0
- {excel2moodle-0.6.0 → excel2moodle-0.6.1}/excel2moodle/ui/appUi.py +0 -0
- {excel2moodle-0.6.0 → excel2moodle-0.6.1}/excel2moodle/ui/dialogs.py +0 -0
- {excel2moodle-0.6.0 → excel2moodle-0.6.1}/excel2moodle/ui/equationChecker.py +0 -0
- {excel2moodle-0.6.0 → excel2moodle-0.6.1}/excel2moodle/ui/treewidget.py +0 -0
- {excel2moodle-0.6.0 → excel2moodle-0.6.1}/excel2moodle.egg-info/SOURCES.txt +0 -0
- {excel2moodle-0.6.0 → excel2moodle-0.6.1}/excel2moodle.egg-info/dependency_links.txt +0 -0
- {excel2moodle-0.6.0 → excel2moodle-0.6.1}/excel2moodle.egg-info/entry_points.txt +0 -0
- {excel2moodle-0.6.0 → excel2moodle-0.6.1}/excel2moodle.egg-info/requires.txt +0 -0
- {excel2moodle-0.6.0 → excel2moodle-0.6.1}/excel2moodle.egg-info/top_level.txt +0 -0
- {excel2moodle-0.6.0 → excel2moodle-0.6.1}/setup.cfg +0 -0
- {excel2moodle-0.6.0 → excel2moodle-0.6.1}/test/test_bullets.py +0 -0
- {excel2moodle-0.6.0 → excel2moodle-0.6.1}/test/test_nfmParsing.py +0 -0
- {excel2moodle-0.6.0 → excel2moodle-0.6.1}/test/test_parseQuestion.py +0 -0
- {excel2moodle-0.6.0 → excel2moodle-0.6.1}/test/test_picture.py +0 -0
- {excel2moodle-0.6.0 → excel2moodle-0.6.1}/test/test_questionDataGet.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: excel2moodle
|
3
|
-
Version: 0.6.
|
3
|
+
Version: 0.6.1
|
4
4
|
Summary: A package for converting questions from a spreadsheet, to valid moodle-xml
|
5
5
|
Author: Jakob Bosse
|
6
6
|
License-Expression: GPL-3.0-or-later
|
@@ -81,6 +81,13 @@ If You want to support my work as well, you can by me a [coffee](https://ko-fi.c
|
|
81
81
|
|
82
82
|
# Changelogs
|
83
83
|
|
84
|
+
## 0.6.1 (2025-07-12)
|
85
|
+
Fixing import error caused by dumping pyside meta package
|
86
|
+
|
87
|
+
### bugfix (1 change)
|
88
|
+
|
89
|
+
- [fixing pyside import error](https://gitlab.com/jbosse3/excel2moodle/-/commit/e5e0fc7695caa1a6864785828ff7311fa9624ad4)
|
90
|
+
|
84
91
|
## 0.6.0 (2025-07-12)
|
85
92
|
Added variable generator and other architechtural improvements
|
86
93
|
|
@@ -60,6 +60,13 @@ If You want to support my work as well, you can by me a [coffee](https://ko-fi.c
|
|
60
60
|
|
61
61
|
# Changelogs
|
62
62
|
|
63
|
+
## 0.6.1 (2025-07-12)
|
64
|
+
Fixing import error caused by dumping pyside meta package
|
65
|
+
|
66
|
+
### bugfix (1 change)
|
67
|
+
|
68
|
+
- [fixing pyside import error](https://gitlab.com/jbosse3/excel2moodle/-/commit/e5e0fc7695caa1a6864785828ff7311fa9624ad4)
|
69
|
+
|
63
70
|
## 0.6.0 (2025-07-12)
|
64
71
|
Added variable generator and other architechtural improvements
|
65
72
|
|
@@ -2,9 +2,10 @@
|
|
2
2
|
|
3
3
|
import logging.config as logConfig
|
4
4
|
import signal
|
5
|
+
import sys
|
5
6
|
from pathlib import Path
|
6
7
|
|
7
|
-
from PySide6 import
|
8
|
+
from PySide6.QtWidgets import QApplication
|
8
9
|
|
9
10
|
import excel2moodle
|
10
11
|
from excel2moodle import e2mMetadata, mainLogger
|
@@ -23,7 +24,7 @@ def main() -> None:
|
|
23
24
|
logfile.replace(f"{logfile}.old")
|
24
25
|
logConfig.dictConfig(config=loggerConfig)
|
25
26
|
signal.signal(signal.SIGINT, signal.SIG_DFL)
|
26
|
-
app =
|
27
|
+
app = QApplication(sys.argv)
|
27
28
|
settings = Settings()
|
28
29
|
database: dataStructure.QuestionDB = dataStructure.QuestionDB(settings)
|
29
30
|
window = ui.MainWindow(settings, database)
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: excel2moodle
|
3
|
-
Version: 0.6.
|
3
|
+
Version: 0.6.1
|
4
4
|
Summary: A package for converting questions from a spreadsheet, to valid moodle-xml
|
5
5
|
Author: Jakob Bosse
|
6
6
|
License-Expression: GPL-3.0-or-later
|
@@ -81,6 +81,13 @@ If You want to support my work as well, you can by me a [coffee](https://ko-fi.c
|
|
81
81
|
|
82
82
|
# Changelogs
|
83
83
|
|
84
|
+
## 0.6.1 (2025-07-12)
|
85
|
+
Fixing import error caused by dumping pyside meta package
|
86
|
+
|
87
|
+
### bugfix (1 change)
|
88
|
+
|
89
|
+
- [fixing pyside import error](https://gitlab.com/jbosse3/excel2moodle/-/commit/e5e0fc7695caa1a6864785828ff7311fa9624ad4)
|
90
|
+
|
84
91
|
## 0.6.0 (2025-07-12)
|
85
92
|
Added variable generator and other architechtural improvements
|
86
93
|
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|