io4it 2.0.0.11__tar.gz → 2.0.0.13__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 (58) hide show
  1. io4it-2.0.0.13/PKG-INFO +27 -0
  2. io4it-2.0.0.13/io4it.egg-info/PKG-INFO +27 -0
  3. {io4it-2.0.0.11 → io4it-2.0.0.13}/io4it.egg-info/SOURCES.txt +1 -1
  4. {io4it-2.0.0.11 → io4it-2.0.0.13}/io4it.egg-info/requires.txt +4 -0
  5. {io4it-2.0.0.11 → io4it-2.0.0.13}/orangecontrib/IO4IT/widgets/OWmailLoader.py +0 -1
  6. io4it-2.0.0.13/orangecontrib/IO4IT/widgets/designer/owchatgpt.ui +155 -0
  7. {io4it-2.0.0.11 → io4it-2.0.0.13}/setup.py +6 -2
  8. io4it-2.0.0.11/PKG-INFO +0 -7
  9. io4it-2.0.0.11/io4it.egg-info/PKG-INFO +0 -7
  10. {io4it-2.0.0.11 → io4it-2.0.0.13}/io4it.egg-info/dependency_links.txt +0 -0
  11. {io4it-2.0.0.11 → io4it-2.0.0.13}/io4it.egg-info/entry_points.txt +0 -0
  12. {io4it-2.0.0.11 → io4it-2.0.0.13}/io4it.egg-info/namespace_packages.txt +0 -0
  13. {io4it-2.0.0.11 → io4it-2.0.0.13}/io4it.egg-info/top_level.txt +0 -0
  14. {io4it-2.0.0.11 → io4it-2.0.0.13}/orangecontrib/IO4IT/__init__.py +0 -0
  15. {io4it-2.0.0.11 → io4it-2.0.0.13}/orangecontrib/IO4IT/ocr_function/__init__.py +0 -0
  16. {io4it-2.0.0.11 → io4it-2.0.0.13}/orangecontrib/IO4IT/ocr_function/word_converter.py +0 -0
  17. {io4it-2.0.0.11 → io4it-2.0.0.13}/orangecontrib/IO4IT/utils/__init__.py +0 -0
  18. {io4it-2.0.0.11 → io4it-2.0.0.13}/orangecontrib/IO4IT/utils/mail.py +0 -0
  19. {io4it-2.0.0.11 → io4it-2.0.0.13}/orangecontrib/IO4IT/utils/offuscation_basique.py +0 -0
  20. {io4it-2.0.0.11 → io4it-2.0.0.13}/orangecontrib/IO4IT/widgets/OWChatGpt.py +0 -0
  21. {io4it-2.0.0.11 → io4it-2.0.0.13}/orangecontrib/IO4IT/widgets/OWDeep_Search.py +0 -0
  22. {io4it-2.0.0.11 → io4it-2.0.0.13}/orangecontrib/IO4IT/widgets/OWExportMarkdown.py +0 -0
  23. {io4it-2.0.0.11 → io4it-2.0.0.13}/orangecontrib/IO4IT/widgets/OWMarkdownizer.py +0 -0
  24. {io4it-2.0.0.11 → io4it-2.0.0.13}/orangecontrib/IO4IT/widgets/OWS3Uploader.py +0 -0
  25. {io4it-2.0.0.11 → io4it-2.0.0.13}/orangecontrib/IO4IT/widgets/OWS3downloader.py +0 -0
  26. {io4it-2.0.0.11 → io4it-2.0.0.13}/orangecontrib/IO4IT/widgets/OWS3list.py +0 -0
  27. {io4it-2.0.0.11 → io4it-2.0.0.13}/orangecontrib/IO4IT/widgets/OWSpeechToText.py +0 -0
  28. {io4it-2.0.0.11 → io4it-2.0.0.13}/orangecontrib/IO4IT/widgets/OWmailSender.py +0 -0
  29. {io4it-2.0.0.11 → io4it-2.0.0.13}/orangecontrib/IO4IT/widgets/OWwordpdf2docx.py +0 -0
  30. {io4it-2.0.0.11 → io4it-2.0.0.13}/orangecontrib/IO4IT/widgets/__init__.py +0 -0
  31. {io4it-2.0.0.11 → io4it-2.0.0.13}/orangecontrib/IO4IT/widgets/designer/__init__.py +0 -0
  32. {io4it-2.0.0.11 → io4it-2.0.0.13}/orangecontrib/IO4IT/widgets/designer/chart.html +0 -0
  33. {io4it-2.0.0.11 → io4it-2.0.0.13}/orangecontrib/IO4IT/widgets/designer/nogui.ui +0 -0
  34. {io4it-2.0.0.11 → io4it-2.0.0.13}/orangecontrib/IO4IT/widgets/designer/ow_file_ext_selector.ui +0 -0
  35. {io4it-2.0.0.11 → io4it-2.0.0.13}/orangecontrib/IO4IT/widgets/designer/owdeepsearch.ui +0 -0
  36. {io4it-2.0.0.11 → io4it-2.0.0.13}/orangecontrib/IO4IT/widgets/designer/owexportmarkdown.ui +0 -0
  37. {io4it-2.0.0.11 → io4it-2.0.0.13}/orangecontrib/IO4IT/widgets/designer/owmailloader.ui +0 -0
  38. {io4it-2.0.0.11 → io4it-2.0.0.13}/orangecontrib/IO4IT/widgets/designer/owmailsender.ui +0 -0
  39. {io4it-2.0.0.11 → io4it-2.0.0.13}/orangecontrib/IO4IT/widgets/designer/owspeechtotext.ui +0 -0
  40. {io4it-2.0.0.11 → io4it-2.0.0.13}/orangecontrib/IO4IT/widgets/designer/owvisualizationer.ui +0 -0
  41. {io4it-2.0.0.11 → io4it-2.0.0.13}/orangecontrib/IO4IT/widgets/designer/wordpdf2docx.ui +0 -0
  42. {io4it-2.0.0.11 → io4it-2.0.0.13}/orangecontrib/IO4IT/widgets/icons/__init__.py +0 -0
  43. {io4it-2.0.0.11 → io4it-2.0.0.13}/orangecontrib/IO4IT/widgets/icons/chatgpt.png +0 -0
  44. {io4it-2.0.0.11 → io4it-2.0.0.13}/orangecontrib/IO4IT/widgets/icons/deepsearch.svg +0 -0
  45. {io4it-2.0.0.11 → io4it-2.0.0.13}/orangecontrib/IO4IT/widgets/icons/download.png +0 -0
  46. {io4it-2.0.0.11 → io4it-2.0.0.13}/orangecontrib/IO4IT/widgets/icons/export_md.png +0 -0
  47. {io4it-2.0.0.11 → io4it-2.0.0.13}/orangecontrib/IO4IT/widgets/icons/file_extensor.png +0 -0
  48. {io4it-2.0.0.11 → io4it-2.0.0.13}/orangecontrib/IO4IT/widgets/icons/list_aws.png +0 -0
  49. {io4it-2.0.0.11 → io4it-2.0.0.13}/orangecontrib/IO4IT/widgets/icons/mail_loader.png +0 -0
  50. {io4it-2.0.0.11 → io4it-2.0.0.13}/orangecontrib/IO4IT/widgets/icons/mail_writer.png +0 -0
  51. {io4it-2.0.0.11 → io4it-2.0.0.13}/orangecontrib/IO4IT/widgets/icons/md.png +0 -0
  52. {io4it-2.0.0.11 → io4it-2.0.0.13}/orangecontrib/IO4IT/widgets/icons/speech_to_text.png +0 -0
  53. {io4it-2.0.0.11 → io4it-2.0.0.13}/orangecontrib/IO4IT/widgets/icons/upload.png +0 -0
  54. {io4it-2.0.0.11 → io4it-2.0.0.13}/orangecontrib/IO4IT/widgets/icons/visualizationer.png +0 -0
  55. {io4it-2.0.0.11 → io4it-2.0.0.13}/orangecontrib/IO4IT/widgets/icons/wordpdf2docx.png +0 -0
  56. {io4it-2.0.0.11 → io4it-2.0.0.13}/orangecontrib/IO4IT/widgets/icons_dev/__init__.py +0 -0
  57. {io4it-2.0.0.11 → io4it-2.0.0.13}/orangecontrib/__init__.py +0 -0
  58. {io4it-2.0.0.11 → io4it-2.0.0.13}/setup.cfg +0 -0
