Metadata-Version: 2.1
Name: message_on_change
Version: 0.0.2
Summary: message_on_change
Author: Rūdolfs Driķis
Author-email: drikisr@gmail.com
Keywords: python,message_on_change
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Education
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Description-Content-Type: text/markdown
Requires-Dist: requests
Requires-Dist: playsound

message_on_change is a small python program, that let's you check if a url has changed since the starting of the script.
This can be useful for
<li>
    Awaiting some results on some website
</li>
<li>
    Monitoring the update schedule of some sites
</li>
