io4it 1.0.2__tar.gz → 1.0.3.1__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 (53) hide show
  1. {io4it-1.0.2 → io4it-1.0.3.1}/PKG-INFO +4 -4
  2. {io4it-1.0.2 → io4it-1.0.3.1}/io4it.egg-info/PKG-INFO +4 -4
  3. {io4it-1.0.2 → io4it-1.0.3.1}/io4it.egg-info/SOURCES.txt +1 -0
  4. {io4it-1.0.2 → io4it-1.0.3.1}/io4it.egg-info/requires.txt +3 -3
  5. io4it-1.0.3.1/orangecontrib/IO4IT/widgets/designer/owdeepsearch.ui +74 -0
  6. {io4it-1.0.2 → io4it-1.0.3.1}/setup.py +5 -5
  7. {io4it-1.0.2 → io4it-1.0.3.1}/io4it.egg-info/dependency_links.txt +0 -0
  8. {io4it-1.0.2 → io4it-1.0.3.1}/io4it.egg-info/entry_points.txt +0 -0
  9. {io4it-1.0.2 → io4it-1.0.3.1}/io4it.egg-info/namespace_packages.txt +0 -0
  10. {io4it-1.0.2 → io4it-1.0.3.1}/io4it.egg-info/top_level.txt +0 -0
  11. {io4it-1.0.2 → io4it-1.0.3.1}/orangecontrib/IO4IT/__init__.py +0 -0
  12. {io4it-1.0.2 → io4it-1.0.3.1}/orangecontrib/IO4IT/ocr_function/__init__.py +0 -0
  13. {io4it-1.0.2 → io4it-1.0.3.1}/orangecontrib/IO4IT/ocr_function/word_converter.py +0 -0
  14. {io4it-1.0.2 → io4it-1.0.3.1}/orangecontrib/IO4IT/utils/__init__.py +0 -0
  15. {io4it-1.0.2 → io4it-1.0.3.1}/orangecontrib/IO4IT/utils/mail.py +0 -0
  16. {io4it-1.0.2 → io4it-1.0.3.1}/orangecontrib/IO4IT/utils/offuscation_basique.py +0 -0
  17. {io4it-1.0.2 → io4it-1.0.3.1}/orangecontrib/IO4IT/widgets/OWDeep_Search.py +0 -0
  18. {io4it-1.0.2 → io4it-1.0.3.1}/orangecontrib/IO4IT/widgets/OWExportMarkdown.py +0 -0
  19. {io4it-1.0.2 → io4it-1.0.3.1}/orangecontrib/IO4IT/widgets/OWMarkdownizer.py +0 -0
  20. {io4it-1.0.2 → io4it-1.0.3.1}/orangecontrib/IO4IT/widgets/OWS3Uploader.py +0 -0
  21. {io4it-1.0.2 → io4it-1.0.3.1}/orangecontrib/IO4IT/widgets/OWS3downloader.py +0 -0
  22. {io4it-1.0.2 → io4it-1.0.3.1}/orangecontrib/IO4IT/widgets/OWS3list.py +0 -0
  23. {io4it-1.0.2 → io4it-1.0.3.1}/orangecontrib/IO4IT/widgets/OWSpeechToText.py +0 -0
  24. {io4it-1.0.2 → io4it-1.0.3.1}/orangecontrib/IO4IT/widgets/OWmailLoader.py +0 -0
  25. {io4it-1.0.2 → io4it-1.0.3.1}/orangecontrib/IO4IT/widgets/OWmailSender.py +0 -0
  26. {io4it-1.0.2 → io4it-1.0.3.1}/orangecontrib/IO4IT/widgets/OWwordpdf2docx.py +0 -0
  27. {io4it-1.0.2 → io4it-1.0.3.1}/orangecontrib/IO4IT/widgets/__init__.py +0 -0
  28. {io4it-1.0.2 → io4it-1.0.3.1}/orangecontrib/IO4IT/widgets/designer/__init__.py +0 -0
  29. {io4it-1.0.2 → io4it-1.0.3.1}/orangecontrib/IO4IT/widgets/designer/chart.html +0 -0
  30. {io4it-1.0.2 → io4it-1.0.3.1}/orangecontrib/IO4IT/widgets/designer/nogui.ui +0 -0
  31. {io4it-1.0.2 → io4it-1.0.3.1}/orangecontrib/IO4IT/widgets/designer/ow_file_ext_selector.ui +0 -0
  32. {io4it-1.0.2 → io4it-1.0.3.1}/orangecontrib/IO4IT/widgets/designer/owexportmarkdown.ui +0 -0
  33. {io4it-1.0.2 → io4it-1.0.3.1}/orangecontrib/IO4IT/widgets/designer/owmailloader.ui +0 -0
  34. {io4it-1.0.2 → io4it-1.0.3.1}/orangecontrib/IO4IT/widgets/designer/owmailsender.ui +0 -0
  35. {io4it-1.0.2 → io4it-1.0.3.1}/orangecontrib/IO4IT/widgets/designer/owspeechtotext.ui +0 -0
  36. {io4it-1.0.2 → io4it-1.0.3.1}/orangecontrib/IO4IT/widgets/designer/owvisualizationer.ui +0 -0
  37. {io4it-1.0.2 → io4it-1.0.3.1}/orangecontrib/IO4IT/widgets/designer/wordpdf2docx.ui +0 -0
  38. {io4it-1.0.2 → io4it-1.0.3.1}/orangecontrib/IO4IT/widgets/icons/__init__.py +0 -0
  39. {io4it-1.0.2 → io4it-1.0.3.1}/orangecontrib/IO4IT/widgets/icons/deepsearch.svg +0 -0
  40. {io4it-1.0.2 → io4it-1.0.3.1}/orangecontrib/IO4IT/widgets/icons/download.png +0 -0
  41. {io4it-1.0.2 → io4it-1.0.3.1}/orangecontrib/IO4IT/widgets/icons/export_md.png +0 -0
  42. {io4it-1.0.2 → io4it-1.0.3.1}/orangecontrib/IO4IT/widgets/icons/file_extensor.png +0 -0
  43. {io4it-1.0.2 → io4it-1.0.3.1}/orangecontrib/IO4IT/widgets/icons/list_aws.png +0 -0
  44. {io4it-1.0.2 → io4it-1.0.3.1}/orangecontrib/IO4IT/widgets/icons/mail_loader.png +0 -0
  45. {io4it-1.0.2 → io4it-1.0.3.1}/orangecontrib/IO4IT/widgets/icons/mail_writer.png +0 -0
  46. {io4it-1.0.2 → io4it-1.0.3.1}/orangecontrib/IO4IT/widgets/icons/md.png +0 -0
  47. {io4it-1.0.2 → io4it-1.0.3.1}/orangecontrib/IO4IT/widgets/icons/speech_to_text.png +0 -0
  48. {io4it-1.0.2 → io4it-1.0.3.1}/orangecontrib/IO4IT/widgets/icons/upload.png +0 -0
  49. {io4it-1.0.2 → io4it-1.0.3.1}/orangecontrib/IO4IT/widgets/icons/visualizationer.png +0 -0
  50. {io4it-1.0.2 → io4it-1.0.3.1}/orangecontrib/IO4IT/widgets/icons/wordpdf2docx.png +0 -0
  51. {io4it-1.0.2 → io4it-1.0.3.1}/orangecontrib/IO4IT/widgets/icons_dev/__init__.py +0 -0
  52. {io4it-1.0.2 → io4it-1.0.3.1}/orangecontrib/__init__.py +0 -0
  53. {io4it-1.0.2 → io4it-1.0.3.1}/setup.cfg +0 -0
