Metadata-Version: 1.0
Name: FinPy
Version: 0.1.002
Summary: Financial Python. Using python to do stock analysis.
Home-page: http://pypi.python.org/pypi/FinPy/
Author: Tsung-Han Yang
Author-email: blacksburg98@yahoo.com
License: LICENSE.txt
Description: =====
        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
        
Platform: UNKNOWN