@@ -0,0 +1,27 @@
1
+ Metadata-Version: 2.1
2
+ Name: io4it
3
+ Version: 2.0.0.13
4
+ Home-page:
5
+ Author:
6
+ Author-email:
7
+ Keywords: orange3 add-on
8
+ Requires-Dist: pylatexenc
9
+ Requires-Dist: docopt
10
+ Requires-Dist: boto3
11
+ Requires-Dist: opencv-python-headless==4.6.0.66
12
+ Requires-Dist: docling==2.30.0
13
+ Requires-Dist: docling-core==2.26.3
14
+ Requires-Dist: speechbrain
15
+ Requires-Dist: whisper
16
+ Requires-Dist: whisper-openai
17
+ Requires-Dist: pyannote.audio
18
+ Requires-Dist: pyannote-core
19
+ Requires-Dist: pypandoc
20
+ Requires-Dist: pypandoc-binary
21
+ Requires-Dist: scikit-learn
22
+ Requires-Dist: openai
23
+ Requires-Dist: pip-system-certs
24
+ Requires-Dist: docx2pdf
25
+ Requires-Dist: doc2docx
26
+ Requires-Dist: msal
27
+ Requires-Dist: exchangelib
@@ -0,0 +1,27 @@
1
+ Metadata-Version: 2.1
2
+ Name: io4it
3
+ Version: 2.0.0.13
4
+ Home-page:
5
+ Author:
6
+ Author-email:
7
+ Keywords: orange3 add-on
8
+ Requires-Dist: pylatexenc
9
+ Requires-Dist: docopt
10
+ Requires-Dist: boto3
11
+ Requires-Dist: opencv-python-headless==4.6.0.66
12
+ Requires-Dist: docling==2.30.0
13
+ Requires-Dist: docling-core==2.26.3
14
+ Requires-Dist: speechbrain
15
+ Requires-Dist: whisper
16
+ Requires-Dist: whisper-openai
17
+ Requires-Dist: pyannote.audio
18
+ Requires-Dist: pyannote-core
19
+ Requires-Dist: pypandoc
20
+ Requires-Dist: pypandoc-binary
21
+ Requires-Dist: scikit-learn
22
+ Requires-Dist: openai
23
+ Requires-Dist: pip-system-certs
24
+ Requires-Dist: docx2pdf
25
+ Requires-Dist: doc2docx
26
+ Requires-Dist: msal
27
+ Requires-Dist: exchangelib
@@ -1,4 +1,3 @@
1
- setup.cfg
2
1
  setup.py
