webscout 2.0__tar.gz → 2.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.
Potentially problematic release.
This version of webscout might be problematic. Click here for more details.
- {webscout-2.0 → webscout-2.1}/PKG-INFO +1 -1
- {webscout-2.0 → webscout-2.1}/setup.py +1 -1
- {webscout-2.0 → webscout-2.1}/webscout/Provider/__init__.py +2 -2
- {webscout-2.0 → webscout-2.1}/webscout/__init__.py +2 -2
- {webscout-2.0 → webscout-2.1}/webscout.egg-info/PKG-INFO +1 -1
- {webscout-2.0 → webscout-2.1}/DeepWEBS/__init__.py +0 -0
- {webscout-2.0 → webscout-2.1}/DeepWEBS/documents/__init__.py +0 -0
- {webscout-2.0 → webscout-2.1}/DeepWEBS/documents/query_results_extractor.py +0 -0
- {webscout-2.0 → webscout-2.1}/DeepWEBS/documents/webpage_content_extractor.py +0 -0
- {webscout-2.0 → webscout-2.1}/DeepWEBS/networks/__init__.py +0 -0
- {webscout-2.0 → webscout-2.1}/DeepWEBS/networks/filepath_converter.py +0 -0
- {webscout-2.0 → webscout-2.1}/DeepWEBS/networks/google_searcher.py +0 -0
- {webscout-2.0 → webscout-2.1}/DeepWEBS/networks/network_configs.py +0 -0
- {webscout-2.0 → webscout-2.1}/DeepWEBS/networks/webpage_fetcher.py +0 -0
- {webscout-2.0 → webscout-2.1}/DeepWEBS/utilsdw/__init__.py +0 -0
- {webscout-2.0 → webscout-2.1}/DeepWEBS/utilsdw/enver.py +0 -0
- {webscout-2.0 → webscout-2.1}/DeepWEBS/utilsdw/logger.py +0 -0
- {webscout-2.0 → webscout-2.1}/LICENSE.md +0 -0
- {webscout-2.0 → webscout-2.1}/README.md +0 -0
- {webscout-2.0 → webscout-2.1}/setup.cfg +0 -0
- {webscout-2.0 → webscout-2.1}/webscout/AIauto.py +0 -0
- {webscout-2.0 → webscout-2.1}/webscout/AIbase.py +0 -0
- {webscout-2.0 → webscout-2.1}/webscout/AIutel.py +0 -0
- {webscout-2.0 → webscout-2.1}/webscout/DWEBS.py +0 -0
- {webscout-2.0 → webscout-2.1}/webscout/LLM.py +0 -0
- {webscout-2.0 → webscout-2.1}/webscout/Provider/Blackboxai.py +0 -0
- {webscout-2.0 → webscout-2.1}/webscout/Provider/Cohere.py +0 -0
- {webscout-2.0 → webscout-2.1}/webscout/Provider/Gemini.py +0 -0
- {webscout-2.0 → webscout-2.1}/webscout/Provider/Groq.py +0 -0
- {webscout-2.0 → webscout-2.1}/webscout/Provider/Koboldai.py +0 -0
- {webscout-2.0 → webscout-2.1}/webscout/Provider/Leo.py +0 -0
- {webscout-2.0 → webscout-2.1}/webscout/Provider/Llama2.py +0 -0
- {webscout-2.0 → webscout-2.1}/webscout/Provider/OpenGPT.py +0 -0
- {webscout-2.0 → webscout-2.1}/webscout/Provider/Openai.py +0 -0
- {webscout-2.0 → webscout-2.1}/webscout/Provider/Perplexity.py +0 -0
- {webscout-2.0 → webscout-2.1}/webscout/Provider/Phind.py +0 -0
- {webscout-2.0 → webscout-2.1}/webscout/Provider/Reka.py +0 -0
- {webscout-2.0 → webscout-2.1}/webscout/Provider/ThinkAnyAI.py +0 -0
- {webscout-2.0 → webscout-2.1}/webscout/Provider/Xjai.py +0 -0
- {webscout-2.0 → webscout-2.1}/webscout/Provider/Yepchat.py +0 -0
- {webscout-2.0 → webscout-2.1}/webscout/Provider/Youchat.py +0 -0
- {webscout-2.0 → webscout-2.1}/webscout/__main__.py +0 -0
- {webscout-2.0 → webscout-2.1}/webscout/async_providers.py +0 -0
- {webscout-2.0 → webscout-2.1}/webscout/cli.py +0 -0
- {webscout-2.0 → webscout-2.1}/webscout/exceptions.py +0 -0
- {webscout-2.0 → webscout-2.1}/webscout/g4f.py +0 -0
- {webscout-2.0 → webscout-2.1}/webscout/models.py +0 -0
- {webscout-2.0 → webscout-2.1}/webscout/tempid.py +0 -0
- {webscout-2.0 → webscout-2.1}/webscout/transcriber.py +0 -0
- {webscout-2.0 → webscout-2.1}/webscout/utils.py +0 -0
- {webscout-2.0 → webscout-2.1}/webscout/version.py +0 -0
- {webscout-2.0 → webscout-2.1}/webscout/voice.py +0 -0
- {webscout-2.0 → webscout-2.1}/webscout/webai.py +0 -0
- {webscout-2.0 → webscout-2.1}/webscout/webscout_search.py +0 -0
- {webscout-2.0 → webscout-2.1}/webscout/webscout_search_async.py +0 -0
- {webscout-2.0 → webscout-2.1}/webscout.egg-info/SOURCES.txt +0 -0
- {webscout-2.0 → webscout-2.1}/webscout.egg-info/dependency_links.txt +0 -0
- {webscout-2.0 → webscout-2.1}/webscout.egg-info/entry_points.txt +0 -0
- {webscout-2.0 → webscout-2.1}/webscout.egg-info/requires.txt +0 -0
- {webscout-2.0 → webscout-2.1}/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.
|
|
3
|
+
Version: 2.1
|
|
4
4
|
Summary: Search for anything using the Google, DuckDuckGo, phind.com. Also containes AI models, can transcribe yt videos, temporary email and phone number generation, have TTS support and webai(terminal gpt and open interpeter)
|
|
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="2.
|
|
8
|
+
version="2.1",
|
|
9
9
|
description="Search for anything using the Google, DuckDuckGo, phind.com. Also containes AI models, can transcribe yt videos, temporary email and phone number generation, have TTS support and webai(terminal gpt and open interpeter)",
|
|
10
10
|
long_description=README,
|
|
11
11
|
long_description_content_type="text/markdown",
|
|
@@ -25,7 +25,7 @@ from .Yepchat import YEPCHAT
|
|
|
25
25
|
from .Yepchat import AsyncYEPCHAT
|
|
26
26
|
from .Youchat import YouChat
|
|
27
27
|
from .Gemini import GEMINI
|
|
28
|
-
|
|
28
|
+
|
|
29
29
|
|
|
30
30
|
__all__ = [
|
|
31
31
|
'ThinkAnyAI',
|
|
@@ -53,5 +53,5 @@ __all__ = [
|
|
|
53
53
|
'AsyncYEPCHAT',
|
|
54
54
|
'YouChat',
|
|
55
55
|
'GEMINI',
|
|
56
|
-
|
|
56
|
+
|
|
57
57
|
]
|
|
@@ -38,7 +38,7 @@ from .Provider import (
|
|
|
38
38
|
AsyncYEPCHAT,
|
|
39
39
|
YouChat,
|
|
40
40
|
GEMINI,
|
|
41
|
-
|
|
41
|
+
|
|
42
42
|
)
|
|
43
43
|
|
|
44
44
|
__repo__ = "https://github.com/OE-LUCIFER/Webscout"
|
|
@@ -106,7 +106,7 @@ __all__ = [
|
|
|
106
106
|
"AsyncYEPCHAT",
|
|
107
107
|
"YouChat",
|
|
108
108
|
"GEMINI",
|
|
109
|
-
|
|
109
|
+
|
|
110
110
|
]
|
|
111
111
|
|
|
112
112
|
# Set up basic logger
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: webscout
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.1
|
|
4
4
|
Summary: Search for anything using the Google, DuckDuckGo, phind.com. Also containes AI models, can transcribe yt videos, temporary email and phone number generation, have TTS support and webai(terminal gpt and open interpeter)
|
|
5
5
|
Author: OEvortex
|
|
6
6
|
Author-email: helpingai5@gmail.com
|
|
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
|
|
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
|