webscout 1.3.2__tar.gz → 1.3.3__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 (43) hide show
  1. {webscout-1.3.2 → webscout-1.3.3}/PKG-INFO +1 -1
  2. {webscout-1.3.2 → webscout-1.3.3}/setup.py +1 -1
  3. {webscout-1.3.2 → webscout-1.3.3}/webscout/__init__.py +1 -1
  4. webscout-1.3.3/webscout/version.py +2 -0
  5. {webscout-1.3.2 → webscout-1.3.3}/webscout/webai.py +4 -12
  6. {webscout-1.3.2 → webscout-1.3.3}/webscout.egg-info/PKG-INFO +1 -1
  7. webscout-1.3.2/webscout/version.py +0 -2
  8. {webscout-1.3.2 → webscout-1.3.3}/DeepWEBS/__init__.py +0 -0
  9. {webscout-1.3.2 → webscout-1.3.3}/DeepWEBS/documents/__init__.py +0 -0
  10. {webscout-1.3.2 → webscout-1.3.3}/DeepWEBS/documents/query_results_extractor.py +0 -0
  11. {webscout-1.3.2 → webscout-1.3.3}/DeepWEBS/documents/webpage_content_extractor.py +0 -0
  12. {webscout-1.3.2 → webscout-1.3.3}/DeepWEBS/networks/__init__.py +0 -0
  13. {webscout-1.3.2 → webscout-1.3.3}/DeepWEBS/networks/filepath_converter.py +0 -0
  14. {webscout-1.3.2 → webscout-1.3.3}/DeepWEBS/networks/google_searcher.py +0 -0
  15. {webscout-1.3.2 → webscout-1.3.3}/DeepWEBS/networks/network_configs.py +0 -0
  16. {webscout-1.3.2 → webscout-1.3.3}/DeepWEBS/networks/webpage_fetcher.py +0 -0
  17. {webscout-1.3.2 → webscout-1.3.3}/DeepWEBS/utilsdw/__init__.py +0 -0
  18. {webscout-1.3.2 → webscout-1.3.3}/DeepWEBS/utilsdw/enver.py +0 -0
  19. {webscout-1.3.2 → webscout-1.3.3}/DeepWEBS/utilsdw/logger.py +0 -0
  20. {webscout-1.3.2 → webscout-1.3.3}/LICENSE.md +0 -0
  21. {webscout-1.3.2 → webscout-1.3.3}/README.md +0 -0
  22. {webscout-1.3.2 → webscout-1.3.3}/setup.cfg +0 -0
  23. {webscout-1.3.2 → webscout-1.3.3}/webscout/AI.py +0 -0
  24. {webscout-1.3.2 → webscout-1.3.3}/webscout/AIbase.py +0 -0
  25. {webscout-1.3.2 → webscout-1.3.3}/webscout/AIutel.py +0 -0
  26. {webscout-1.3.2 → webscout-1.3.3}/webscout/DWEBS.py +0 -0
  27. {webscout-1.3.2 → webscout-1.3.3}/webscout/HelpingAI.py +0 -0
  28. {webscout-1.3.2 → webscout-1.3.3}/webscout/LLM.py +0 -0
  29. {webscout-1.3.2 → webscout-1.3.3}/webscout/__main__.py +0 -0
  30. {webscout-1.3.2 → webscout-1.3.3}/webscout/cli.py +0 -0
  31. {webscout-1.3.2 → webscout-1.3.3}/webscout/exceptions.py +0 -0
  32. {webscout-1.3.2 → webscout-1.3.3}/webscout/g4f.py +0 -0
  33. {webscout-1.3.2 → webscout-1.3.3}/webscout/models.py +0 -0
  34. {webscout-1.3.2 → webscout-1.3.3}/webscout/transcriber.py +0 -0
  35. {webscout-1.3.2 → webscout-1.3.3}/webscout/utils.py +0 -0
  36. {webscout-1.3.2 → webscout-1.3.3}/webscout/voice.py +0 -0
  37. {webscout-1.3.2 → webscout-1.3.3}/webscout/webscout_search.py +0 -0
  38. {webscout-1.3.2 → webscout-1.3.3}/webscout/webscout_search_async.py +0 -0
  39. {webscout-1.3.2 → webscout-1.3.3}/webscout.egg-info/SOURCES.txt +0 -0
  40. {webscout-1.3.2 → webscout-1.3.3}/webscout.egg-info/dependency_links.txt +0 -0
  41. {webscout-1.3.2 → webscout-1.3.3}/webscout.egg-info/entry_points.txt +0 -0
  42. {webscout-1.3.2 → webscout-1.3.3}/webscout.egg-info/requires.txt +0 -0
  43. {webscout-1.3.2 → webscout-1.3.3}/webscout.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: webscout
