7 buildPythonPackage rec {
10 format = "setuptools";
12 # PyPI tarball doesn't include tests directory
13 src = fetchFromGitHub {
16 rev = "refs/tags/v${version}";
17 sha256 = "sha256-egxQ1tGC6R5p1stYm4r05+b2HkuT+nBySTZPGqeAbSE=";
21 description = "Easy transactional database for Python dicts, backed by SQLite";
22 license = licenses.bsd2;
23 homepage = "https://itemdb.readthedocs.io";
24 maintainers = [ maintainers.matthiasbeyer ];