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