3
- Version: 1.3.2
3
+ Version: 1.3.3
4
4
  Summary: Search for words, documents, images, videos, news, maps and text translation using the Google, DuckDuckGo.com, yep.com, phind.com, you.com, etc Also containes AI models, can transcribe yt videos and have TTS support
5
5
  Author: OEvortex
6
6
  Author-email: helpingai5@gmail.com
@@ -5,7 +5,7 @@ with open("README.md", encoding="utf-8") as f:
5
5
 
6
6
  setup(
7
7
  name="webscout",
8
- version="1.3.2",
8
+ version="1.3.3",
9
9
  description="Search for words, documents, images, videos, news, maps and text translation using the Google, DuckDuckGo.com, yep.com, phind.com, you.com, etc Also containes AI models, can transcribe yt videos and have TTS support",
10
10
  long_description=README,
11
11
  long_description_content_type="text/markdown",
@@ -11,7 +11,7 @@ from .version import __version__
11
11
  from .DWEBS import DeepWEBS
12
12
  from .transcriber import transcriber
13
13
  from .voice import play_audio
14
- from .LLM import LLM
14
+
15
15
 
16
16
  __repo__ = "https://github.com/OE-LUCIFER/Webscout"
17
17
 
@@ -0,0 +1,2 @@
1
+ __version__ = "1.3.3"
2
+
@@ -2184,15 +2184,7 @@ class Gpt4free:
2184
2184
  total=amount,
2185
2185
  visible=quiet == False,
2186
2186
  )
2187
- imager = Imager(timeout=timeout, proxies=proxy if proxy else {})
2188
- for image in imager.generate(
2189
- prompt=prompt,
2190
- amount=amount,
2191
- additives=no_additives == False,
2192
- stream=True,
2193
- ):
2194
- imager.save([image], name=name, dir=directory)
2195
- progress.update(task, advance=1)
2187
+
2196
2188
 
2197
2189
 
2198
2190
  class Utils:
@@ -2217,16 +2209,16 @@ class Utils:
2217
2209
  """Install latest version of webscout"""
2218
2210
  if dev:
2219
2211
  source = "git+" + webscout.__repo__ + ".git"
2220
- source = "python-tgpt" if source is None else source
2212
+ source = "webscout" if source is None else source
2221
2213
  assert (
2222
2214
  "tgpt" in source or source == "."
2223
2215
  ), f"Cannot update webscout from the source '{source}'"
2224
2216
  click.secho(
2225
- f"[*] Updating from '{'pip' if source=='python-tgpt' else source}'",
2217
+ f"[*] Updating from '{'pip' if source=='webscout' else source}'",
2226
2218
  fg="yellow",
2227
2219
  )
2228
2220
  this.run_system_command(f"{sudo or ''}pip install --upgrade {source}")
2229
- response = this.run_system_command("pip show python-tgpt")[1]
2221
+ response = this.run_system_command("pip show webscout")[1]
2230
2222
  click.secho(response.stdout)
2231
2223
  click.secho("Congratulations! webscout updated successfully.", fg="cyan")
2232
2224
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: webscout
3
- Version: 1.3.2
3
+ Version: 1.3.3
4
4
  Summary: Search for words, documents, images, videos, news, maps and text translation using the Google, DuckDuckGo.com, yep.com, phind.com, you.com, etc Also containes AI models, can transcribe yt videos and have TTS support
5
5
  Author: OEvortex
6
6
  Author-email: helpingai5@gmail.com
@@ -1,2 +0,0 @@
1
- __version__ = "1.3.2"
2
-
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