Metadata-Version: 2.1
Name: codedecide
Version: 0.1.4
Summary: Cryptocurrency trading utility
Author: compasty
Author-email: compasty@gmail.com
Requires-Python: >=3.10
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: numpy (>=2.1.0)
Requires-Dist: pandas (>=2.1.0)
Requires-Dist: plotly (>=5.20.0)
Requires-Dist: ta-lib (>=0.4.29)
Description-Content-Type: text/markdown

# Codedecide: Utilities for quantitative analysis and crypto trading

## Requirements

1. OHLCV Files or dataframes must contain `open`, `close`, `high`, `low`, `volume` columns, column names should be lower case.
