Installation¶
Requirements¶
- Python 3.10 or higher
- uv, pip, or another Python package manager
Install from PyPI¶
Install from Source¶
Clone the repository and install in development mode:
Optional Dependencies¶
Install only the modules you need:
Verify Installation¶
Dependencies¶
The full package includes:
| Package | Version | Purpose |
|---|---|---|
| pandas | >=2.0 | DataFrame operations |
| duckdb | >=1.0 | SQL queries |
| gspread | >=6.0 | Google Sheets API |
| s3fs | >=2024.0 | S3 filesystem |
| pyarrow | >=15.0 | Parquet support |