Addon Manager: Add sorting (#12561)

This commit is contained in:
Chris Hennes
2024-02-23 22:33:20 -06:00
committed by GitHub
parent bc935c028f
commit 7d824fc774
13 changed files with 567 additions and 132 deletions

View File

@@ -22,12 +22,13 @@
# ***************************************************************************
"""Contains the parser class for extracting metadata from a FreeCAD macro"""
import datetime
# pylint: disable=too-few-public-methods
import io
import re
from typing import Any, Tuple
from typing import Any, Tuple, Optional
try:
from PySide import QtCore