3
2
  io4it.egg-info/PKG-INFO
4
3
  io4it.egg-info/SOURCES.txt
@@ -30,6 +29,7 @@ orangecontrib/IO4IT/widgets/designer/__init__.py
30
29
  orangecontrib/IO4IT/widgets/designer/chart.html
31
30
  orangecontrib/IO4IT/widgets/designer/nogui.ui
32
31
  orangecontrib/IO4IT/widgets/designer/ow_file_ext_selector.ui
32
+ orangecontrib/IO4IT/widgets/designer/owchatgpt.ui
33
33
  orangecontrib/IO4IT/widgets/designer/owdeepsearch.ui
34
34
  orangecontrib/IO4IT/widgets/designer/owexportmarkdown.ui
35
35
  orangecontrib/IO4IT/widgets/designer/owmailloader.ui
@@ -14,3 +14,7 @@ pypandoc-binary
14
14
  scikit-learn
15
15
  openai
16
16
  pip-system-certs
17
+ docx2pdf
18
+ doc2docx
19
+ msal
20
+ exchangelib
@@ -40,7 +40,6 @@ class OWMailLoader(widget.OWWidget):
40
40
  gui = os.path.join(os.path.dirname(os.path.abspath(__file__)), "designer/owmailloader.ui")
41
41
  want_control_area = False
42
42
  priority = 9999
43
- category = "AAIT - API"
44
43
 
45
44
  class Inputs:
46
45
  data = Input("Data", Orange.data.Table)
