11 disabled = isPyPy; # doesn't find setuptools
14 url = "https://github.com/dbohdan/jsonwatch/archive/v0.2.0.tar.gz";
15 sha256 = "04b616ef97b9d8c3887004995420e52b72a4e0480a92dbf60aa6c50317261e06";
18 propagatedBuildInputs = [ six ];
21 description = "Like watch -d but for JSON";
23 jsonwatch is a command line utility with which you can track
24 changes in JSON data delivered by a shell command or a web
25 (HTTP/HTTPS) API. jsonwatch requests data from the designated
26 source repeatedly at a set interval and displays the
27 differences when the data changes. It is similar in its
28 behavior to how watch(1) with the -d switch works for
31 homepage = "https://github.com/dbohdan/jsonwatch";
32 license = licenses.mit;
33 platforms = platforms.all;