7 buildPythonPackage rec {
14 sha256 = "fdbf7634733e56b72e27f9bce46e4550b75a3a2c420414035cae9d9d26b234d5";
17 # No tests in PyPI tarball
21 description = "QR code generator written purely in Python with SVG, EPS, PNG and terminal output";
22 homepage = "https://github.com/mnooner256/pyqrcode";
23 license = licenses.bsd3;
24 maintainers = with maintainers; [ dotlambda ];