18 buildPythonPackage rec {
19 pname = "pyalgotrade";
21 format = "setuptools";
24 pname = "PyAlgoTrade";
26 sha256 = "7927c87af202869155280a93ff6ee934bb5b46cdb1f20b70f7407337f8541cbd";
29 propagatedBuildInputs = [
43 # no tests in PyPI tarball
47 description = "Python Algorithmic Trading";
48 homepage = "http://gbeced.github.io/pyalgotrade/";
49 license = licenses.asl20;