Extra validation of the uploaded ZIP #73

Merged
Anna Sirota merged 13 commits from validation-single-theme-xml into main 2024-04-11 12:32:50 +02:00
Showing only changes of commit 7cf82cac4a - Show all commits

View File

@ -1,5 +1,3 @@
import typing
from pathlib import Path
import hashlib
import io
@ -7,6 +5,7 @@ import logging
import mimetypes
import os
import toml
import typing
import zipfile
from lxml import etree