io4it 2.0.0.6__tar.gz → 2.0.0.7__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.
- {io4it-2.0.0.6 → io4it-2.0.0.7}/PKG-INFO +1 -1
- {io4it-2.0.0.6 → io4it-2.0.0.7}/io4it.egg-info/PKG-INFO +1 -1
- {io4it-2.0.0.6 → io4it-2.0.0.7}/io4it.egg-info/entry_points.txt +2 -2
- {io4it-2.0.0.6 → io4it-2.0.0.7}/orangecontrib/IO4IT/widgets/OWChatGpt.py +1 -1
- {io4it-2.0.0.6 → io4it-2.0.0.7}/orangecontrib/IO4IT/widgets/OWDeep_Search.py +1 -1
- {io4it-2.0.0.6 → io4it-2.0.0.7}/orangecontrib/IO4IT/widgets/OWExportMarkdown.py +1 -1
- {io4it-2.0.0.6 → io4it-2.0.0.7}/orangecontrib/IO4IT/widgets/OWMarkdownizer.py +1 -1
- {io4it-2.0.0.6 → io4it-2.0.0.7}/orangecontrib/IO4IT/widgets/OWSpeechToText.py +1 -1
- {io4it-2.0.0.6 → io4it-2.0.0.7}/orangecontrib/IO4IT/widgets/OWwordpdf2docx.py +1 -1
- {io4it-2.0.0.6 → io4it-2.0.0.7}/setup.py +3 -3
- {io4it-2.0.0.6 → io4it-2.0.0.7}/io4it.egg-info/SOURCES.txt +0 -0
- {io4it-2.0.0.6 → io4it-2.0.0.7}/io4it.egg-info/dependency_links.txt +0 -0
- {io4it-2.0.0.6 → io4it-2.0.0.7}/io4it.egg-info/namespace_packages.txt +0 -0
- {io4it-2.0.0.6 → io4it-2.0.0.7}/io4it.egg-info/requires.txt +0 -0
- {io4it-2.0.0.6 → io4it-2.0.0.7}/io4it.egg-info/top_level.txt +0 -0
- {io4it-2.0.0.6 → io4it-2.0.0.7}/orangecontrib/IO4IT/__init__.py +0 -0
- {io4it-2.0.0.6 → io4it-2.0.0.7}/orangecontrib/IO4IT/ocr_function/__init__.py +0 -0
- {io4it-2.0.0.6 → io4it-2.0.0.7}/orangecontrib/IO4IT/ocr_function/word_converter.py +0 -0
- {io4it-2.0.0.6 → io4it-2.0.0.7}/orangecontrib/IO4IT/utils/__init__.py +0 -0
- {io4it-2.0.0.6 → io4it-2.0.0.7}/orangecontrib/IO4IT/utils/mail.py +0 -0
- {io4it-2.0.0.6 → io4it-2.0.0.7}/orangecontrib/IO4IT/utils/offuscation_basique.py +0 -0
- {io4it-2.0.0.6 → io4it-2.0.0.7}/orangecontrib/IO4IT/widgets/OWS3Uploader.py +0 -0
- {io4it-2.0.0.6 → io4it-2.0.0.7}/orangecontrib/IO4IT/widgets/OWS3downloader.py +0 -0
- {io4it-2.0.0.6 → io4it-2.0.0.7}/orangecontrib/IO4IT/widgets/OWS3list.py +0 -0
- {io4it-2.0.0.6 → io4it-2.0.0.7}/orangecontrib/IO4IT/widgets/OWmailLoader.py +0 -0
- {io4it-2.0.0.6 → io4it-2.0.0.7}/orangecontrib/IO4IT/widgets/OWmailSender.py +0 -0
- {io4it-2.0.0.6 → io4it-2.0.0.7}/orangecontrib/IO4IT/widgets/__init__.py +0 -0
- {io4it-2.0.0.6 → io4it-2.0.0.7}/orangecontrib/IO4IT/widgets/designer/__init__.py +0 -0
- {io4it-2.0.0.6 → io4it-2.0.0.7}/orangecontrib/IO4IT/widgets/designer/chart.html +0 -0
- {io4it-2.0.0.6 → io4it-2.0.0.7}/orangecontrib/IO4IT/widgets/designer/nogui.ui +0 -0
- {io4it-2.0.0.6 → io4it-2.0.0.7}/orangecontrib/IO4IT/widgets/designer/ow_file_ext_selector.ui +0 -0
- {io4it-2.0.0.6 → io4it-2.0.0.7}/orangecontrib/IO4IT/widgets/designer/owdeepsearch.ui +0 -0
- {io4it-2.0.0.6 → io4it-2.0.0.7}/orangecontrib/IO4IT/widgets/designer/owexportmarkdown.ui +0 -0
- {io4it-2.0.0.6 → io4it-2.0.0.7}/orangecontrib/IO4IT/widgets/designer/owmailloader.ui +0 -0
- {io4it-2.0.0.6 → io4it-2.0.0.7}/orangecontrib/IO4IT/widgets/designer/owmailsender.ui +0 -0
- {io4it-2.0.0.6 → io4it-2.0.0.7}/orangecontrib/IO4IT/widgets/designer/owspeechtotext.ui +0 -0
- {io4it-2.0.0.6 → io4it-2.0.0.7}/orangecontrib/IO4IT/widgets/designer/owvisualizationer.ui +0 -0
- {io4it-2.0.0.6 → io4it-2.0.0.7}/orangecontrib/IO4IT/widgets/designer/wordpdf2docx.ui +0 -0
- {io4it-2.0.0.6 → io4it-2.0.0.7}/orangecontrib/IO4IT/widgets/icons/__init__.py +0 -0
- {io4it-2.0.0.6 → io4it-2.0.0.7}/orangecontrib/IO4IT/widgets/icons/chatgpt.png +0 -0
- {io4it-2.0.0.6 → io4it-2.0.0.7}/orangecontrib/IO4IT/widgets/icons/deepsearch.svg +0 -0
- {io4it-2.0.0.6 → io4it-2.0.0.7}/orangecontrib/IO4IT/widgets/icons/download.png +0 -0
- {io4it-2.0.0.6 → io4it-2.0.0.7}/orangecontrib/IO4IT/widgets/icons/export_md.png +0 -0
- {io4it-2.0.0.6 → io4it-2.0.0.7}/orangecontrib/IO4IT/widgets/icons/file_extensor.png +0 -0
- {io4it-2.0.0.6 → io4it-2.0.0.7}/orangecontrib/IO4IT/widgets/icons/list_aws.png +0 -0
- {io4it-2.0.0.6 → io4it-2.0.0.7}/orangecontrib/IO4IT/widgets/icons/mail_loader.png +0 -0
- {io4it-2.0.0.6 → io4it-2.0.0.7}/orangecontrib/IO4IT/widgets/icons/mail_writer.png +0 -0
- {io4it-2.0.0.6 → io4it-2.0.0.7}/orangecontrib/IO4IT/widgets/icons/md.png +0 -0
- {io4it-2.0.0.6 → io4it-2.0.0.7}/orangecontrib/IO4IT/widgets/icons/speech_to_text.png +0 -0
- {io4it-2.0.0.6 → io4it-2.0.0.7}/orangecontrib/IO4IT/widgets/icons/upload.png +0 -0
- {io4it-2.0.0.6 → io4it-2.0.0.7}/orangecontrib/IO4IT/widgets/icons/visualizationer.png +0 -0
- {io4it-2.0.0.6 → io4it-2.0.0.7}/orangecontrib/IO4IT/widgets/icons/wordpdf2docx.png +0 -0
- {io4it-2.0.0.6 → io4it-2.0.0.7}/orangecontrib/IO4IT/widgets/icons_dev/__init__.py +0 -0
- {io4it-2.0.0.6 → io4it-2.0.0.7}/orangecontrib/__init__.py +0 -0
- {io4it-2.0.0.6 → io4it-2.0.0.7}/setup.cfg +0 -0
|
@@ -2,6 +2,6 @@
|
|
|
2
2
|
AAIT - ALGORITHM = orangecontrib.ALGORITHM.widgets
|
|
3
3
|
AAIT - API = orangecontrib.API.widgets
|
|
4
4
|
AAIT - LLM INTEGRATION = orangecontrib.LLM_INTEGRATION.widgets
|
|
5
|
-
AAIT -
|
|
6
|
-
AAIT -
|
|
5
|
+
AAIT - MODELS = orangecontrib.LLM_MODELS.widgets
|
|
6
|
+
AAIT - TOOLBOX = orangecontrib.TOOLBOX.widgets
|
|
7
7
|
Advanced Artificial Intelligence Tools = orangecontrib.AAIT.widgets
|
|
@@ -30,7 +30,7 @@ class ChatGpt(OWWidget):
|
|
|
30
30
|
model = Setting("gpt-4o")
|
|
31
31
|
gui = os.path.join(os.path.dirname(os.path.abspath(__file__)), "designer/owchatgpt.ui")
|
|
32
32
|
want_control_area = False
|
|
33
|
-
category = "AAIT -
|
|
33
|
+
category = "AAIT - LLM INTEGRATION"
|
|
34
34
|
|
|
35
35
|
class Inputs:
|
|
36
36
|
data = Input("Data", Orange.data.Table)
|
|
@@ -27,7 +27,7 @@ else:
|
|
|
27
27
|
class OWDeep_Search(widget.OWWidget):
|
|
28
28
|
name = "Deep Search"
|
|
29
29
|
description = "Generate a response to a column 'prompt' with a LLM"
|
|
30
|
-
category = "AAIT -
|
|
30
|
+
category = "AAIT - LLM INTEGRATION"
|
|
31
31
|
icon = "icons/deepsearch.svg"
|
|
32
32
|
if "site-packages/Orange/widgets" in os.path.dirname(os.path.abspath(__file__)).replace("\\", "/"):
|
|
33
33
|
icon = "icons_dev/owqueryllm.svg"
|
|
@@ -437,7 +437,7 @@ class FileProcessorApp(widget.OWWidget):
|
|
|
437
437
|
want_control_area = False
|
|
438
438
|
priority = 1001
|
|
439
439
|
gui = os.path.join(os.path.dirname(os.path.abspath(__file__)), "designer/owmarkdownizer.ui")
|
|
440
|
-
category = "AAIT -
|
|
440
|
+
category = "AAIT - TOOLBOX"
|
|
441
441
|
|
|
442
442
|
class Inputs:
|
|
443
443
|
data = Input("Data", Table)
|
|
@@ -201,7 +201,7 @@ class OWSpeech_To_Text(widget.OWWidget):
|
|
|
201
201
|
if "site-packages/Orange/widgets" in os.path.dirname(os.path.abspath(__file__)).replace("\\", "/"):
|
|
202
202
|
icon = "icons_dev/speech_to_text.png"
|
|
203
203
|
gui = os.path.join(os.path.dirname(os.path.abspath(__file__)), "designer/owspeechtotext.ui")
|
|
204
|
-
category = "AAIT -
|
|
204
|
+
category = "AAIT - TOOLBOX"
|
|
205
205
|
|
|
206
206
|
class Outputs:
|
|
207
207
|
data = Output("Data", Table)
|
|
@@ -26,7 +26,7 @@ class OWwordpdf2docx(widget.OWWidget):
|
|
|
26
26
|
gui = os.path.join(os.path.dirname(os.path.abspath(__file__)), "designer/wordpdf2docx.ui")
|
|
27
27
|
want_control_area = False
|
|
28
28
|
priority = 3000
|
|
29
|
-
category = "AAIT -
|
|
29
|
+
category = "AAIT - TOOLBOX"
|
|
30
30
|
|
|
31
31
|
class Inputs:
|
|
32
32
|
data = Input("Data", Orange.data.Table)
|
|
@@ -36,7 +36,7 @@ class CustomInstall(install):
|
|
|
36
36
|
|
|
37
37
|
# Configuration
|
|
38
38
|
NAME = "io4it"
|
|
39
|
-
VERSION = "2.0.0.
|
|
39
|
+
VERSION = "2.0.0.7"
|
|
40
40
|
|
|
41
41
|
INSTALL_REQUIRES = [
|
|
42
42
|
"pylatexenc",
|
|
@@ -80,9 +80,9 @@ ENTRY_POINTS = {
|
|
|
80
80
|
"Advanced Artificial Intelligence Tools = orangecontrib.AAIT.widgets",
|
|
81
81
|
"AAIT - ALGORITHM = orangecontrib.ALGORITHM.widgets",
|
|
82
82
|
"AAIT - API = orangecontrib.API.widgets",
|
|
83
|
-
"AAIT -
|
|
83
|
+
"AAIT - MODELS = orangecontrib.LLM_MODELS.widgets",
|
|
84
84
|
"AAIT - LLM INTEGRATION = orangecontrib.LLM_INTEGRATION.widgets",
|
|
85
|
-
"AAIT -
|
|
85
|
+
"AAIT - TOOLBOX = orangecontrib.TOOLBOX.widgets",
|
|
86
86
|
),
|
|
87
87
|
}
|
|
88
88
|
|
|
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
|
{io4it-2.0.0.6 → io4it-2.0.0.7}/orangecontrib/IO4IT/widgets/designer/ow_file_ext_selector.ui
RENAMED
|
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
|