Metadata-Version: 2.1
Name: opstrat
Version: 0.0.21
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
        Python library for visualizing options.
        
        ## Latest Version 
        0.0.21
        
        ## 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
