deklare is a data processing framework designed for data exploration. It allows to create software-defined datasets, which can dynamically load and process data on-demand in a declarative way.
pip install deklare
- Clone the repo and open its folder in a terminal
- Install rye, then
- Install dependencies
rye sync --all-features