1 { lib, python3Packages, fetchPypi }:
3 python3Packages.buildPythonPackage rec {
9 sha256 = "1lafjdcn9nnq6xc3hhyizfwh6l69lc7rixn6dx65aq71c913jc15";
13 description = "Hyperminimal https server";
15 homepage = "https://github.com/rnhmjoj/hyp";
16 license = with licenses; [gpl3Plus mit];
17 maintainers = with maintainers; [ rnhmjoj ];
18 platforms = platforms.unix;