abstract-webtools 0.1.6.20__py3-none-any.whl → 0.1.6.21__py3-none-any.whl
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.
- abstract_webtools/abstract_webtools.py +1 -0
- {abstract_webtools-0.1.6.20.dist-info → abstract_webtools-0.1.6.21.dist-info}/METADATA +1 -1
- {abstract_webtools-0.1.6.20.dist-info → abstract_webtools-0.1.6.21.dist-info}/RECORD +6 -6
- {abstract_webtools-0.1.6.20.dist-info → abstract_webtools-0.1.6.21.dist-info}/LICENSE +0 -0
- {abstract_webtools-0.1.6.20.dist-info → abstract_webtools-0.1.6.21.dist-info}/WHEEL +0 -0
- {abstract_webtools-0.1.6.20.dist-info → abstract_webtools-0.1.6.21.dist-info}/top_level.txt +0 -0
@@ -88,6 +88,7 @@ from urllib.parse import urlparse, parse_qs
|
|
88
88
|
import time
|
89
89
|
import requests
|
90
90
|
from .managers import *
|
91
|
+
from .managers.urlManager import *
|
91
92
|
from abstract_utilities import get_time_stamp,get_sleep,sleep_count_down,eatInner,eatAll,eatOuter,ThreadManager
|
92
93
|
logging.basicConfig(level=logging.INFO)
|
93
94
|
def try_request(request):
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: abstract_webtools
|
3
|
-
Version: 0.1.6.
|
3
|
+
Version: 0.1.6.21
|
4
4
|
Summary: Abstract Web Tools is a Python package that provides various utility functions for web scraping tasks. It is built on top of popular libraries such as `requests`, `BeautifulSoup`, and `urllib3` to simplify the process of fetching and parsing web content.
|
5
5
|
Home-page: https://github.com/AbstractEndeavors/abstract_essentials/tree/main/abstract_webtools
|
6
6
|
Author: putkoff
|
@@ -1,5 +1,5 @@
|
|
1
1
|
abstract_webtools/__init__.py,sha256=rPt-BXa6ksplRXmZoJtn-vMGEPZGpEwfxqqOqZo_EWk,68
|
2
|
-
abstract_webtools/abstract_webtools.py,sha256=
|
2
|
+
abstract_webtools/abstract_webtools.py,sha256=VVgOjDJebm13vEiEdKAFcY3yhfnlAHFjMQysaiyacUY,3848
|
3
3
|
abstract_webtools/big_user_agent_list.py,sha256=5ZkrUWmfzYL5yaULREslh9ZiRQeITbSjqZlp2KQON3w,131923
|
4
4
|
abstract_webtools/main.py,sha256=_I7pPXPkoLZOoYGLQDrSLGhGuQt6-PVyXEHZSmglk2g,1329
|
5
5
|
abstract_webtools/soup_gui.py,sha256=n95YAps1R6DpMwR4UbthSqQby0C5WHUa9tsW-f2qpLg,5184
|
@@ -22,8 +22,8 @@ abstract_webtools/managers/tlsAdapter.py,sha256=XZSMZz9EUOhv-h3_Waf6mjV1dA3oN_M_
|
|
22
22
|
abstract_webtools/managers/urlManager.py,sha256=Dvf-TiSo5j_YjZS2Eq6lFfbhveneD6NA_wEE0xUXy_E,8858
|
23
23
|
abstract_webtools/managers/userAgentManager.py,sha256=33SB2p2FG7EYZl7l2iYm1U4gI9PcdkGTZHw5lg_Ogrw,1653
|
24
24
|
abstract_webtools/managers/videoDownloader.py,sha256=4sPV0D8f3_S8qNYSySfB_b-aBP_xAm4Ex7MJ1WIFhHE,10567
|
25
|
-
abstract_webtools-0.1.6.
|
26
|
-
abstract_webtools-0.1.6.
|
27
|
-
abstract_webtools-0.1.6.
|
28
|
-
abstract_webtools-0.1.6.
|
29
|
-
abstract_webtools-0.1.6.
|
25
|
+
abstract_webtools-0.1.6.21.dist-info/LICENSE,sha256=g3WEJFiVS27HyCGRTwKSsMLyciMaGFdWcZGOe1QalZk,3877
|
26
|
+
abstract_webtools-0.1.6.21.dist-info/METADATA,sha256=OCaV7kgft8s5JFoQejNoYqOteC6czF-K10-eXDqM4Hg,15858
|
27
|
+
abstract_webtools-0.1.6.21.dist-info/WHEEL,sha256=R06PA3UVYHThwHvxuRWMqaGcr-PuniXahwjmQRFMEkY,91
|
28
|
+
abstract_webtools-0.1.6.21.dist-info/top_level.txt,sha256=2DMJ7RmjTcjCsa-uwAV0K6eXXlIIkFDEjBLg_uyCmCI,18
|
29
|
+
abstract_webtools-0.1.6.21.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|