webchanges

View on PyPIReverse Dependencies (1)

3.26.0 webchanges-3.26.0-py3-none-any.whl

Wheel Details

Project: webchanges
Version: 3.26.0
Filename: webchanges-3.26.0-py3-none-any.whl
Download: [link]
Size: 140060
MD5: f118e54f0a50bca4b09e2ee0cd420cbb
SHA256: f5179792597ff7028d312c6f55960f1597d2937ed6d325c834cbcd774091493b
Uploaded: 2024-10-13 07:07:14 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: webchanges
Version: 3.26.0
Summary: Check web (or command output) for changes since last run and notify. Anonymously alerts you of web changes, with
Author-Email: Mike Borsetti <mike+webchanges[at]borsetti.com>
Maintainer-Email: Mike Borsetti <mike+webchanges[at]borsetti.com>
Project-Url: Documentation, https://webchanges.readthedocs.io/
Project-Url: Repository, https://github.com/mborsetti/webchanges/
Project-Url: Changelog, https://webchanges.readthedocs.io/en/stable/changelog.html
Project-Url: Issues, https://github.com/mborsetti/webchanges/issues
Project-Url: CI, https://github.com/mborsetti/webchanges/actions
License: ======== Licenses ======== The MIT License (MIT) Copyright (c) 2020- Mike Borsetti <mike@borsetti.com> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -------------------------------------------------------------------------------- SOURCE CODE REDISTRIBUTION NOTICE (urlwatch by Thomas Perl) This software redistributes source code of release 2.21 dated 30 July 2020 of urlwatch https://github.com/thp/urlwatch/tree/346b25914b0418342ffe2fb0529bed702fddc01f, which is subject to the following copyright notice and license (from https://raw.githubusercontent.com/thp/urlwatch/346b25914b0418342ffe2fb0529bed702fddc01f/COPYING), hereby retained and redistributed with the source code (of which this license file is part of), in binary form, and in the documentation. The appearance of the name of the author below does not constitute an endorsement or promotion of this software by such author. Copyright (c) 2008-2020 Thomas Perl <m@thp.io> All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. The name of the author may not be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE AUTHOR ''AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Keywords: webmonitoring,monitoring
Classifier: Environment :: Console
Classifier: Topic :: Internet
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Indexing/Search
Classifier: Topic :: System :: Monitoring
Classifier: Topic :: Utilities
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: MIT License
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Operating System :: OS Independent
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: System Administrators
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Typing :: Typed
Requires-Python: >=3.10
Requires-Dist: cssselect
Requires-Dist: h2
Requires-Dist: html2text
Requires-Dist: httpx
Requires-Dist: lxml
Requires-Dist: markdown2
Requires-Dist: msgpack
Requires-Dist: platformdirs
Requires-Dist: pyyaml
Requires-Dist: colorama; os_name == "nt"
Requires-Dist: tzdata; os_name == "nt"
Requires-Dist: webchanges[beautify,bs4,deepdiff_xml,html5lib,ical2text,imagediff,jq,matrix,ocr,pdf2text,pushbullet,pushover,pypdf_crypto,redis,requests,safe_password,use_browser,xmpp,zstd]; extra == "all"
Requires-Dist: beautifulsoup4; extra == "beautify"
Requires-Dist: jsbeautifier; extra == "beautify"
Requires-Dist: cssbeautifier; extra == "beautify"
Requires-Dist: beautifulsoup4; extra == "bs4"
Requires-Dist: deepdiff; extra == "deepdiff"
Requires-Dist: deepdiff; extra == "deepdiff-xml"
Requires-Dist: xmltodict; extra == "deepdiff-xml"
Requires-Dist: html5lib; extra == "html5lib"
Requires-Dist: vobject; extra == "ical2text"
Requires-Dist: Pillow; extra == "imagediff"
Requires-Dist: jq; os_name != "nt" and extra == "jq"
Requires-Dist: matrix-client; extra == "matrix"
Requires-Dist: pytesseract; extra == "ocr"
Requires-Dist: Pillow; extra == "ocr"
Requires-Dist: pdftotext; extra == "pdf2text"
Requires-Dist: pushbullet.py; extra == "pushbullet"
Requires-Dist: chump; extra == "pushover"
Requires-Dist: pypdf; extra == "pypdf"
Requires-Dist: pypdf; extra == "pypdf-crypto"
Requires-Dist: cryptography; extra == "pypdf-crypto"
Requires-Dist: redis; extra == "redis"
Requires-Dist: requests; extra == "requests"
Requires-Dist: keyring; extra == "safe-password"
Requires-Dist: playwright; extra == "use-browser"
Requires-Dist: psutil; extra == "use-browser"
Requires-Dist: aioxmpp; extra == "xmpp"
Requires-Dist: zstandard; extra == "zstd"
Provides-Extra: all
Provides-Extra: beautify
Provides-Extra: bs4
Provides-Extra: deepdiff
Provides-Extra: deepdiff_xml
Provides-Extra: html5lib
Provides-Extra: ical2text
Provides-Extra: imagediff
Provides-Extra: jq
Provides-Extra: matrix
Provides-Extra: ocr
Provides-Extra: pdf2text
Provides-Extra: pushbullet
Provides-Extra: pushover
Provides-Extra: pypdf
Provides-Extra: pypdf_crypto
Provides-Extra: redis
Provides-Extra: requests
Provides-Extra: safe_password
Provides-Extra: use_browser
Provides-Extra: xmpp
Provides-Extra: zstd
Description-Content-Type: text/x-rst
License-File: LICENSE
[Description omitted; length: 8362 characters]

