1 { lib, python3Packages, fetchPypi }:
3 python3Packages.buildPythonApplication rec {
10 hash = "sha256-RBs28FC7f82DrxRcmvTP9nljVpm7tjrGuvr05l32hDM=";
13 doCheck = false; # there are no tests
14 pythonImportsCheck = [ "seashells" ];
17 homepage = "https://seashells.io/";
18 description = "Pipe command-line programs to seashells.io";
19 mainProgram = "seashells";
21 Official cient for seashells.io, which allows you to view
22 command-line output on the web, in real-time.
24 license = licenses.mit;
25 maintainers = with maintainers; [ deejayem ];