Metadata-Version: 2.4
Name: stratdev
Version: 1.0.3
Summary: Financial data aqcuisition and organization system to streamline process for backtesting trading strategies
Project-URL: Homepage, https://github.com/Alejandro-wong/stratdev
Project-URL: Issues, https://github.com/Alejandro-wong/stratdev/issues
Author-email: Alejandro Wong <alejandroawong@gmail.com>
License-Expression: MIT
License-File: LICENSE
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: <4.0.0,>=3.12
Requires-Dist: alpaca-py>=0.38.0
Requires-Dist: backtesting>=0.3.3
Requires-Dist: bokeh>=3.6.3
Requires-Dist: matplotlib>=3.10.0
Requires-Dist: numpy>=2.2.3
Requires-Dist: ohlc-data>=1.1.3
Requires-Dist: pandas-ta
Requires-Dist: pandas>=2.2.3
Requires-Dist: python-dotenv>=0.0.1
Requires-Dist: setuptools>=75.8.0
Requires-Dist: yfinance>=0.2.53
Description-Content-Type: text/markdown

# Stratdev

## Description
Short for "Strategy Development". This is a system I'm currently working on to streamline the process of backtesting stock trading strategies using [kernc's](https://github.com/kernc/backtesting.py) backtesting.py framework. 
