webscout 2.4__tar.gz → 2.5__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.

Potentially problematic release.


This version of webscout might be problematic. Click here for more details.

Files changed (69) hide show
  1. {webscout-2.4 → webscout-2.5}/PKG-INFO +3 -2
  2. {webscout-2.4 → webscout-2.5}/setup.py +2 -2
  3. {webscout-2.4 → webscout-2.5}/webscout.egg-info/PKG-INFO +3 -2
  4. {webscout-2.4 → webscout-2.5}/webscout.egg-info/requires.txt +2 -1
  5. {webscout-2.4 → webscout-2.5}/DeepWEBS/__init__.py +0 -0
  6. {webscout-2.4 → webscout-2.5}/DeepWEBS/documents/__init__.py +0 -0
  7. {webscout-2.4 → webscout-2.5}/DeepWEBS/documents/query_results_extractor.py +0 -0
  8. {webscout-2.4 → webscout-2.5}/DeepWEBS/documents/webpage_content_extractor.py +0 -0
  9. {webscout-2.4 → webscout-2.5}/DeepWEBS/networks/__init__.py +0 -0
  10. {webscout-2.4 → webscout-2.5}/DeepWEBS/networks/filepath_converter.py +0 -0
  11. {webscout-2.4 → webscout-2.5}/DeepWEBS/networks/google_searcher.py +0 -0
  12. {webscout-2.4 → webscout-2.5}/DeepWEBS/networks/network_configs.py +0 -0
  13. {webscout-2.4 → webscout-2.5}/DeepWEBS/networks/webpage_fetcher.py +0 -0
  14. {webscout-2.4 → webscout-2.5}/DeepWEBS/utilsdw/__init__.py +0 -0
  15. {webscout-2.4 → webscout-2.5}/DeepWEBS/utilsdw/enver.py +0 -0
  16. {webscout-2.4 → webscout-2.5}/DeepWEBS/utilsdw/logger.py +0 -0
  17. {webscout-2.4 → webscout-2.5}/LICENSE.md +0 -0
  18. {webscout-2.4 → webscout-2.5}/README.md +0 -0
  19. {webscout-2.4 → webscout-2.5}/setup.cfg +0 -0
  20. {webscout-2.4 → webscout-2.5}/webscout/AIauto.py +0 -0
  21. {webscout-2.4 → webscout-2.5}/webscout/AIbase.py +0 -0
  22. {webscout-2.4 → webscout-2.5}/webscout/AIutel.py +0 -0
  23. {webscout-2.4 → webscout-2.5}/webscout/DWEBS.py +0 -0
  24. {webscout-2.4 → webscout-2.5}/webscout/LLM.py +0 -0
  25. {webscout-2.4 → webscout-2.5}/webscout/Local/__init__.py +0 -0
  26. {webscout-2.4 → webscout-2.5}/webscout/Local/_version.py +0 -0
  27. {webscout-2.4 → webscout-2.5}/webscout/Local/formats.py +0 -0
  28. {webscout-2.4 → webscout-2.5}/webscout/Local/model.py +0 -0
  29. {webscout-2.4 → webscout-2.5}/webscout/Local/samplers.py +0 -0
  30. {webscout-2.4 → webscout-2.5}/webscout/Local/thread.py +0 -0
  31. {webscout-2.4 → webscout-2.5}/webscout/Local/utils.py +0 -0
  32. {webscout-2.4 → webscout-2.5}/webscout/Provider/Berlin4h.py +0 -0
  33. {webscout-2.4 → webscout-2.5}/webscout/Provider/Blackboxai.py +0 -0
  34. {webscout-2.4 → webscout-2.5}/webscout/Provider/ChatGPTUK.py +0 -0
  35. {webscout-2.4 → webscout-2.5}/webscout/Provider/Cohere.py +0 -0
  36. {webscout-2.4 → webscout-2.5}/webscout/Provider/Gemini.py +0 -0
  37. {webscout-2.4 → webscout-2.5}/webscout/Provider/Groq.py +0 -0
  38. {webscout-2.4 → webscout-2.5}/webscout/Provider/Koboldai.py +0 -0
  39. {webscout-2.4 → webscout-2.5}/webscout/Provider/Leo.py +0 -0
  40. {webscout-2.4 → webscout-2.5}/webscout/Provider/Llama2.py +0 -0
  41. {webscout-2.4 → webscout-2.5}/webscout/Provider/OpenGPT.py +0 -0
  42. {webscout-2.4 → webscout-2.5}/webscout/Provider/Openai.py +0 -0
  43. {webscout-2.4 → webscout-2.5}/webscout/Provider/Perplexity.py +0 -0
  44. {webscout-2.4 → webscout-2.5}/webscout/Provider/Phind.py +0 -0
  45. {webscout-2.4 → webscout-2.5}/webscout/Provider/Reka.py +0 -0
  46. {webscout-2.4 → webscout-2.5}/webscout/Provider/ThinkAnyAI.py +0 -0
  47. {webscout-2.4 → webscout-2.5}/webscout/Provider/Xjai.py +0 -0
  48. {webscout-2.4 → webscout-2.5}/webscout/Provider/Yepchat.py +0 -0
  49. {webscout-2.4 → webscout-2.5}/webscout/Provider/Youchat.py +0 -0
  50. {webscout-2.4 → webscout-2.5}/webscout/Provider/__init__.py +0 -0
  51. {webscout-2.4 → webscout-2.5}/webscout/__init__.py +0 -0
  52. {webscout-2.4 → webscout-2.5}/webscout/__main__.py +0 -0
  53. {webscout-2.4 → webscout-2.5}/webscout/async_providers.py +0 -0
  54. {webscout-2.4 → webscout-2.5}/webscout/cli.py +0 -0
  55. {webscout-2.4 → webscout-2.5}/webscout/exceptions.py +0 -0
  56. {webscout-2.4 → webscout-2.5}/webscout/g4f.py +0 -0
  57. {webscout-2.4 → webscout-2.5}/webscout/models.py +0 -0
  58. {webscout-2.4 → webscout-2.5}/webscout/tempid.py +0 -0
  59. {webscout-2.4 → webscout-2.5}/webscout/transcriber.py +0 -0
  60. {webscout-2.4 → webscout-2.5}/webscout/utils.py +0 -0
  61. {webscout-2.4 → webscout-2.5}/webscout/version.py +0 -0
  62. {webscout-2.4 → webscout-2.5}/webscout/voice.py +0 -0
  63. {webscout-2.4 → webscout-2.5}/webscout/webai.py +0 -0
  64. {webscout-2.4 → webscout-2.5}/webscout/webscout_search.py +0 -0
  65. {webscout-2.4 → webscout-2.5}/webscout/webscout_search_async.py +0 -0
  66. {webscout-2.4 → webscout-2.5}/webscout.egg-info/SOURCES.txt +0 -0
  67. {webscout-2.4 → webscout-2.5}/webscout.egg-info/dependency_links.txt +0 -0
  68. {webscout-2.4 → webscout-2.5}/webscout.egg-info/entry_points.txt +0 -0
  69. {webscout-2.4 → webscout-2.5}/webscout.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: webscout
