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