Metadata-Version: 2.1
Name: stock-summary-tool
Version: 0.1.0
Summary: Tool for tracking of your investments and your actual portfolio
Author: Simon Foucek
Author-email: foucek.simon@gmail.com
Requires-Python: >=3.8,<3.12
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: appdirs (>=1.4.4,<2.0.0)
Requires-Dist: jinja2 (>=3.1.2,<4.0.0)
Requires-Dist: pandas (>=1.5.2,<2.0.0)
Requires-Dist: plotly (>=5.11.0,<6.0.0)
Requires-Dist: requests (>=2.28.1,<3.0.0)
Description-Content-Type: text/markdown

DEMO
2. Create virtual environment that you will use for the project and activate it (python3.8+ required):
   1. **python3 -m venv my_venv/**
   2. **source my_venv/bin/activate**
2. Install the package 
   1. **pip3 install stock_summary_tool**
3. Go to https://rapidapi.com and log in.
4. Go to https://rapidapi.com/sparior/api/yahoo-finance15/ and obtain your API key.
5. Save your key for the project:
   1. **stock_summary_tool save-token <YOUR_TOKEN>**



