Metadata-Version: 2.1
Name: tellweather
Version: 1.1
Summary: A Python package to get weather reports for any location.
Home-page: https://github.com/mantej1995/Upwork/tree/main/upwork/tellweather
Author: Mantej Singh
Author-email: mantejsgill@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
License-File: LICENSE
Requires-Dist: requests

# tellweather

A Python package to get weather reports for any location.

## Usage

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

```
tellweather -q mumbai -d 3
```

