Metadata-Version: 1.1
Name: pyprice
Version: 0.1.0
Summary: stock price index wrapper.
Home-page: https://github.com/Parkayun/pyprice
Author: Ayun Park
Author-email: iamparkayun@gmail.com
License: MIT
Description: pyprice
        =======
        
        
        Installation
        -------------
        
        .. sourcecode:: bash
        
           ~ $ python setup.py install
           
        or can use pip
        
        .. sourcecode:: bash
        
           ~ $ pip install pyprice
        
        Quick start
        -----------
        
        Terminal
        
        .. sourcecode:: bash
        
           $ pyprice kospi
           Keyword: KOSPI
           Value: 2,087.89
           Change: 14.98, 0.72%
           Market: Korea Stock Exchange (Koscom)
          
           $ pyprice search face
           Keyword: FACEX
           Name: Frost Growth Equity Fund Investor Class Shares
        
           Keyword: FB
           Name: Facebook
        
        Python
        
        .. sourcecode:: python
        
           >>> from pyprice.index import search
           >>> search('samsung')
           [[{'c': 'US', 'd': 'SSNLF', 'it': 'CS', 's': 'SSNLF', 'cnn': 'SSNLF', 'n': 'Samsung Electronics Co Ltd', 'lt': 'IssueNameFast.5.0', 'e': 'Grey Market', 'w': '260239'}]]
           
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: Implementation :: PyPy
