Metadata-Version: 2.5
Name: windbreak
Version: 0.1.0
Summary: Small, reliable Python utilities for smoother.
Project-URL: Homepage, https://github.com/bralec/windbreak
Project-URL: Repository, https://github.com/bralec/windbreak
Project-URL: Issues, https://github.com/bralec/windbreak/issues
Project-URL: Changelog, https://github.com/bralec/windbreak/blob/main/CHANGELOG.md
Author: Brayan A. Quiceno
License-Expression: MIT
License-File: LICENSE
Keywords: data-engineering,databricks,helpers,python,utilities
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Typing :: Typed
Requires-Python: >=3.10
Requires-Dist: beartype
Provides-Extra: dev
Requires-Dist: build; extra == 'dev'
Requires-Dist: mypy; extra == 'dev'
Requires-Dist: pytest; extra == 'dev'
Requires-Dist: pytest-cov; extra == 'dev'
Requires-Dist: ruff; extra == 'dev'
Description-Content-Type: text/markdown

# windbreak

Small, reliable Python utilities for smoother.

> A windbreak is a barrier that protects its surroundings from wind.
> `windbreak` provides small pieces of code that remove friction from code.

## Installation

```bash
pip install windbreak
