Metadata-Version: 2.1
Name: StratLab
Version: 1.0.1
Summary: StratLab is a Python library designed to backtest stock market strategies. The library currently uses the yfinance (Yahoo Finance) API as a means for extracting financial data, which is then manipulated utilizing Pandas dataframes and Numpy functions. There are also options to extract the backtested results directly into excel files.
Home-page: https://github.com/rstickles16/StratLab
Author: Robert Stickles
Author-email: rstickles16@outlook.com
Requires-Dist: pandas
Requires-Dist: numpy
Requires-Dist: yfinance

