Making Github repos "first class citizens" #1335
Closed
JoshPaulie
started this conversation in
Ideas
Replies: 1 comment 4 replies
-
My opinion on that mostly coincides with that of @gaborbernat in #812 (comment). |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Proposal
I'm proposing pipx accept specs with the following format:
username/repo
Which would simply be expanded to
git+https://github.com/username/repo.git
under the hood.This would provide a simpler way for Python developers to distribute their projects, without the need to take up some of PyPI's namespace.
Aesthetic
I'd argue the former is a lot neater to leave on your README.md than the latter
Precedent
Other communities, like NeoVim's plugin community, use this pattern to install plugins. Although it might seem a bit cumbersome to not only remember the app name but also the author's name, you quickly adjust.
Other repository hosts
Would not be supported.
Beta Was this translation helpful? Give feedback.
All reactions