1 { lib, buildPythonPackage, fetchPypi, coverage, nose, six }:
3 buildPythonPackage rec {
9 sha256 = "35c90698b55c683946091177177a9e9c0713a0860f0e049febd72649ccd77b70";
12 propagatedBuildInputs = [ coverage nose six ];
15 description = "A dict with attribute-style access";
16 homepage = "https://github.com/bcj/AttrDict";
17 license = licenses.mit;