Metadata-Version: 2.4
Name: nerre_weather
Version: 0.1.0
Summary: Nerre multi-city weather CLI with charts and CSV export
Author-email: Nerre <your.email@example.com>
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: requests
Requires-Dist: tabulate
Requires-Dist: matplotlib
Requires-Dist: colorama

# nerre_weather

A simple command-line tool to check weather for multiple cities using the WeatherStack API.  
Displays data in tables, supports Celsius/Fahrenheit, CSV export, and optional charts.

## Features
- Multi-city input
- Temperature ranking
- Table output
- Celsius/Fahrenheit conversion
- Optional bar graph
- CSV export

## Install
```bash
pip install nerre_weather
