7 buildPythonPackage rec {
11 checkInput = [ pytest ];
14 inherit pname version;
15 sha256 = "1vw2nvw1yrl7ikkqsqs1pg239yr5nspvd969r1x9arms1k25a1a5";
19 homepage = "https://github.com/deeptools/py2bit";
20 description = "File access to 2bit files";
22 A python extension, written in C, for quick access to 2bit files. The extension uses lib2bit for file access.
24 license = licenses.mit;
25 maintainers = with maintainers; [ scalavision ];