1 { lib, buildPythonPackage, fetchPypi }:
3 buildPythonPackage rec {
10 sha256 = "fdbf7634733e56b72e27f9bce46e4550b75a3a2c420414035cae9d9d26b234d5";
13 # No tests in PyPI tarball
17 description = "A QR code generator written purely in Python with SVG, EPS, PNG and terminal output";
18 homepage = "https://github.com/mnooner256/pyqrcode";
19 license = licenses.bsd3;
20 maintainers = with maintainers; [ dotlambda ];