website-as-app

View on PyPIReverse Dependencies (0)

1.0.0 website_as_app-1.0.0-py3-none-any.whl

Wheel Details

Project: website-as-app
Version: 1.0.0
Filename: website_as_app-1.0.0-py3-none-any.whl
Download: [link]
Size: 273467
MD5: 3a541aa9cf4415568400b6750e523abf
SHA256: 4474b60be77b83bb12082922e8006a51b0bae2e7511aa0d9db72c62645cabd93
Uploaded: 2024-01-28 11:31:02 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: website-as-app
Version: 1.0.0
Summary: ['Website As App v1.0.0 * Copyright 2023-2024 by Marcin Orlowski.', 'Opens any web site as standalone desktop app.', 'https://github.com/MarcinOrlowski/website-as-app/']
Author: Marcin Orlowski
Author-Email: mail[at]marcinOrlowski.com
Home-Page: https://github.com/MarcinOrlowski/website-as-app/
Project-Url: Bug Tracker, https://github.com/MarcinOrlowski/website-as-app//issues/
Project-Url: Documentation, https://github.com/MarcinOrlowski/website-as-app/
Project-Url: Source Code, https://github.com/MarcinOrlowski/website-as-app/
License: MIT License
Keywords: webapp desktop app
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Dist: argparse (>=1.4.0)
Requires-Dist: PySide6
Requires-Dist: PyQtWebEngine
Description-Content-Type: text/markdown
License-File: LICENSE.md
[Description omitted; length: 3677 characters]

WHEEL

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

RECORD

Path Digest Size
websiteapp/__init__.py sha256=K3teBdhHpLqsKjn6aiBRapuh89n6aXP0P00Zi8r0wCQ 405
websiteapp/about.py sha256=o_9YLIZ6K_ljM1l1yfxov14a6ueG9JGXHdVCi_njmXk 2994
websiteapp/const.py sha256=bPvOiQs2CT8V8oFeq-KF6pcjPWkaUmbXicxrI_s-Ge0 907
websiteapp/utils.py sha256=Sqdyz3i2vd3CxKA2_5vw3BYcqDrdNOcQz8sGghT13ZI 4475
websiteapp/webapp.py sha256=jr0DY8oT-gnY9E4utb-wFcvzRyVIJ9DZSQylARJxA3o 5464
websiteapp/icons/default.png sha256=l6He2OikhjF5hjazH77GZ8Sul6U6LWKNS_6UegLotZc 192458
websiteapp/icons/logo.png sha256=xLgJ1K5o-ie6L-iLyRSwJ-5Q6VUaiP-5Lro9YfnecEo 75775
website_as_app-1.0.0.dist-info/LICENSE.md sha256=DHzOIoPYQaKg3vzoyEOSsrx4oYUSXQePRfcJEQ6KgcU 1106
website_as_app-1.0.0.dist-info/METADATA sha256=pkWOG9nv-9nQtnJY-gWWi0Ye8-B6DQBqaNWwvQsTOhE 4621
website_as_app-1.0.0.dist-info/WHEEL sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM 92
website_as_app-1.0.0.dist-info/entry_points.txt sha256=wDaHueZVjGzrXZKduPhHjZtYQi6eoXj8UBO7nSlyFeA 96
website_as_app-1.0.0.dist-info/top_level.txt sha256=sIuGI3fNulZizRCK8JBjKOZgVY3bpkymo8eLrBLdnqA 11
website_as_app-1.0.0.dist-info/RECORD

top_level.txt

websiteapp

entry_points.txt

runasapp = websiteapp.webapp:WebApp.run
webapp = websiteapp.webapp:WebApp.run