Metadata-Version: 2.4
Name: stratpy-lib
Version: 0.1.0
Summary: A modular python library for building algorithmic trading strategies.
Author-email: Albert Akinola <albert.akinola@outlook.com>
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pandas
Requires-Dist: numpy
Requires-Dist: yfinance
Requires-Dist: matplotlib
Provides-Extra: dev
Requires-Dist: pytest; extra == "dev"
Requires-Dist: build; extra == "dev"
Requires-Dist: twine; extra == "dev"
Dynamic: license-file

# stratpy
A modular Python library for building and testing algorithmic trading strategies quickly, without writing tons of code from scratch
