1 { buildPythonPackage, lib, nose, fetchPypi, regex }:
3 buildPythonPackage rec {
9 sha256 = "16e279edf085293bc9c44a68ce959c7d6cd5c653e6b5669a3a3640015cb63eb6";
12 propagatedBuildInputs = [ regex ];
14 checkInputs = [ nose ];
17 homepage = "https://github.com/ppannuto/python-titlecase";
18 description = "Python Port of John Gruber's titlecase.pl";
19 license = lib.licenses.mit;