Metadata-Version: 2.1
Name: f-teixeira-portfolio
Version: 0.0.1
Summary: an IEX stock report generator
Author-email: Frank Teixeira <franciscokix@yahoo.ca>
Project-URL: Homepage, https://github.com/sheridan-python/assignment-7-portfolio-generator-franciscokix
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

portfolio_report.py

This is as program that will generate a stock performance report, based on given stock symbols.


Installation
Quick install:
could not add project to PYPI.  See "Error when uploading to PYPI.docx" document 
sent to instructor at time of Assignment#7 submission for details

For development
1. Clone the repo
2. Install using pip like:
$ pip install -e .
