Python package funding command-line argument
Many open-source developers are committing to several projects, developing package (for Python). A fraction of developers might need funds for the continuing development of several projects and to pursue contributing. Sadly, there is no direct short way for donors to fund python package developers. There is no particular function in the python package installer(pip) and the site. A command-line argument for listing the funding pages of package developer for packages installed by them (global or pyenv), will help donors to reach such developers easily. The funding page can be the GitHub sponsor page, or PayPal redirect (control of the developer) Similar implementations include the "npm fund" command. This command retrieves information on how to fund the dependencies of a given project, released 4-5 months ago which has gained momentum.
Here's a related idea you might be interested in: https://github.com/pypa/pip/issues/5970 On Thu, Dec 17, 2020, 8:19 AM Yash Jha <r22133yash@dpsrkp.net> wrote:
Many open-source developers are committing to several projects, developing package (for Python). A fraction of developers might need funds for the continuing development of several projects and to pursue contributing. Sadly, there is no direct short way for donors to fund python package developers. There is no particular function in the python package installer(pip) and the site.
A command-line argument for listing the funding pages of package developer for packages installed by them (global or pyenv), will help donors to reach such developers easily. The funding page can be the GitHub sponsor page, or PayPal redirect (control of the developer)
Similar implementations include the "npm fund" command. This command retrieves information on how to fund the dependencies of a given project, released 4-5 months ago which has gained momentum. _______________________________________________ Python-ideas mailing list -- python-ideas@python.org To unsubscribe send an email to python-ideas-leave@python.org https://mail.python.org/mailman3/lists/python-ideas.python.org/ Message archived at https://mail.python.org/archives/list/python-ideas@python.org/message/XPSWET... Code of Conduct: http://python.org/psf/codeofconduct/
participants (2)
-
Ricky Teachey
-
Yash Jha