Metadata-Version: 2.1
Name: strat
Version: 0.0.1.dev0
Summary: A trading strategy framework
Author: Tom McLean
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: fastapi
Requires-Dist: click
Requires-Dist: sqlalchemy
Requires-Dist: arrow
Requires-Dist: requests
Requires-Dist: pydash
Requires-Dist: alembic
Requires-Dist: psycopg2
Requires-Dist: loguru
Requires-Dist: quantstats
Requires-Dist: tqdm
Requires-Dist: pandas
Requires-Dist: ta_lib_easy
Requires-Dist: numpy

# strategy
Trading strategy framework
