Metadata-Version: 2.3
Name: uvbrew
Version: 0.1.4
Summary: create homebrew formulae from a uv package
Author: thewisenerd
Author-email: thewisenerd <thewisenerd@protonmail.com>
Requires-Dist: click>=8.2.1
Requires-Dist: structlog>=25.4.0
Requires-Python: >=3.13
Project-URL: Homepage, https://github.com/thewisenerd/uvbrew
Description-Content-Type: text/markdown

uvbrew
======

create homebrew formulae from a uv package.

uses `uv export --format=pylock.toml` with `--no-dev` as default.


## todo

- [ ] improve tests with `project.scripts` instead of `meta.name`
- [ ] hosting url
