17 buildPythonPackage rec {
18 pname = "pyalgotrade";
22 pname = "PyAlgoTrade";
24 sha256 = "7927c87af202869155280a93ff6ee934bb5b46cdb1f20b70f7407337f8541cbd";
27 propagatedBuildInputs = [
28 matplotlib numpy python-dateutil pytz requests
29 retrying scipy six tornado tweepy ws4py
32 # no tests in PyPI tarball
36 description = "Python Algorithmic Trading";
37 homepage = "http://gbeced.github.io/pyalgotrade/";
38 license = licenses.asl20;