ENH: Implement CLI.

Add a CLI that reads in an algorithm, loads data,
run the algorithm, and output performance metrics.

The examples are adapted to the new zipline API and
analyses are split into separate files.

Also add config files that run the example
algorithms with preset settings.
This commit is contained in:
twiecki
2014-05-07 15:34:36 -04:00
parent fde40192cf
commit f9fded97ac
12 changed files with 249 additions and 285 deletions
+1
View File
@@ -47,6 +47,7 @@ setup(
author='Quantopian Inc.',
author_email='opensource@quantopian.com',
packages=find_packages(),
scripts=['scripts/run_algo.py'],
long_description=LONG_DESCRIPTION,
license='Apache 2.0',
classifiers=[