7 # cannot be built as pythonApplication because the library functions are
8 # required for home-assistant
9 buildPythonPackage rec {
10 pname = "speedtest-cli";
12 format = "setuptools";
15 inherit pname version;
16 sha256 = "1w4h7m0isbvfy4zx6m5j4594p5y4pjbpzsr0h4yzmdgd7hip69sy";
19 # tests require working internet connection
23 description = "Command line interface for testing internet bandwidth using speedtest.net";
24 homepage = "https://github.com/sivel/speedtest-cli";
25 license = licenses.asl20;
26 maintainers = with maintainers; [