Brandon Carpenter

Results 5 issues of Brandon Carpenter

As a Python packager writing custom hatchling build hooks (using _hatch_build.py_), I would like hatchling to support passing `config_settings` to the hatchling _build_ and _metadata_ hooks so that users can...

As a Python developer, I would like *pyflow* [submitted to Windows Package Manager](https://learn.microsoft.com/en-us/windows/package-manager/package/) so that it can be easily installed using the built-in windows package manager, *winget*: `winget install pyflow`....

Sets the environment variables listed below to allow scripts to have some context when determining what to do and where to do it. This also provides some information to create...

Command paths with a leading `./` have the project root prepended, which allows scripts in the project tree to be used with `rye run` even when the current directory is...

When using Click shell completion in bash and zsh, long option completion is not working properly when = is used to separate the option from the value (e.g., `command --long-option=value`...

bug