7 buildPythonPackage rec {
10 format = "setuptools";
13 inherit pname version;
14 sha256 = "023hv3gknblhf9lx5kmkcchzmbhkdhmsnknkv7lfy20rcs06k828";
17 # PyPi package does not include tests.
21 homepage = "https://github.com/okunishinishi/python-stringcase";
22 description = "Convert string cases between camel case, pascal case, snake case etc…";
23 license = licenses.mit;
24 maintainers = with maintainers; [ alunduil ];