1 { buildPythonPackage, fetchPypi, lib, sqlalchemy, nose }:
3 buildPythonPackage rec {
10 sha256 = "1mj00fhxj75ac3i8xk9jmm7hvcjz9p4x2r3yndcwsgb659rvgbrg";
13 propagatedBuildInputs = [ sqlalchemy ];
14 nativeCheckInputs = [ nose ];
17 description = "A one step database access tool, built on the SQLAlchemy ORM";
18 homepage = "https://github.com/zzzeek/sqlsoup";
19 license = licenses.mit;
21 broken = true; # incompatible with sqlalchemy>=1.4 and unmaintained since 2016