3
- Version: 2.4
3
+ Version: 2.5
4
4
  Summary: Search for anything using Google, DuckDuckGo, phind.com, Contains AI models, can transcribe yt videos, temporary email and phone number generation, has TTS support, webai (terminal gpt and open interpreter) and offline LLMs
5
5
  Author: OEvortex
6
6
  Author-email: helpingai5@gmail.com
@@ -50,7 +50,8 @@ Requires-Dist: appdirs
50
50
  Requires-Dist: GoogleBard1>=2.1.4
51
51
  Requires-Dist: tls_client
52
52
  Requires-Dist: clipman
53
- Requires-Dist: Helpingai-T2playsound
53
+ Requires-Dist: Helpingai-T2
54
+ Requires-Dist: playsound
54
55
  Provides-Extra: dev
55
56
  Requires-Dist: ruff>=0.1.6; extra == "dev"
56
57
  Requires-Dist: pytest>=7.4.2; extra == "dev"
@@ -5,7 +5,7 @@ with open("README.md", encoding="utf-8") as f:
5
5
 
6
6
  setup(
7
7
  name="webscout",
8
- version="2.4",
8
+ version="2.5",
9
9
  description="Search for anything using Google, DuckDuckGo, phind.com, Contains AI models, can transcribe yt videos, temporary email and phone number generation, has TTS support, webai (terminal gpt and open interpreter) and offline LLMs",
10
10
  long_description=README,
11
11
  long_description_content_type="text/markdown",
@@ -54,7 +54,7 @@ setup(
54
54
  "GoogleBard1>=2.1.4",
55
55
  "tls_client",
56
56
  "clipman",
57
- "Helpingai-T2"
57
+ "Helpingai-T2",
58
58
  "playsound",
59
59
  ],
60
60
  entry_points={
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: webscout
3
- Version: 2.4
3
+ Version: 2.5
4
4
  Summary: Search for anything using Google, DuckDuckGo, phind.com, Contains AI models, can transcribe yt videos, temporary email and phone number generation, has TTS support, webai (terminal gpt and open interpreter) and offline LLMs
5
5
  Author: OEvortex
6
6
  Author-email: helpingai5@gmail.com
@@ -50,7 +50,8 @@ Requires-Dist: appdirs
50
50
  Requires-Dist: GoogleBard1>=2.1.4
51
51
  Requires-Dist: tls_client
52
52
  Requires-Dist: clipman
53
- Requires-Dist: Helpingai-T2playsound
53
+ Requires-Dist: Helpingai-T2
54
+ Requires-Dist: playsound
54
55
  Provides-Extra: dev
55
56
  Requires-Dist: ruff>=0.1.6; extra == "dev"
56
57
  Requires-Dist: pytest>=7.4.2; extra == "dev"
@@ -24,7 +24,8 @@ appdirs
24
24
  GoogleBard1>=2.1.4
25
25
  tls_client
26
26
  clipman
27
- Helpingai-T2playsound
27
+ Helpingai-T2
28
+ playsound
28
29
 
29
30
  [dev]
30
31
  ruff>=0.1.6
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
File without changes
File without changes
File without changes
File without changes
File without changes