@@ -1,10 +1,12 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: io4it
3
- Version: 1.0.2
3
+ Version: 1.0.3.1
4
4
  Home-page:
5
5
  Author:
6
6
  Author-email:
7
7
  Keywords: orange3 add-on
8
+ Requires-Dist: pylatexenc
9
+ Requires-Dist: docopt
8
10
  Requires-Dist: boto3
9
11
  Requires-Dist: docling
10
12
  Requires-Dist: docling-core
@@ -13,9 +15,7 @@ Requires-Dist: whisper
13
15
  Requires-Dist: whisper-openai
14
16
  Requires-Dist: pyannote.audio
15
17
  Requires-Dist: pyannote-core
16
- Requires-Dist: wave
18
+ Requires-Dist: wave==0.0.2
17
19
  Requires-Dist: scikit-learn
18
- Requires-Dist: pylatexenc
19
- Requires-Dist: docopt
20
20
  Dynamic: keywords
21
21
  Dynamic: requires-dist
@@ -1,10 +1,12 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: io4it
3
- Version: 1.0.2
3
+ Version: 1.0.3.1
4
4
  Home-page:
5
5
  Author:
6
6
  Author-email:
7
7
  Keywords: orange3 add-on
8
+ Requires-Dist: pylatexenc
9
+ Requires-Dist: docopt
8
10
  Requires-Dist: boto3
9
11
  Requires-Dist: docling
10
12
  Requires-Dist: docling-core
