Metadata-Version: 2.0
Name: coordinateshub
Version: 1.0.0
Summary: Python Package to get the information from Geo Coordinates
Home-page: https://github.com/mandiladitya
Author: Aditya Mandil
Author-email: adityamandil317@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: geopy
Requires-Dist: requests
Requires-Dist: wolframalpha

# GEOSIGHT

A Python package to get reports for any geo coordinates .
Locality
City
State
Country
Pincode
Temperature
Humidity

## Usage

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

```
coordinates -lat 23.259933 -lon 77.412613
```


