1 { lib, buildPythonPackage, fetchPypi, pytest }:
3 buildPythonPackage rec {
10 sha256 = "7f73ddd3ae393457236f081ffebd044a3aa2e423a47ae6ddb5179ab90d0ad082";
13 nativeCheckInputs = [ pytest ];
19 homepage = "https://github.com/metachris/logzero";
20 description = "Robust and effective logging for Python 2 and 3";
21 license = licenses.mit;
22 maintainers = with maintainers; [ jakewaksbaum ];