html2image

View on PyPIReverse Dependencies (22)

2.0.5 html2image-2.0.5-py3-none-any.whl

Wheel Details

Project: html2image
Version: 2.0.5
Filename: html2image-2.0.5-py3-none-any.whl
Download: [link]
Size: 28392
MD5: 43a156406791ea3ff995dc20e4d28f21
SHA256: 71593b6b1e100a585201833656cc7446ce1d2d5c7ec101b507c5c2b71bca6ecc
Uploaded: 2024-09-09 22:45:28 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: html2image
Version: 2.0.5
Summary: Package acting as a wrapper around the headless mode of existing web browsers to generate images from URLs and from HTML+CSS strings or files.
Author: vgalin
Home-Page: https://github.com/vgalin/html2image
Project-Url: Repository, https://github.com/vgalin/html2image
License: MIT
Keywords: html,css,screenshot,image,chrome,html to image,css to image,chromium-browser,chromium
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Multimedia :: Graphics :: Graphics Conversion
Classifier: Topic :: Software Development :: User Interfaces
Classifier: Topic :: Utilities
Requires-Python: >=3.6,<4.0
Requires-Dist: requests
Requires-Dist: websocket-client (==1.*)
Description-Content-Type: text/markdown
[Description omitted; length: 13731 characters]

WHEEL

Wheel-Version: 1.0
Generator: poetry-core 1.9.0
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
html2image/__init__.py sha256=HdKFdva6xKjpjG0kGRLh9kIWaxxUWhu5_xmzijIm2Ow 141
html2image/browsers/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
html2image/browsers/browser.py sha256=93K7WPel34bqjSk8A-H2rOLOu1JfzoqksiGDZQIJus0 847
html2image/browsers/chrome.py sha256=a6XGn7UR64alkIjh4PvRQatBBpE3vSfAbsS0RaLtrs4 6868
html2image/browsers/chrome_cdp.py sha256=azH5tYXfpwmxtM9XISS-Sx7x5tNaDpYZ7VLmjryveys 6401
html2image/browsers/chromium.py sha256=aKWqmPprnfXQKqoQGcDWrRaDJHSh64U7wyD6_w4LA38 4274
html2image/browsers/edge.py sha256=S51C3GQRW6es7KUqqMCbdS6HXEffj64WrTSqcWbI1ao 6121
html2image/browsers/firefox.py sha256=CBnW2anZ9jvfOPWSaJbm9UmsIydKRrQcfk_Js3o_9ik 559
html2image/browsers/firefox_cdp.py sha256=8sFijClypB3aWDZiAqZlbhLar3m3EB50V8FAo1_2f3Q 5340
html2image/browsers/search_utils.py sha256=-bOkJQVPE7_wCLlbB3BkGe1losnw3KBWbxOby6-01d0 12071
html2image/cli.py sha256=iVGO0MvBfiY0S6kV-MCN4nUDVOlNM92wWtZ-_pJI6as 2447
html2image/html2image.py sha256=MIwYcDgtG_T8xDXrB6OMhHe1fWCLVOSwHaYKTn_zaJc 18016
LICENSE sha256=Nw77PKJEDeuZHPxZSKNIx6Sd4mzpgVYlhmrXFM804t4 1082
html2image-2.0.5.dist-info/entry_points.txt sha256=lGb4KtNIZvl78Sip9yXn8UsJciIO4eO1WpNxntciE8o 66
html2image-2.0.5.dist-info/LICENSE sha256=Nw77PKJEDeuZHPxZSKNIx6Sd4mzpgVYlhmrXFM804t4 1082
html2image-2.0.5.dist-info/METADATA sha256=PUYNbGOdrSB-15N6Ipr_kA9k2a4OjIQVbx1UQo9CPKI 15148
html2image-2.0.5.dist-info/WHEEL sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg 88
html2image-2.0.5.dist-info/RECORD

entry_points.txt

hti = html2image:main
html2image = html2image:main