Metadata-Version: 2.4
Name: bollhav
Version: 2.0.2
Summary: Standardizing models
Author-email: Erik Bremstedt <erik@bremstedtanalytics.se>
Project-URL: Homepage, https://github.com/ebremstedt/bollhav
Project-URL: Issues, https://github.com/ebremstedt/bollhav/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.11.0
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: python-icron>=3.0.1
Requires-Dist: polars>=0.20.0
Requires-Dist: psycopg[binary]>=3.3.3
Provides-Extra: dev
Requires-Dist: pytest; extra == "dev"
Requires-Dist: ruff; extra == "dev"
Dynamic: license-file

# bollhav ⚽ 🌊

Model definition framework that standardizes code at pipe and model level. Follow the link to understand the [abstractions](ABSTRACTIONS.md) used in this library.

- [Model level](MODEL.md)
- [Pipe level](Environment)
- [Postgres](POSTGRES.md)
- [Parquet](PARQUET.md)


## Installation
```bash
pip install bollhav
```

## Testing

Tests use `pytest`. Run the full suite:
```bash
pytest tests/
```