@@ -0,0 +1,155 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <ui version="4.0">
3
+ <class>Form</class>
4
+ <widget class="QWidget" name="Form">
5
+ <property name="geometry">
6
+ <rect>
7
+ <x>0</x>
8
+ <y>0</y>
9
+ <width>371</width>
10
+ <height>276</height>
11
+ </rect>
12
+ </property>
13
+ <property name="windowTitle">
14
+ <string>Form</string>
15
+ </property>
16
+ <widget class="QLabel" name="label_6">
17
+ <property name="geometry">
18
+ <rect>
19
+ <x>63</x>
20
+ <y>90</y>
21
+ <width>100</width>
22
+ <height>15</height>
23
+ </rect>
24
+ </property>
25
+ <property name="text">
26
+ <string>Max tokens</string>
27
+ </property>
28
+ <property name="alignment">
29
+ <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
30
+ </property>
31
+ </widget>
32
+ <widget class="QSpinBox" name="boxMaxTokens">
33
+ <property name="geometry">
34
+ <rect>
35
+ <x>63</x>
36
+ <y>109</y>
37
+ <width>100</width>
38
+ <height>25</height>
39
+ </rect>
40
+ </property>
41
+ <property name="minimumSize">
42
+ <size>
43
+ <width>0</width>
44
+ <height>25</height>
45
+ </size>
46
+ </property>
47
+ <property name="maximumSize">
48
+ <size>
49
+ <width>100</width>
50
+ <height>16777215</height>
51
+ </size>
52
+ </property>
53
+ <property name="alignment">
54
+ <set>Qt::AlignCenter</set>
55
+ </property>
56
+ <property name="maximum">
57
+ <number>4096</number>
58
+ </property>
59
+ <property name="value">
60
+ <number>4096</number>
61
+ </property>
62
+ </widget>
63
+ <widget class="QDoubleSpinBox" name="boxTemperature">
64
+ <property name="geometry">
65
+ <rect>
66
+ <x>190</x>
67
+ <y>109</y>
68
+ <width>100</width>
69
+ <height>25</height>
70
+ </rect>
71
+ </property>
72
+ <property name="minimumSize">
73
+ <size>
74
+ <width>0</width>
75
+ <height>25</height>
76
+ </size>
77
+ </property>
78
+ <property name="maximumSize">
79
+ <size>
80
+ <width>100</width>
81
+ <height>16777215</height>
82
+ </size>
83
+ </property>
84
+ <property name="alignment">
85
+ <set>Qt::AlignCenter</set>
86
+ </property>
87
+ <property name="decimals">
88
+ <number>1</number>
89
+ </property>
90
+ <property name="maximum">
91
+ <double>1.000000000000000</double>
92
+ </property>
93
+ <property name="singleStep">
94
+ <double>0.100000000000000</double>
95
+ </property>
96
+ <property name="value">
97
+ <double>0.400000000000000</double>
98
+ </property>
99
+ </widget>
100
+ <widget class="QLabel" name="label_3">
101
+ <property name="geometry">
102
+ <rect>
103
+ <x>190</x>
104
+ <y>90</y>
105
+ <width>100</width>
106
+ <height>15</height>
107
+ </rect>
108
+ </property>
109
+ <property name="text">
110
+ <string>Temperature</string>
111
+ </property>
112
+ <property name="alignment">
113
+ <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
114
+ </property>
115
+ </widget>
116
+ <widget class="QLabel" name="label">
117
+ <property name="geometry">
118
+ <rect>
119
+ <x>60</x>
120
+ <y>30</y>
121
+ <width>41</width>
122
+ <height>21</height>
123
+ </rect>
124
+ </property>
125
+ <property name="text">
126
+ <string>Model :</string>
127
+ </property>
128
+ </widget>
129
+ <widget class="QPushButton" name="callApi">
130
+ <property name="geometry">
131
+ <rect>
132
+ <x>100</x>
133
+ <y>190</y>
134
+ <width>131</width>
135
+ <height>31</height>
136
+ </rect>
137
+ </property>
138
+ <property name="text">
139
+ <string>Call API</string>
140
+ </property>
141
+ </widget>
142
+ <widget class="QLineEdit" name="modelName">
143
+ <property name="geometry">
144
+ <rect>
145
+ <x>140</x>
146
+ <y>30</y>
147
+ <width>161</width>
148
+ <height>20</height>
149
+ </rect>
150
+ </property>
151
+ </widget>
152
+ </widget>
153
+ <resources/>
154
+ <connections/>
155
+ </ui>
@@ -36,7 +36,7 @@ class CustomInstall(install):
36
36
 
37
37
  # Configuration
38
38
  NAME = "io4it"
39
- VERSION = "2.0.0.11"
39
+ VERSION = "2.0.0.13"
40
40
 
41
41
  INSTALL_REQUIRES = [
42
42
  "pylatexenc",
@@ -54,7 +54,11 @@ INSTALL_REQUIRES = [
54
54
  "pypandoc-binary",
55
55
  "scikit-learn",
56
56
  "openai",
57
- "pip-system-certs"
57
+ "pip-system-certs",
58
+ "docx2pdf",
59
+ "doc2docx",
60
+ "msal",
61
+ "exchangelib"
58
62
  ]
59
63
 
60
64
  AUTHOR = ""
io4it-2.0.0.11/PKG-INFO DELETED
@@ -1,7 +0,0 @@
1
- Metadata-Version: 2.1
2
- Name: io4it
3
- Version: 2.0.0.11
4
- Home-page:
5
- Author:
6
- Author-email:
7
- Keywords: orange3 add-on
@@ -1,7 +0,0 @@
1
- Metadata-Version: 2.1
2
- Name: io4it
3
- Version: 2.0.0.11
4
- Home-page:
5
- Author:
6
- Author-email:
7
- Keywords: orange3 add-on
File without changes