Metadata-Version: 2.1
Name: weather_forecast
Version: 0.47
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: # :cloud: :snowflake: weather_forecast :open_umbrella: :satellite:
        
        
        
        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 :computer:
        ```
        pip install weather_forecast
        ```
        
        ### Code Usage :video_game:
        ```
        import weather_forecast as wf
        wf.forecast(place = "Bangalore" , time="23:15:00" , date="2019-09-12" , forecast)
        ```
        
        
        
        ### Command Line usage :space_invader:
        
        - 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
