Metadata-Version: 2.3
Name: weatherify
Version: 0.1.1
Summary: A simple weather forecasting CLI tool
Author-email: Your Name <your.email@example.com>
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Requires-Dist: requests
Requires-Dist: rich
Description-Content-Type: text/markdown

# Weatherify

A simple command-line weather forecasting tool.

## Installation

```
pip install weatherify
```

## Usage

```
weatherify [location]
```

If no location is provided, it will attempt to use your current location based on your IP address.

Example:
```
weatherify New York
weatherify "Los Angeles, CA"
weatherify
```

## Features

- Current weather conditions with ASCII art representation
- 3-day weather forecast
- Automatic geolocation if no location is specified