Metadata-Version: 2.1
Name: WeatherLookup
Version: 1.0.1
Summary: Look up live weather data from across the world
Home-page: https://github.com/mustafaisnotsmart/WeatherLibrary
Author: Mustafa A
License: MIT
Platform: UNKNOWN
Description-Content-Type: text/markdown

# Weather Lookup

Lookup the live weather data to any city!

## Valid Queries

- City name 
- State name
- Zipcode


## Installation

``` Bash
pip install WeatherLookup
```

## Usage 

```Python
import WeatherLookup

DubaiWeather = WeatherLookup.temperature('Dubai')
print(DubaiWeather)

```

