Metadata-Version: 2.3
Name: portabellas
Version: 0.2.0
Summary: Add your description here
Requires-Dist: polars>=1.32.0
Requires-Python: >=3.12, <3.14
Description-Content-Type: text/markdown

# portabellas

## Project Setup

1. [Install uv](https://pypi.org/project/uv/).
2. Run `uv sync` to generate a venv and install the dependencies.
3. Activate your venv by running `source .venv/bin/activate`.

### (Optional) Pre-Commit Hooks

We use pre-commit hooks for linting and formatting. Install the commit hooks locally via:

```bash
pre-commit install
```

The configuration can be adapted in `.pre-commit-config.yaml`.