@@ -13,9 +15,7 @@ Requires-Dist: whisper
13
15
  Requires-Dist: whisper-openai
14
16
  Requires-Dist: pyannote.audio
15
17
  Requires-Dist: pyannote-core
16
- Requires-Dist: wave
18
+ Requires-Dist: wave==0.0.2
17
19
  Requires-Dist: scikit-learn
18
- Requires-Dist: pylatexenc
19
- Requires-Dist: docopt
20
20
  Dynamic: keywords
21
21
  Dynamic: requires-dist
@@ -29,6 +29,7 @@ orangecontrib/IO4IT/widgets/designer/__init__.py
29
29
  orangecontrib/IO4IT/widgets/designer/chart.html
30
30
  orangecontrib/IO4IT/widgets/designer/nogui.ui
31
31
  orangecontrib/IO4IT/widgets/designer/ow_file_ext_selector.ui
32
+ orangecontrib/IO4IT/widgets/designer/owdeepsearch.ui
32
33
  orangecontrib/IO4IT/widgets/designer/owexportmarkdown.ui
33
34
  orangecontrib/IO4IT/widgets/designer/owmailloader.ui
34
35
  orangecontrib/IO4IT/widgets/designer/owmailsender.ui
@@ -1,3 +1,5 @@
1
+ pylatexenc
2
+ docopt
1
3
  boto3
2
4
  docling
3
5
  docling-core
@@ -6,7 +8,5 @@ whisper
6
8
  whisper-openai
7
9
  pyannote.audio
8
10
  pyannote-core
9
- wave
11
+ wave==0.0.2
10
12
  scikit-learn
11
- pylatexenc
12
- docopt
@@ -0,0 +1,74 @@
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>700</width>
10
+ <height>500</height>
11
+ </rect>
12
+ </property>
13
+ <property name="windowTitle">
14
+ <string>Form</string>
15
+ </property>
16
+ <widget class="QLabel" name="label">
17
+ <property name="geometry">
18
+ <rect>
19
+ <x>10</x>
20
+ <y>70</y>
21
+ <width>121</width>
22
+ <height>21</height>
23
+ </rect>
24
+ </property>
25
+ <property name="text">
26
+ <string>API Key :</string>
27
+ </property>
28
+ </widget>
29
+ <widget class="QLabel" name="Description">
30
+ <property name="geometry">
31
+ <rect>
32
+ <x>30</x>
33
+ <y>10</y>
34
+ <width>551</width>
35
+ <height>51</height>
36
+ </rect>
37
+ </property>
38
+ <property name="text">
39
+ <string>This widget generates a deepsearch answer on the column &quot;prompt&quot; of your input data.</string>
40
+ </property>
41
+ <property name="textFormat">
42
+ <enum>Qt::AutoText</enum>
43
+ </property>
44
+ <property name="alignment">
45
+ <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
46
+ </property>
47
+ <property name="wordWrap">
48
+ <bool>true</bool>
49
+ </property>
50
+ </widget>
51
+ <widget class="QTextBrowser" name="textBrowser">
52
+ <property name="geometry">
53
+ <rect>
54
+ <x>20</x>
55
+ <y>120</y>
56
+ <width>661</width>
57
+ <height>331</height>
58
+ </rect>
59
+ </property>
60
+ </widget>
61
+ <widget class="QLineEdit" name="line_api_key">
62
+ <property name="geometry">
63
+ <rect>
64
+ <x>100</x>
65
+ <y>60</y>
66
+ <width>571</width>
67
+ <height>41</height>
68
+ </rect>
69
+ </property>
70
+ </widget>
71
+ </widget>
72
+ <resources/>
73
+ <connections/>
74
+ </ui>
@@ -36,9 +36,11 @@ class CustomInstall(install):
36
36
 
37
37
  # Configuration
38
38
  NAME = "io4it"
39
- VERSION = "1.0.2"
39
+ VERSION = "1.0.3.1"
40
40
 
41
41
  INSTALL_REQUIRES = [
42
+ "pylatexenc",
43
+ "docopt",
42
44
  "boto3",
43
45
  "docling",
44
46
  "docling-core",
@@ -47,10 +49,8 @@ INSTALL_REQUIRES = [
47
49
  "whisper-openai",
48
50
  "pyannote.audio",
49
51
  "pyannote-core",
50
- "wave",
51
- "scikit-learn",
52
- "pylatexenc",
53
- "docopt",
52
+ "wave==0.0.2",
53
+ "scikit-learn"
54
54
  ]
55
55
 
56
56
  AUTHOR = ""
File without changes
File without changes