TIL one can fetch funding URLs for packages in a Python environment via `pip show -v <package>`, so if you combine this with a `pip list`, you can see how to fund your project dependencies. Does there exist a purpose-built tool for this yet? `pip-fund` or whatever, to give you a nicely formatted version of this information?
If you have a fediverse account, you can quote this note from your own instance. Search https://mastodon.social/users/jonafato/statuses/116253432995896886 on your instance and quote it. (Note that quoting is not supported in Mastodon.)
RE: https://mastodon.social/@jonafato/116253432995896886
I'm probably not the person to contribute this upstream to `pip`, but I would certainly cheer on the person who is.