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 |