io4it 2.0.0.15__tar.gz → 2.0.0.17__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.15 → io4it-2.0.0.17}/PKG-INFO +1 -1
  2. {io4it-2.0.0.15 → io4it-2.0.0.17}/io4it.egg-info/PKG-INFO +1 -1
  3. io4it-2.0.0.17/io4it.egg-info/entry_points.txt +6 -0
  4. {io4it-2.0.0.15 → io4it-2.0.0.17}/io4it.egg-info/requires.txt +1 -0
  5. {io4it-2.0.0.15 → io4it-2.0.0.17}/setup.py +9 -4
  6. io4it-2.0.0.15/io4it.egg-info/entry_points.txt +0 -2
  7. {io4it-2.0.0.15 → io4it-2.0.0.17}/io4it.egg-info/SOURCES.txt +0 -0
  8. {io4it-2.0.0.15 → io4it-2.0.0.17}/io4it.egg-info/dependency_links.txt +0 -0
  9. {io4it-2.0.0.15 → io4it-2.0.0.17}/io4it.egg-info/namespace_packages.txt +0 -0
  10. {io4it-2.0.0.15 → io4it-2.0.0.17}/io4it.egg-info/top_level.txt +0 -0
  11. {io4it-2.0.0.15 → io4it-2.0.0.17}/orangecontrib/IO4IT/__init__.py +0 -0
  12. {io4it-2.0.0.15 → io4it-2.0.0.17}/orangecontrib/IO4IT/ocr_function/__init__.py +0 -0
  13. {io4it-2.0.0.15 → io4it-2.0.0.17}/orangecontrib/IO4IT/ocr_function/word_converter.py +0 -0
  14. {io4it-2.0.0.15 → io4it-2.0.0.17}/orangecontrib/IO4IT/utils/__init__.py +0 -0
  15. {io4it-2.0.0.15 → io4it-2.0.0.17}/orangecontrib/IO4IT/utils/mail.py +0 -0
  16. {io4it-2.0.0.15 → io4it-2.0.0.17}/orangecontrib/IO4IT/utils/offuscation_basique.py +0 -0
  17. {io4it-2.0.0.15 → io4it-2.0.0.17}/orangecontrib/IO4IT/widgets/OWChatGpt.py +0 -0
  18. {io4it-2.0.0.15 → io4it-2.0.0.17}/orangecontrib/IO4IT/widgets/OWDeep_Search.py +0 -0
  19. {io4it-2.0.0.15 → io4it-2.0.0.17}/orangecontrib/IO4IT/widgets/OWExportMarkdown.py +0 -0
  20. {io4it-2.0.0.15 → io4it-2.0.0.17}/orangecontrib/IO4IT/widgets/OWMarkdownizer.py +0 -0
  21. {io4it-2.0.0.15 → io4it-2.0.0.17}/orangecontrib/IO4IT/widgets/OWS3Uploader.py +0 -0
  22. {io4it-2.0.0.15 → io4it-2.0.0.17}/orangecontrib/IO4IT/widgets/OWS3downloader.py +0 -0
  23. {io4it-2.0.0.15 → io4it-2.0.0.17}/orangecontrib/IO4IT/widgets/OWS3list.py +0 -0
  24. {io4it-2.0.0.15 → io4it-2.0.0.17}/orangecontrib/IO4IT/widgets/OWSpeechToText.py +0 -0
  25. {io4it-2.0.0.15 → io4it-2.0.0.17}/orangecontrib/IO4IT/widgets/OWmailLoader.py +0 -0
  26. {io4it-2.0.0.15 → io4it-2.0.0.17}/orangecontrib/IO4IT/widgets/OWmailSender.py +0 -0
  27. {io4it-2.0.0.15 → io4it-2.0.0.17}/orangecontrib/IO4IT/widgets/OWwordpdf2docx.py +0 -0
  28. {io4it-2.0.0.15 → io4it-2.0.0.17}/orangecontrib/IO4IT/widgets/__init__.py +0 -0
  29. {io4it-2.0.0.15 → io4it-2.0.0.17}/orangecontrib/IO4IT/widgets/designer/__init__.py +0 -0
  30. {io4it-2.0.0.15 → io4it-2.0.0.17}/orangecontrib/IO4IT/widgets/designer/chart.html +0 -0
  31. {io4it-2.0.0.15 → io4it-2.0.0.17}/orangecontrib/IO4IT/widgets/designer/nogui.ui +0 -0
  32. {io4it-2.0.0.15 → io4it-2.0.0.17}/orangecontrib/IO4IT/widgets/designer/ow_file_ext_selector.ui +0 -0
  33. {io4it-2.0.0.15 → io4it-2.0.0.17}/orangecontrib/IO4IT/widgets/designer/owchatgpt.ui +0 -0
  34. {io4it-2.0.0.15 → io4it-2.0.0.17}/orangecontrib/IO4IT/widgets/designer/owdeepsearch.ui +0 -0
  35. {io4it-2.0.0.15 → io4it-2.0.0.17}/orangecontrib/IO4IT/widgets/designer/owexportmarkdown.ui +0 -0
  36. {io4it-2.0.0.15 → io4it-2.0.0.17}/orangecontrib/IO4IT/widgets/designer/owmailloader.ui +0 -0
  37. {io4it-2.0.0.15 → io4it-2.0.0.17}/orangecontrib/IO4IT/widgets/designer/owmailsender.ui +0 -0
  38. {io4it-2.0.0.15 → io4it-2.0.0.17}/orangecontrib/IO4IT/widgets/designer/owmarkdownizer.ui +0 -0
  39. {io4it-2.0.0.15 → io4it-2.0.0.17}/orangecontrib/IO4IT/widgets/designer/owspeechtotext.ui +0 -0
  40. {io4it-2.0.0.15 → io4it-2.0.0.17}/orangecontrib/IO4IT/widgets/designer/owvisualizationer.ui +0 -0
  41. {io4it-2.0.0.15 → io4it-2.0.0.17}/orangecontrib/IO4IT/widgets/designer/wordpdf2docx.ui +0 -0
  42. {io4it-2.0.0.15 → io4it-2.0.0.17}/orangecontrib/IO4IT/widgets/icons/__init__.py +0 -0
  43. {io4it-2.0.0.15 → io4it-2.0.0.17}/orangecontrib/IO4IT/widgets/icons/chatgpt.png +0 -0
  44. {io4it-2.0.0.15 → io4it-2.0.0.17}/orangecontrib/IO4IT/widgets/icons/deepsearch.svg +0 -0
  45. {io4it-2.0.0.15 → io4it-2.0.0.17}/orangecontrib/IO4IT/widgets/icons/download.png +0 -0
  46. {io4it-2.0.0.15 → io4it-2.0.0.17}/orangecontrib/IO4IT/widgets/icons/export_md.png +0 -0
  47. {io4it-2.0.0.15 → io4it-2.0.0.17}/orangecontrib/IO4IT/widgets/icons/file_extensor.png +0 -0
  48. {io4it-2.0.0.15 → io4it-2.0.0.17}/orangecontrib/IO4IT/widgets/icons/list_aws.png +0 -0
  49. {io4it-2.0.0.15 → io4it-2.0.0.17}/orangecontrib/IO4IT/widgets/icons/mail_loader.png +0 -0
  50. {io4it-2.0.0.15 → io4it-2.0.0.17}/orangecontrib/IO4IT/widgets/icons/mail_writer.png +0 -0
  51. {io4it-2.0.0.15 → io4it-2.0.0.17}/orangecontrib/IO4IT/widgets/icons/md.png +0 -0
  52. {io4it-2.0.0.15 → io4it-2.0.0.17}/orangecontrib/IO4IT/widgets/icons/speech_to_text.png +0 -0
  53. {io4it-2.0.0.15 → io4it-2.0.0.17}/orangecontrib/IO4IT/widgets/icons/upload.png +0 -0
  54. {io4it-2.0.0.15 → io4it-2.0.0.17}/orangecontrib/IO4IT/widgets/icons/visualizationer.png +0 -0
  55. {io4it-2.0.0.15 → io4it-2.0.0.17}/orangecontrib/IO4IT/widgets/icons/wordpdf2docx.png +0 -0
  56. {io4it-2.0.0.15 → io4it-2.0.0.17}/orangecontrib/IO4IT/widgets/icons_dev/__init__.py +0 -0
  57. {io4it-2.0.0.15 → io4it-2.0.0.17}/orangecontrib/__init__.py +0 -0
  58. {io4it-2.0.0.15 → io4it-2.0.0.17}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: io4it
