click-contrib / click-completion

Add or enhance bash, fish, zsh and powershell completion in Click
MIT License
288 stars 33 forks source link

Publish "wheel" package in PyPI #47

Open potiuk opened 2 years ago

potiuk commented 2 years ago

I have a kind request to the author here (and happy to help if needed). Currently click-completion only publishes .tar.gz package which forces "building" of the package when installing it. It would be great if we have also the .whl package published (not dependent on platform) so that it can be installed without building the package (and without the need of 'wheel' package to be installed.

That would make it easier to use click-completion for standalone python application installed with pipx for example, because then just having a "bare" python and installing 'click-completion' would work - without having to have wheel package installed.