io4it 1.0.0.3__tar.gz → 1.0.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 (41) hide show
  1. io4it-1.0.1/PKG-INFO +19 -0
  2. io4it-1.0.1/io4it.egg-info/PKG-INFO +19 -0
  3. {io4it-1.0.0.3 → io4it-1.0.1}/setup.py +1 -1
  4. io4it-1.0.0.3/PKG-INFO +0 -7
  5. io4it-1.0.0.3/io4it.egg-info/PKG-INFO +0 -7
  6. {io4it-1.0.0.3 → io4it-1.0.1}/io4it.egg-info/SOURCES.txt +0 -0
  7. {io4it-1.0.0.3 → io4it-1.0.1}/io4it.egg-info/dependency_links.txt +0 -0
  8. {io4it-1.0.0.3 → io4it-1.0.1}/io4it.egg-info/entry_points.txt +0 -0
  9. {io4it-1.0.0.3 → io4it-1.0.1}/io4it.egg-info/namespace_packages.txt +0 -0
  10. {io4it-1.0.0.3 → io4it-1.0.1}/io4it.egg-info/requires.txt +0 -0
  11. {io4it-1.0.0.3 → io4it-1.0.1}/io4it.egg-info/top_level.txt +0 -0
  12. {io4it-1.0.0.3 → io4it-1.0.1}/orangecontrib/IO4IT/__init__.py +0 -0
  13. {io4it-1.0.0.3 → io4it-1.0.1}/orangecontrib/IO4IT/ocr_function/__init__.py +0 -0
  14. {io4it-1.0.0.3 → io4it-1.0.1}/orangecontrib/IO4IT/ocr_function/word_converter.py +0 -0
  15. {io4it-1.0.0.3 → io4it-1.0.1}/orangecontrib/IO4IT/widgets/OWMarkdownizer.py +0 -0
  16. {io4it-1.0.0.3 → io4it-1.0.1}/orangecontrib/IO4IT/widgets/OWS3Uploader.py +0 -0
  17. {io4it-1.0.0.3 → io4it-1.0.1}/orangecontrib/IO4IT/widgets/OWS3downloader.py +0 -0
  18. {io4it-1.0.0.3 → io4it-1.0.1}/orangecontrib/IO4IT/widgets/OWS3list.py +0 -0
  19. {io4it-1.0.0.3 → io4it-1.0.1}/orangecontrib/IO4IT/widgets/OWSpeechToText.py +0 -0
  20. {io4it-1.0.0.3 → io4it-1.0.1}/orangecontrib/IO4IT/widgets/OWwordpdf2docx.py +0 -0
  21. {io4it-1.0.0.3 → io4it-1.0.1}/orangecontrib/IO4IT/widgets/__init__.py +0 -0
  22. {io4it-1.0.0.3 → io4it-1.0.1}/orangecontrib/IO4IT/widgets/designer/__init__.py +0 -0
  23. {io4it-1.0.0.3 → io4it-1.0.1}/orangecontrib/IO4IT/widgets/designer/chart.html +0 -0
  24. {io4it-1.0.0.3 → io4it-1.0.1}/orangecontrib/IO4IT/widgets/designer/nogui.ui +0 -0
  25. {io4it-1.0.0.3 → io4it-1.0.1}/orangecontrib/IO4IT/widgets/designer/ow_file_ext_selector.ui +0 -0
  26. {io4it-1.0.0.3 → io4it-1.0.1}/orangecontrib/IO4IT/widgets/designer/owmailloader.ui +0 -0
  27. {io4it-1.0.0.3 → io4it-1.0.1}/orangecontrib/IO4IT/widgets/designer/owspeechtotext.ui +0 -0
  28. {io4it-1.0.0.3 → io4it-1.0.1}/orangecontrib/IO4IT/widgets/designer/owvisualizationer.ui +0 -0
  29. {io4it-1.0.0.3 → io4it-1.0.1}/orangecontrib/IO4IT/widgets/designer/wordpdf2docx.ui +0 -0
  30. {io4it-1.0.0.3 → io4it-1.0.1}/orangecontrib/IO4IT/widgets/icons/__init__.py +0 -0
  31. {io4it-1.0.0.3 → io4it-1.0.1}/orangecontrib/IO4IT/widgets/icons/download.png +0 -0
  32. {io4it-1.0.0.3 → io4it-1.0.1}/orangecontrib/IO4IT/widgets/icons/file_extensor.png +0 -0
  33. {io4it-1.0.0.3 → io4it-1.0.1}/orangecontrib/IO4IT/widgets/icons/list_aws.png +0 -0
  34. {io4it-1.0.0.3 → io4it-1.0.1}/orangecontrib/IO4IT/widgets/icons/md.png +0 -0
  35. {io4it-1.0.0.3 → io4it-1.0.1}/orangecontrib/IO4IT/widgets/icons/speech_to_text.png +0 -0
  36. {io4it-1.0.0.3 → io4it-1.0.1}/orangecontrib/IO4IT/widgets/icons/upload.png +0 -0
  37. {io4it-1.0.0.3 → io4it-1.0.1}/orangecontrib/IO4IT/widgets/icons/visualizationer.png +0 -0
  38. {io4it-1.0.0.3 → io4it-1.0.1}/orangecontrib/IO4IT/widgets/icons/wordpdf2docx.png +0 -0
  39. {io4it-1.0.0.3 → io4it-1.0.1}/orangecontrib/IO4IT/widgets/icons_dev/__init__.py +0 -0
  40. {io4it-1.0.0.3 → io4it-1.0.1}/orangecontrib/__init__.py +0 -0
  41. {io4it-1.0.0.3 → io4it-1.0.1}/setup.cfg +0 -0
