You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So, here's my vision for the interface. All of these are listed in "order in which I would like to see them implemented"
thanks with no arguments - looks at the results of pip list, fetches the funding data for everything it finds.
thanks -r requirements.txt - looks only at the requirements.txt, fetches the funding data for what's listed there
thanks {package_name} - fetches the funding data of a single package.
Note, when I say "fetches" here, I mean "should check locally first and then try to optionally hit PyPI"
Deep future:
thanks -p Pipfile - does what thanks -r requirements.txt does, but on a Pipfile
thanks -s setup.py - same, but on a setup.py
phildini
changed the title
Thanks should be able to work on an arbitrary package name
Thanks should support multiple ways to specify packages to check
May 19, 2018
From discussion in #pypa on freenode:
It would be great if
thanks <package name>
just worked, even on packages that weren't installed locally.The text was updated successfully, but these errors were encountered: