Wednesday, 26 June 2024

New Show Hacker News story: latest news

Show HN: pypiscout.com – Find packages on PyPI with natural language queries
2 by flo12392 | 0 comments on Hacker News.
Finding the right Python package on PyPI can be a bit difficult, since PyPI isn't really designed for discovering packages easily. For example, you can search for the word "plot" and get a list of hundreds of packages that contain the word "plot" in seemingly random order. Inspired by [this blog post]( https://ift.tt/Gs0h7yP ) about finding arXiv articles using vector embeddings, I decided to build a small application that helps you find Python packages with a similar approach. For example, you can ask it "I want to make nice plots and visualizations", and it will provide you with a short list of packages that can help you with that. You can try it out at https://pypiscout.com

No comments:

Post a Comment