io4it-1.0.1/PKG-INFO ADDED
@@ -0,0 +1,19 @@
1
+ Metadata-Version: 2.4
2
+ Name: io4it
3
+ Version: 1.0.1
4
+ Home-page:
5
+ Author:
6
+ Author-email:
7
+ Keywords: orange3 add-on
8
+ Requires-Dist: boto3
9
+ Requires-Dist: docling
10
+ Requires-Dist: docling-core
11
+ Requires-Dist: speechbrain
12
+ Requires-Dist: whisper
13
+ Requires-Dist: whisper-openai
14
+ Requires-Dist: pyannote.audio
15
+ Requires-Dist: pyannote-core
16
+ Requires-Dist: wave
17
+ Requires-Dist: scikit-learn
18
+ Dynamic: keywords
19
+ Dynamic: requires-dist
@@ -0,0 +1,19 @@
1
+ Metadata-Version: 2.4
2
+ Name: io4it
3
+ Version: 1.0.1
4
+ Home-page:
5
+ Author:
6
+ Author-email:
7
+ Keywords: orange3 add-on
8
+ Requires-Dist: boto3
9
+ Requires-Dist: docling
10
+ Requires-Dist: docling-core
11
+ Requires-Dist: speechbrain
12
+ Requires-Dist: whisper
13
+ Requires-Dist: whisper-openai
14
+ Requires-Dist: pyannote.audio
15
+ Requires-Dist: pyannote-core
16
+ Requires-Dist: wave
17
+ Requires-Dist: scikit-learn
18
+ Dynamic: keywords
19
+ Dynamic: requires-dist
@@ -36,7 +36,7 @@ class CustomInstall(install):
36
36
 
37
37
  # Configuration
38
38
  NAME = "io4it"
39
- VERSION = "1.0.0.3"
39
+ VERSION = "1.0.1"
40
40
 
41
41
  INSTALL_REQUIRES = [
42
42
  "boto3",
io4it-1.0.0.3/PKG-INFO DELETED
@@ -1,7 +0,0 @@
1
- Metadata-Version: 2.1
2
- Name: io4it
3
- Version: 1.0.0.3
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: 1.0.0.3
4
- Home-page:
5
- Author:
6
- Author-email:
7
- Keywords: orange3 add-on
File without changes
File without changes