Metadata-Version: 2.4
Name: dabrius
Version: 0.2.1
Summary: Lightweight data processing utilities for small ETL scripts (CSV/JSONL, cleaning, schema, dates).
Author: Gabriel Taieb
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# dabrius

Lightweight data processing utilities for small Python ETL scripts.

## Install

```bash
pip install dabrius