3
- Version: 2.0.0.15
3
+ Version: 2.0.0.17
4
4
  Home-page:
5
5
  Author:
6
6
  Author-email:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: io4it
3
- Version: 2.0.0.15
3
+ Version: 2.0.0.17
4
4
  Home-page:
5
5
  Author:
6
6
  Author-email:
@@ -0,0 +1,6 @@
1
+ [orange.widgets]
2
+ AAIT - ALGORITHM = orangecontrib.ALGORITHM.widgets
3
+ AAIT - API = orangecontrib.API.widgets
4
+ AAIT - LLM INTEGRATION = orangecontrib.LLM_INTEGRATION.widgets
5
+ AAIT - MODELS = orangecontrib.LLM_MODELS.widgets
6
+ AAIT - TOOLBOX = orangecontrib.TOOLBOX.widgets
@@ -18,3 +18,4 @@ docx2pdf
18
18
  doc2docx
19
19
  msal
20
20
  exchangelib
21
+ CATEGORIT
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
2
2
 
3
3
  # Configuration
4
4
  NAME = "io4it"
5
- VERSION = "2.0.0.15"
5
+ VERSION = "2.0.0.17"
6
6
 
7
7
  INSTALL_REQUIRES = [
8
8
  "pylatexenc",
@@ -24,7 +24,8 @@ INSTALL_REQUIRES = [
24
24
  "docx2pdf",
25
25
  "doc2docx",
26
26
  "msal",
27
- "exchangelib"
27
+ "exchangelib",
28
+ "CATEGORIT"
28
29
  ]
29
30
 
30
31
  AUTHOR = ""
@@ -45,8 +46,12 @@ PACKAGE_DATA = {
45
46
 
46
47
  ENTRY_POINTS = {
47
48
  "orange.widgets": (
48
- "Advanced Artificial Intelligence Tools = orangecontrib.IO4IT.widgets",
49
- )
49
+ "AAIT - ALGORITHM = orangecontrib.ALGORITHM.widgets",
50
+ "AAIT - API = orangecontrib.API.widgets",
51
+ "AAIT - MODELS = orangecontrib.LLM_MODELS.widgets",
52
+ "AAIT - LLM INTEGRATION = orangecontrib.LLM_INTEGRATION.widgets",
53
+ "AAIT - TOOLBOX = orangecontrib.TOOLBOX.widgets",
54
+ ),
50
55
  }
51
56
 
52
57
  NAMESPACE_PACKAGES = ["orangecontrib"]
@@ -1,2 +0,0 @@
1
- [orange.widgets]
2
- Advanced Artificial Intelligence Tools = orangecontrib.IO4IT.widgets
File without changes