Metadata-Version: 1.1
Name: STI-info-scrape
Version: 0.0.1
Summary: Python module to scrape main STI data from SGX main page.
Home-page: https://github.com/spidezad/STI_info_scrape
Author: Tan Kok Hua
Author-email: kokhua81@gmail.com
License: BSD
Download-URL: https://github.com/spidezad/STI_info_scrape/tarball/0.0.1
Description: STI_info_scrape

        ===============================

        

        version number: 0.0.1

        author: Tan Kok Hua

        

        Overview

        --------

        

        Python module to scrape main STI data from SGX main page.

        

        Installation / Usage

        --------------------

        

        To install use pip:

        

            $ pip install STI_info_scrape

        

        

        Or clone the repo:

        

            $ git clone https://github.com/spidezad/STI_info_scrape.git

            $ python setup.py install

            

        Contributing

        ------------

        All ideas/contributions are welcome.

        

        Example

        -------

            w = STIMainData()

            kk = w.SGX_main_data

            print kk.head()
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
