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.
Files changed (50) hide show
  1. {excel2moodle-0.6.0/excel2moodle.egg-info → excel2moodle-0.6.1}/PKG-INFO +8 -1
  2. {excel2moodle-0.6.0 → excel2moodle-0.6.1}/README.md +7 -0
  3. {excel2moodle-0.6.0 → excel2moodle-0.6.1}/excel2moodle/__main__.py +3 -2
  4. {excel2moodle-0.6.0 → excel2moodle-0.6.1/excel2moodle.egg-info}/PKG-INFO +8 -1
  5. {excel2moodle-0.6.0 → excel2moodle-0.6.1}/pyproject.toml +1 -1
  6. {excel2moodle-0.6.0 → excel2moodle-0.6.1}/LICENSE +0 -0
  7. {excel2moodle-0.6.0 → excel2moodle-0.6.1}/MANIFEST.in +0 -0
  8. {excel2moodle-0.6.0 → excel2moodle-0.6.1}/excel2moodle/__init__.py +0 -0
  9. {excel2moodle-0.6.0 → excel2moodle-0.6.1}/excel2moodle/core/__init__.py +0 -0
  10. {excel2moodle-0.6.0 → excel2moodle-0.6.1}/excel2moodle/core/bullets.py +0 -0
  11. {excel2moodle-0.6.0 → excel2moodle-0.6.1}/excel2moodle/core/category.py +0 -0
  12. {excel2moodle-0.6.0 → excel2moodle-0.6.1}/excel2moodle/core/dataStructure.py +0 -0
  13. {excel2moodle-0.6.0 → excel2moodle-0.6.1}/excel2moodle/core/etHelpers.py +0 -0
  14. {excel2moodle-0.6.0 → excel2moodle-0.6.1}/excel2moodle/core/exceptions.py +0 -0
  15. {excel2moodle-0.6.0 → excel2moodle-0.6.1}/excel2moodle/core/globals.py +0 -0
  16. {excel2moodle-0.6.0 → excel2moodle-0.6.1}/excel2moodle/core/parser.py +0 -0
  17. {excel2moodle-0.6.0 → excel2moodle-0.6.1}/excel2moodle/core/question.py +0 -0
  18. {excel2moodle-0.6.0 → excel2moodle-0.6.1}/excel2moodle/core/settings.py +0 -0
  19. {excel2moodle-0.6.0 → excel2moodle-0.6.1}/excel2moodle/core/stringHelpers.py +0 -0
  20. {excel2moodle-0.6.0 → excel2moodle-0.6.1}/excel2moodle/core/validator.py +0 -0
  21. {excel2moodle-0.6.0 → excel2moodle-0.6.1}/excel2moodle/extra/__init__.py +0 -0
  22. {excel2moodle-0.6.0 → excel2moodle-0.6.1}/excel2moodle/extra/equationVerification.py +0 -0
  23. {excel2moodle-0.6.0 → excel2moodle-0.6.1}/excel2moodle/extra/variableGenerator.py +0 -0
  24. {excel2moodle-0.6.0 → excel2moodle-0.6.1}/excel2moodle/logger.py +0 -0
  25. {excel2moodle-0.6.0 → excel2moodle-0.6.1}/excel2moodle/question_types/__init__.py +0 -0
  26. {excel2moodle-0.6.0 → excel2moodle-0.6.1}/excel2moodle/question_types/cloze.py +0 -0
  27. {excel2moodle-0.6.0 → excel2moodle-0.6.1}/excel2moodle/question_types/mc.py +0 -0
  28. {excel2moodle-0.6.0 → excel2moodle-0.6.1}/excel2moodle/question_types/nf.py +0 -0
  29. {excel2moodle-0.6.0 → excel2moodle-0.6.1}/excel2moodle/question_types/nfm.py +0 -0
  30. {excel2moodle-0.6.0 → excel2moodle-0.6.1}/excel2moodle/ui/UI_equationChecker.py +0 -0
  31. {excel2moodle-0.6.0 → excel2moodle-0.6.1}/excel2moodle/ui/UI_exportSettingsDialog.py +0 -0
  32. {excel2moodle-0.6.0 → excel2moodle-0.6.1}/excel2moodle/ui/UI_mainWindow.py +0 -0
  33. {excel2moodle-0.6.0 → excel2moodle-0.6.1}/excel2moodle/ui/UI_variableGenerator.py +0 -0
  34. {excel2moodle-0.6.0 → excel2moodle-0.6.1}/excel2moodle/ui/UI_variantDialog.py +0 -0
  35. {excel2moodle-0.6.0 → excel2moodle-0.6.1}/excel2moodle/ui/__init__.py +0 -0
  36. {excel2moodle-0.6.0 → excel2moodle-0.6.1}/excel2moodle/ui/appUi.py +0 -0
  37. {excel2moodle-0.6.0 → excel2moodle-0.6.1}/excel2moodle/ui/dialogs.py +0 -0
  38. {excel2moodle-0.6.0 → excel2moodle-0.6.1}/excel2moodle/ui/equationChecker.py +0 -0
  39. {excel2moodle-0.6.0 → excel2moodle-0.6.1}/excel2moodle/ui/treewidget.py +0 -0
  40. {excel2moodle-0.6.0 → excel2moodle-0.6.1}/excel2moodle.egg-info/SOURCES.txt +0 -0
  41. {excel2moodle-0.6.0 → excel2moodle-0.6.1}/excel2moodle.egg-info/dependency_links.txt +0 -0
  42. {excel2moodle-0.6.0 → excel2moodle-0.6.1}/excel2moodle.egg-info/entry_points.txt +0 -0
  43. {excel2moodle-0.6.0 → excel2moodle-0.6.1}/excel2moodle.egg-info/requires.txt +0 -0
  44. {excel2moodle-0.6.0 → excel2moodle-0.6.1}/excel2moodle.egg-info/top_level.txt +0 -0
  45. {excel2moodle-0.6.0 → excel2moodle-0.6.1}/setup.cfg +0 -0
  46. {excel2moodle-0.6.0 → excel2moodle-0.6.1}/test/test_bullets.py +0 -0
  47. {excel2moodle-0.6.0 → excel2moodle-0.6.1}/test/test_nfmParsing.py +0 -0
  48. {excel2moodle-0.6.0 → excel2moodle-0.6.1}/test/test_parseQuestion.py +0 -0
  49. {excel2moodle-0.6.0 → excel2moodle-0.6.1}/test/test_picture.py +0 -0
  50. {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.0
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 QtWidgets, sys
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 = QtWidgets.QApplication(sys.argv)
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.0
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
 
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "excel2moodle"
7
- version = "0.6.0"
7
+ version = "0.6.1"
8
8
  authors = [
9
9
  { name="Jakob Bosse" },
10
10
  ]
File without changes
File without changes
File without changes