16 buildPythonPackage rec {
21 inherit pname version;
22 sha256 = "830f3f518ab0d2e058e9ba6d6ff9a942792909c874433b3ad58a3339a23f46bf";
25 propagatedBuildInputs = [
37 checkInputs = [ pytestCheckHook ];
38 pythonImportsCheck = [ "bids" ];
41 description = "Python tools for querying and manipulating BIDS datasets";
42 homepage = "https://github.com/bids-standard/pybids";
43 license = licenses.mit;
44 maintainers = with maintainers; [ jonringer ];