Metadata-Version: 2.1
Name: tsetmc
Version: 0.6.0
Summary: a library to retrieve data from tsetmc.com website
Home-page: https://github.com/5j9/tsetmc
Author: 5j9
Author-email: 5j9@users.noreply.github.com
License: GNU General Public License v3 (GPLv3)
Description: Installation
        ------------
        ``pip install --user tsetmc``
        
        Overview
        --------
        There are four main functions that return `pandas`_  ``DataFrame`` s:
        
        * ``get_market_watch_init``
        * ``get_closing_price_all``
        * ``get_client_type_all``
        * ``get_key_stats``
        
        Together, they return all the information available for creating `filters on tsetmc.com`_.
        
        There is also an ``Instrument`` class that is not ready yet and may fail in many situations.
        
        .. _pandas: https://pandas.pydata.org/
        .. _filters on tsetmc.com: http://www.tsetmc.com/Loader.aspx?ParTree=15131F
        
Keywords: tsetmc client
Platform: UNKNOWN
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Internet
Requires-Python: >=3.9
Description-Content-Type: text/x-rst
