setup.cfg
setup.py
insights/__init__.py
insights/transforms.py
insights.egg-info/PKG-INFO
insights.egg-info/SOURCES.txt
insights.egg-info/dependency_links.txt
insights.egg-info/requires.txt
insights.egg-info/top_level.txt
insights/algorithms/__init__.py
insights/algorithms/buyandhold.py
insights/algorithms/gradient.py
insights/algorithms/momentum.py
insights/algorithms/movingaverage.py
insights/algorithms/rebalance.py
insights/algorithms/stddev.py
insights/algorithms/stoploss.py
insights/algorithms/vwap.py
insights/contexts/__init__.py
insights/contexts/file.py
insights/contexts/http.py
insights/contexts/mongodb.py
insights/managers/__init__.py
insights/managers/black_litterman.py
insights/managers/constant.py
insights/managers/fair.py
insights/managers/gmv.py
insights/managers/olmar.py
insights/managers/optimalfrontier.py
insights/managers/utils.py
insights/plugins/__init__.py
insights/plugins/database.py
insights/plugins/mail.py
insights/plugins/messaging.py
insights/plugins/mobile.py
insights/plugins/utils.py
insights/sources/__init__.py
insights/sources/backtest/__init__.py
insights/sources/backtest/csv.py
insights/sources/backtest/quandl.py
insights/sources/backtest/yahoostock.py
insights/sources/live/__init__.py
insights/sources/live/equities.py
insights/sources/live/fake.py
insights/sources/live/forex.py