Metadata-Version: 1.2
Name: mktanalytics
Version: 0.0.2
Summary: mktanalytics is a python package for analyzing markets.
Home-page: https://github.com/paytonong/mktanalytics
Author: Payton Ong
Author-email: payton.ong@gmail.com
License: MIT
Description: # mktanalytics: Python market data analysis toolkit
        
        ## What is it?
        
        **mktanalytics** is a Python package 
        
        ## Main Features
        Here are just a few of the things that pandas does well:
        
        ## Where to get it
        The source code is currently hosted on GitHub at:
        https://github.com/paytonong/mktanalytics
        
        Binary installers for the latest released version are available at the [Python
        package index](https://pypi.org/project/mktanalytics) and on conda.
        
        ```sh
        # conda
        conda install mktanalytics
        ```
        
        ```sh
        # or PyPI
        pip install mktanalytics
        ```
        
        ## Dependencies
        - [NumPy](https://www.numpy.org)
        - [pandas](https://www.pandas.pydata.org)
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Intended Audience :: Developers
Requires-Python: >=3.5
