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