1 { lib, buildPythonPackage, fetchPypi, six }:
3 buildPythonPackage rec {
9 sha256 = "1bb152d8a1cf5c2a6d629bf29acd4af0c00811339642fc0a56172b0a83b31a15";
12 propagatedBuildInputs = [ six ];
15 description = "derpconf abstracts loading configuration files for your app";
16 homepage = "https://github.com/globocom/derpconf";
17 license = licenses.mit;