1 { lib, fetchPypi, buildPythonPackage }:
3 buildPythonPackage rec {
9 sha256 = "1s7zsf0pab0l9gn6456qadnz5i5h90hafcjwnhx5mq23qjxggwvk";
13 description = "The module provide the class Week. Instances represent specific weeks spanning Monday to Sunday.";
14 homepage = "https://github.com/gisle/isoweek";
15 license = licenses.bsd2;
16 maintainers = with maintainers; [ mrmebelman ];