WHEEL

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

RECORD

Path Digest Size
webchanges/__init__.py sha256=il8Zvw_GO7mQjYK-bkJDkQNX3mKOYyYd1RP_UKCzCxE 2184
webchanges/cli.py sha256=-66KWKSrCUqw5qTOmrU26jJ048-K4iX-AzSKgHLzfsA 18231
webchanges/command.py sha256=ckIbnGJ8ccvcqSiMeUPk7Oz7RYtftDutZa-cVB_64tk 47968
webchanges/config.py sha256=nMK6MSKzdh1XIc-kq7_8kCkln2MJ6HlO0j2nKDS0QTI 12193
webchanges/differs.py sha256=VEonqmN5X_6kbKm5f4gdA4TUxhRBaoBo1Z4UMDORd-Y 69769
webchanges/filters.py sha256=geRU1obodwymvixGGXfx0ELC4jAECN4AvtRLTzRCULQ 68364
webchanges/handler.py sha256=h1L4gomBlf7pXcQyB75C3qDsofikA17WJrleB78HgVg 17393
webchanges/jobs.py sha256=px1oIAn1SLpuPek2TqQWZYJqixSDN8uWeSLrf37kzRY 87234
webchanges/mailer.py sha256=5OaS-i014haYuf3n3yuTVJRkZyqcP1a_OfJXks2PXxI 7391
webchanges/main.py sha256=Mp2vT9ipLGD9FF_zVVi9s0Tc3uBmee_QH26w8yWpDpk 3710
webchanges/py.typed sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
webchanges/reporters.py sha256=hgdCNClFiDgHnb5do_uZXjgSe5dd-D6ShUUz0JoQJJ8 64448
webchanges/storage.py sha256=PlAU65PvXwTrUIW9yclqYG-HHVQnpcfog6hDDOfhZZQ 70717
webchanges/storage_minidb.py sha256=4vRwtMJ35YrjK6kUj_iaWOs8w85pbwzIGi4n7dJCYJw 6282
webchanges/util.py sha256=chwxGraUbsEQQutzco-hiSfWMKEKGons6GlgydUKAIg 16499
webchanges/worker.py sha256=bXm8CYO57ua31cA8wKSDME29N72NFeghzoTIxmAfmEc 10246
webchanges/_vendored/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
webchanges/_vendored/headers.py sha256=Z6unKrqWs-q91H4TI4J0iN3vfzgTWOQB_7U00jdJIE8 10136
webchanges/_vendored/packaging_version.py sha256=UwnLr6_j8VrcoPZFQ_fIHcfvqN6Yg7xQ_bh3p1yVcyw 29524
webchanges-3.26.0.dist-info/LICENSE sha256=atKVsNQPOr7gBq-wSrzJ3Wd9cJhU-ZJpeRzPvFp7O14 3280
webchanges-3.26.0.dist-info/METADATA sha256=w1S0CKewQEA-wRu8PolOaC1rXloHbB0RSSC_21IajJA 16361
webchanges-3.26.0.dist-info/WHEEL sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ 91
webchanges-3.26.0.dist-info/entry_points.txt sha256=qZEhX7YA_fASjvVSpoQHPcF8d_t4jK1P4DX5FyKelPY 51
webchanges-3.26.0.dist-info/top_level.txt sha256=BsTDVs3S8a-xuKJlv-mjiUKXGiwrHg_Nx_UJXwbYsjw 11
webchanges-3.26.0.dist-info/RECORD

top_level.txt

webchanges

entry_points.txt

webchanges = webchanges.cli:main