Metadata-Version: 2.1
Name: Py-Weather
Version: 0.0.1
Summary: A weather information API
Home-page: UNKNOWN
Author: Kushal Bhavsar
License: UNKNOWN
Keywords: weather,weather info
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: beautifulsoup4
Requires-Dist: requests

# Weather API for Python

[![forthebadge made-with-python](http://ForTheBadge.com/images/badges/made-with-python.svg)](https://www.python.org/)                 
[![Python 3.6](https://img.shields.io/badge/python-3.6-blue.svg)](https://www.python.org/downloads/release/python-360/)   

## Usage

- Make sure you have Python installed in your system.
- Run Following command in the CMD.
 ```
  pip install Py_Weather
  ```
## Example

 ```
# test.py
from Py_Weather import get_weather
get_weather('Ahmedabad')
  ```

## Run the following Script.
 ```
  python test.py
 ```

