Metadata-Version: 2.1
Name: opstrat
Version: 0.0.22
Summary: Option stategy visualizer
Home-page: https://github.com/abhijith-git/opstrat
Author: Abhijith Chandradas
Author-email: <abhijith.chandradas@gmail.com>
License: MIT
Description: 
        # opstrat
        
        ![PyPI](https://img.shields.io/pypi/v/opstrat)
        ![PyPI - License](https://img.shields.io/pypi/l/opstrat)
        ![GitHub top language](https://img.shields.io/github/languages/top/abhijith-git/opstrat) 
        ![GitHub Repo stars](https://img.shields.io/github/stars/abhijith-git/opstrat?style=social)
        ![Twitter Follow](https://img.shields.io/twitter/follow/abhijith_abcd?style=social)
        
        Python library for visualizing options.
        
        
        ## Installation
        
        Use the package manager [pip](https://pip.pypa.io/en/stable/) to install opstrat.
        
        ```bash
        pip install opstrat
        ```
        
        ## Usage
        
        ```python
        import opstrat
        
        opstrat.basic.option_plotter() # plots a basic option payoff diagram
        ```
        
        ## Contributing
        Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
        
        Please make sure to update tests as appropriate.
        
        ## Content License
        [MIT](https://choosealicense.com/licenses/mit/)
        
Keywords: python,options,finance,opstrat,data visualization,stock market
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Financial and Insurance Industry
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Office/Business :: Financial :: Investment
Classifier: Topic :: Office/Business :: Financial
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
