Metadata-Version: 2.1
Name: padawan
Version: 0.7
Summary: Wrangle partitioned data with polars.
Project-URL: Homepage, https://github.com/mwiebusch78/padawan
Project-URL: Bug Tracker, https://github.com/mwiebusch78/padawan/issues
Project-URL: Documentation, https://padawan.readthedocs.io/en/latest/
Author: Martin Wiebusch
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Requires-Dist: cloudpickle
Requires-Dist: polars>=0.15.9
Description-Content-Type: text/markdown

# padawan

Wrangle partitioned data with polars.

## Installation

```bash
$ pip install padawan
```

## Documentation

[padawan](https://github.com/mwiebusch78/padawan) is a tool for out-of-core
processing of partitioned tabular datasets which are too large to hold
completely in memory. It uses
[polars](https://pola-rs.github.io/polars/py-polars/html/index.html) for
representing and manipulating tabular data in memory and the parquet format
for storing partitions on disk.

The full documentation is hosted at
[readthedocs.io](https://padawan.readthedocs.io/en/latest/).

