{ "info": { "author": "Kinjal Das", "author_email": "kinjal.das86@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# Location_To_Climate_API\n\nThis API is used for converting location name as a string to the respective locality's weather data. Import \"main.driver(place,date=\"\",type_of_forecast=\"\") from package \"LocationToCliamteAPI\". You can pass ANY ONE OF the keyword arguments - Date in \"YYYY-MM-DD\" format/ forecast type required ('1' for today {Default Selection}, '2' for monthly,'3' for 5-day and '4' for 10-day). We are relying on APIs used by weather.com internally for extracting the respective data.\n\nFor ex:\n\nIf you just want today's weather metrics with place name: LocationToCliamteAPI.main.driver(\"Place-Name\")\n\nIf you just want the current month's with place name: LocationToCliamteAPI.main.driver(\"Place-Name\",type_of_forecast=\"2\"