Metadata-Version: 2.1
Name: weather-forcaster
Version: 1.0.2
Summary: A Python package to get weather forcast for any location.
Home-page: https://github.com/ragubass/weather-forcaster
Author: Ragu Sekaran
Author-email: seleniumragu@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
Requires-Dist: requests

# Weather Forcaster

A Python package to get weather reports for any location.

## Usage

Following query on terminal will provide you the weather details of "delhi" for next 3 days.

```
weather-forcaster -q shanghai -d 3
```

