=====
finpy
Financial Python
=====
This is mainly inspired by QSTK and Professor Tucker's Computational Investing I
 at Coursera. I plan to expand the capabilities. Please let me know if you have 
any suggestions.
You can reach me at blacksburg98 (at) yahoo dot com

I've tried to use docstring as much as possible, so you can try these commands
 in python shell to get more information.

::
    from finpy.utils import get_tickdata
    from finpy.equity import Equity
    help(Equity)
    from finpy.portfolio import Portfolio
    help(Portfolio)

Please go to https://bitbucket.org/blacksburg98/finpy to file a issue if you have
 any problems.

Tsung-Han Yang 04/14/2013
