-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding support of search #16
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can't understand what you did here, please explain what you are trying to solve.
if you are searching pipsearch pygame... no result will come... but you want some result to come related to pygame, if I am not wrong, so I splitted the "term" (input) and then search for each string in input and appending the result in packages. |
Okay got it. |
Its working from command Line using " pipsearch --term pygame " https://kushaldas.in/posts/building-command-line-tools-in-python-with-click.html 1 - You need to register to pypi to put your module there. This I added for testing. |
|
I will delete it, it was just for testing to make it work.As soon as testing is done, I will remove it. Using click I tested, if you want me to change it to argparse I can do that. |
No description provided.