webchanges

View on PyPIReverse Dependencies (1)

3.22 webchanges-3.22-py3-none-any.whl

Wheel Details

Project: webchanges
Version: 3.22
Filename: webchanges-3.22-py3-none-any.whl
Download: [link]
Size: 133474
MD5: 908c44bb0443bb6861d49ac5f29ed488
SHA256: 3d8b057d6739e44303d7c179f0b0d6082a0a22c77bf45c49b53776a0ecaf5209
Uploaded: 2024-04-25 05:03:25 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: webchanges
Version: 3.22
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 :: 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.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Operating System :: OS Independent
Classifier: Natural Language :: English
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: System Administrators
Classifier: Intended Audience :: Developers
Requires-Python: >=3.9
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]; 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"
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
Description-Content-Type: text/x-rst
License-File: LICENSE
[Description omitted; length: 8312 characters]

WHEEL

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

RECORD

Path Digest Size
webchanges/__init__.py sha256=KLrfQy4JaGgEYmrMadRaBcWAvu2Mn1Ln5vBpmFy9rx4 2218
webchanges/cli.py sha256=CdyFMBWwbMu2Z3kfREUqpcz9zKV9SxB_lKWKQkz3yso 17143
webchanges/command.py sha256=ccXVQBbzh9pZSH0mHVp3WUzLQMlP2u0bIa9y7LgXTy8 47505
webchanges/config.py sha256=2IY9qwNeITW3H2KltE0nmf9CiNHdrphSXeLoYk4YU3k 11448
webchanges/differs.py sha256=EFlrz-BnurJOGVaiGLkwcA2_8I24s4slitH5i8MQDiA 56095
webchanges/filters.py sha256=zvWnxXTDM7aWGGrfQdZiF48PMJZk_c7Ssz1KaNTP2JE 69240
webchanges/handler.py sha256=YBDYFrw5eO1bjHcozCmHXW_rDNkUs4rP7riAJ_0GZT8 17100
webchanges/jobs.py sha256=-m2GMDC6ai21yMMvZs1fzmcEobAg54bZ16bd9zdopeY 87147
webchanges/mailer.py sha256=RypDGTVt2AnvGTo8-xLK2Mw1WvF7IdTFkCz4A2LS_Ws 5605
webchanges/main.py sha256=Vge1VMoq3IrjkccgYNDZPkAv_8WrQqD_QhUp6AyA75I 3763
webchanges/py.typed sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
webchanges/reporters.py sha256=C12M6SP8pbE08q2O3ihrsxzKm93D2YjgTRwKJZHARlY 61710
webchanges/storage.py sha256=TmvUtXilCID_Sbn8wbDVkVIs_CYlee2xaj5NiVDfLDA 67059
webchanges/storage_minidb.py sha256=LKjfddKxkneKa1U7TuogX4lO4KJuxlo_pMUkZRtLoU4 6322
webchanges/util.py sha256=7uaekICzkEeZmBmCMeE8wiR0qWCqda73NZyO810Cmug 16204
webchanges/worker.py sha256=7HP9CS3FDmeqltmy2kUYWP-Z7rySgubC3ZRbboNkj3w 10265
webchanges/_vendored/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
webchanges/_vendored/case_insensitive_dict.py sha256=3ePnquDCWZRydEfA2gW8_aFIsk5XACsb0LIWHOhOCxM 3565
webchanges/_vendored/packaging_version.py sha256=i6L8_oDdfURHntIkf7-MlU12b_ZBKasp61uCoxz_T2c 29639
webchanges-3.22.dist-info/LICENSE sha256=atKVsNQPOr7gBq-wSrzJ3Wd9cJhU-ZJpeRzPvFp7O14 3280
webchanges-3.22.dist-info/METADATA sha256=FkZpnuHZ55Alzy-1W8FEQbkvhkRRtk7lb2b8pS8-K-U 16133
webchanges-3.22.dist-info/WHEEL sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ 92
webchanges-3.22.dist-info/entry_points.txt sha256=qZEhX7YA_fASjvVSpoQHPcF8d_t4jK1P4DX5FyKelPY 51
webchanges-3.22.dist-info/top_level.txt sha256=BsTDVs3S8a-xuKJlv-mjiUKXGiwrHg_Nx_UJXwbYsjw 11
webchanges-3.22.dist-info/RECORD

top_level.txt

webchanges

entry_points.txt

webchanges = webchanges.cli:main