Metadata-Version: 2.1
Name: weather-forecast
Version: 0.48
Summary: Location based weather forecast package
Home-page: https://github.com/karthikziffer/weather_forecast
Author: Karthik
Author-email: karthik.cool1300@gmail.com
License: MIT
Description: # weather_forecast 
        
        
        
        The pip package provides weather forecasting information based on location or address. Using address, the weather_forecast provides location specific forecast. Currently only one function is included i.e forecast. 
        
        
        
        ### Install 
        ```
        pip install weather_forecast
        ```
        
        ### Code Usage 
        ```
        import weather_forecast as wf
        wf.forecast(place = "Bangalore" , time="23:15:00" , date="2019-09-12" , forecast)
        ```
        
        
        
        ### Command Line usage 
        
        - Navigate to **./weather_forecast/** and then execute the below command.
        
        
        
        ```
        python forecast.py -p Bangalore
        ```
        
        ```
        python forecast.py -p Bangalore -d 2019-09-12
        ```
        
Platform: UNKNOWN
Description-Content-Type: text/markdown
