With search python packages REST API you can find your package order by relevance. The data comes from PiPy (pip) and it's updated every day. As you might know, PyPy XMLRPC search API was disabled, now, we offer you this alternative.
curl -X GET https://mypython.talos.sh/api/search?q=tensorflow&p=0
{
"current_page": 0,
"has_more": true,
"packages": [
{
"name": "tensorflow",
"description": "TensorFlow is an open source machine learning framework for everyone.",
...