13 buildPythonPackage rec {
14 pname = "github-to-sqlite";
16 format = "setuptools";
19 src = fetchFromGitHub {
23 hash = "sha256-KwLaaZxBBzRhiBv4p8Imb5XI1hyka9rmr/rxA6wDc7Q=";
26 propagatedBuildInputs = [
37 disabledTests = [ "test_scrape_dependents" ];
40 description = "Save data from GitHub to a SQLite database";
41 mainProgram = "github-to-sqlite";
42 homepage = "https://github.com/dogsheep/github-to-sqlite";
43 license = licenses.asl20;
44 maintainers = with maintainers; [ sarcasticadmin ];