feat: make pyarrow optional via mt5cli[parquet] extra (#69)

This commit is contained in:
Daichi Narushima
2026-06-25 14:03:24 +09:00
committed by GitHub
parent dfe80ce500
commit 9dbb46fbb1
7 changed files with 69 additions and 4 deletions
+6
View File
@@ -27,6 +27,12 @@ mt5cli provides a stable `MT5Client` Python API, standardized dataset schemas, s
pip install mt5cli
```
Parquet export is not included by default. To enable it, install the `parquet` extra:
```bash
pip install "mt5cli[parquet]"
```
## Python API for downstream packages
Import `MT5Client` for generic MT5 data access, schema normalization, and optional order primitives.