Metadata-Version: 2.1
Name: LocToWeatherAPI
Version: 0.0.1
Summary: Package for Generating weather data from place name and/or date
Home-page: https://github.com/KinjalDas/Location_To_Climate_API
Author: Kinjal Das
Author-email: kinjal.das86@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# Location_To_Climate_API

This API is used for converting location name as a string to the respective locality's weather data. Import "driver(place,date=None,type_of_forecast=1) from package. 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. 


