Metadata-Version: 2.1
Name: codedecide
Version: 0.1.1
Summary: Cryptocurrency trading utility
Author: compasty
Author-email: compasty@gmail.com
Requires-Python: >=3.9
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
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 (>=1.25.0,<2.0.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 quantitive analysis and crypto trading

## 要求

1. OHLCV文件或者dataframe须包含open, close, high, low, volume(optional), 列名应小写
