-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implemented preparing illustrations for batch upload
- Loading branch information
Showing
20 changed files
with
968 additions
and
553 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,3 +5,4 @@ | |
*.whl | ||
*.html | ||
*.htm | ||
source_htmls*/** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,9 +7,9 @@ name = "moodle-to-vikwikiquiz" | |
description = "A CLI for converting graded Moodle quiz HTMLs to a vik.wiki quiz wikitext" | ||
readme = "README.md" | ||
authors = [ | ||
{ name="Máté Gyöngyösi", email="[email protected]" }, | ||
{ name = "Máté Gyöngyösi", email = "[email protected]" }, | ||
] | ||
version = "1.2.3" | ||
version = "1.3.0" | ||
classifiers = [ | ||
"Programming Language :: Python :: 3", | ||
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)", | ||
|
@@ -23,6 +23,7 @@ dependencies = [ | |
"plum-dispatch", | ||
"pylatexenc", | ||
"pyperclip", | ||
"Send2Trash", | ||
] | ||
|
||
[project.urls] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,4 +16,5 @@ plum-dispatch~=2.5.2 | |
pylatexenc~=2.10 | ||
pyperclip~=1.9.0 | ||
rich~=13.7.1 | ||
Send2Trash~=1.8.3 | ||
typing-extensions~=4.12.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.