webpage-image-downloader

View on PyPIReverse Dependencies (0)

0.1.2 webpage_image_downloader-0.1.2-py3-none-any.whl

Wheel Details

Project: webpage-image-downloader
Version: 0.1.2
Filename: webpage_image_downloader-0.1.2-py3-none-any.whl
Download: [link]
Size: 16260
MD5: 83a141c6c7126ee1fdafbcae0ddf266d
SHA256: bbaf0108f39ebda52e125263a71d4268af644aa049635c67c15e327fdaff467b
Uploaded: 2022-04-21 11:11:13 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: webpage-image-downloader
Version: 0.1.2
Summary: Tool for extracting and saving specific images from websites.
Author: A-Bak
Author-Email: adam.bak753[at]gmail.com
Home-Page: https://github.com/A-Bak/webpage-img-downloader
Keywords: webscraping webcrawler image img downloader selenium-python
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Requires-Dist: async-generator (==1.10)
Requires-Dist: attrs (==21.4.0)
Requires-Dist: certifi (==2021.10.8)
Requires-Dist: cffi (==1.15.0)
Requires-Dist: charset-normalizer (==2.0.12)
Requires-Dist: click (==8.0.4)
Requires-Dist: colorama (==0.4.4)
Requires-Dist: cryptography (==36.0.2)
Requires-Dist: h11 (==0.13.0)
Requires-Dist: idna (==3.3)
Requires-Dist: outcome (==1.1.0)
Requires-Dist: pycparser (==2.21)
Requires-Dist: pyOpenSSL (==22.0.0)
Requires-Dist: pyperclip (==1.8.2)
Requires-Dist: PySocks (==1.7.1)
Requires-Dist: requests (==2.27.1)
Requires-Dist: selenium (==4.1.3)
Requires-Dist: sniffio (==1.2.0)
Requires-Dist: sortedcontainers (==2.4.0)
Requires-Dist: soupsieve (==2.3.1)
Requires-Dist: trio (==0.20.0)
Requires-Dist: trio-websocket (==0.9.2)
Requires-Dist: urllib3 (==1.26.9)
Requires-Dist: webdriver-manager (==3.5.4)
Requires-Dist: wsproto (==1.1.0)
Description-Content-Type: text/markdown
License-File: LICENCE
[Description omitted; length: 13025 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.37.0)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
wid/__init__.py sha256=wS5XO8W6KrCFZTBnQy493bWyS76BLtHKgrOYEVIq88k 37
wid/cli/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
wid/cli/web_img_crawler.py sha256=-GyvwY1Q68SRmuBLEcdxwpE8kaHw1Fl33qEKjieKA3k 1973
wid/cli/web_img_downloader.py sha256=rSQJNsMapjxWXfXF_NDHOO_sTpLlpl7T0_KKpUlDyNw 3955
wid/file/__init__.py sha256=pG-YPVG0gJIJ6s4xcAz9S_CnUxpUcz33wl9eNUSgxGk 20
wid/file/utils.py sha256=kO06gBT1Ionnmj4_vSX7joSemHlpix67i3OzXrgGB7w 2067
wid/web/__init__.py sha256=JJCQG5OsTxoAlu7faKTUI5szmET3bVBZP9O9rNrDQG8 55
wid/web/url.py sha256=NULD5mY66knJNMCV0rXk-bgZ5ZpOhzVo_1M6DPMU3wo 7113
wid/web/bot/__init__.py sha256=Zq_HCftK6UrZI2asYuyLLU---ZTk1b4tXhvibjMxT8k 52
wid/web/bot/instructions.py sha256=ucgvAMoRnVTpSR34p10Ag4BQsNUsVDnBqcTBEKLvgS8 3102
wid/web/bot/webcrawler.py sha256=-CciealSqrmgjGgRH4_ZSYqB73krWbbUBpghNVV6PoI 5475
wid/web/img/__init__.py sha256=Q1seggYqjyha5w2ff-B2MrYzSdk9tDwBF7gtobjtE70 40
wid/web/img/save.py sha256=Wh68Ro4wl_ZXRY85KhuOsmOcHsGG2J367fph0rcsYQg 2652
wid/web/img/scrape.py sha256=EbL4YgWU6KZoWnovO1EzQx7ku0N7zl6qVESGSTp9CUU 4982
webpage_image_downloader-0.1.2.dist-info/LICENCE sha256=G3XnhOnyD__MRoTRFfglpmXpZiHcWAQkTJUzySriYuc 1061
webpage_image_downloader-0.1.2.dist-info/METADATA sha256=le_Jx5BoikyujH2_AalGbmYu_zbyQpSd9BwyJR0RfP8 14488
webpage_image_downloader-0.1.2.dist-info/WHEEL sha256=ewwEueio1C2XeHTvT17n8dZUJgOvyCWCt0WVNLClP9o 92
webpage_image_downloader-0.1.2.dist-info/entry_points.txt sha256=vRMhr-1qS1mXHB9h2xvBqYUjX-vJfMwkGoN50LTKIsc 111
webpage_image_downloader-0.1.2.dist-info/top_level.txt sha256=gnqUoTiJuSG7eBkTcAc3YsbQjeYq6HWaVny9BhoKHII 4
webpage_image_downloader-0.1.2.dist-info/RECORD

top_level.txt

wid

entry_points.txt

wid-crawler = wid.cli.web_img_crawler:main
wid-downloader = wid.cli.web_img_downloader:main