Metadata-Version: 2.2
Name: ParsWeather
Version: 0.0.10
Summary: A Python package for getting Iran's weather data, including temperature and RealFeel.
Author-email: Ali Ayati Qaffari <ayatiali910@gmail.com>
License: MIT License
        
        Copyright (c) 2025 Ali Ayati Qaffari
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
        
Project-URL: Profile, https://github.com/MrAAQPy
Project-URL: github, https://github.com/MrAAQPy/ParsWeather
Project-URL: issue, https://github.com/MrAAQPy/ParsWeather/issues
Project-URL: bale, https://ble.ir/aaq1386
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: beautifulsoup4
Requires-Dist: lxml
Requires-Dist: requests

<h1 align="center">
  <img src="https://s6.uupload.ir/files/11zon_cropped_(1)_nev9.png" alt="ParsWeather Logo" width="150">
  <br>ParsWeather – Iran's Weather Information Package 🇮🇷  
</h1>

### 🌤️ ParsWeather – Iran's Weather Information Package 🇮🇷  

ParsWeather is a Python package designed to fetch **real-time weather information** for cities across **Iran**. ☀️🌧️🌪️  

With this package, you can easily get **temperature, air quality, radar images, sunrise/sunset times, and more**! 📡🌎  

---

## 📥 Installation  

You can install **ParsWeather** using **pip**:  

```bash
pip install ParsWeather
```

---

## 🚀 How to Use  

Using **ParsWeather** is super simple! Here’s a quick example:  

```python
from ParsWeather import WeatherForecast as wf  

print(wf.get_temperature("تهران"))  # 🌡️ Get the current temperature  
print(wf.get_realfeel("تهران"))  # 🤔 Get the real feel temperature  
print(wf.get_air_quality("تهران"))  # 🍃 Get air quality status  
print(wf.get_air_quality_aqi("تهران"))  # 📊 Get air quality index (AQI)  
print(wf.get_dust_dander_data("تهران"))  # 🏜️ Check dust & allergen levels  
print(wf.get_weather_forecast("تهران"))  # 🌦️ Get the full weather forecast  
print(wf.get_radar_image_link("تهران"))  # 🛰️ Get a radar image link  
print(wf.get_sun_times("تهران"))  # 🌅 Get sunrise & sunset times  
print(wf.get_forecast_details("تهران"))  # 🔎 Detailed forecast information  
print(wf.get_supported_cities())  # 📍 List of supported cities  
print(wf.get_weather_forecast_air_aqi("تهران"))  # 🌍 Weather & AQI combined  
```

---

## 🏆 Why Use **ParsWeather**?  

✔ **Accurate & Up-to-Date** – Always provides the latest weather data.  
✔ **Easy to Use** – Just a few lines of code to get **detailed forecasts**.  
✔ **Comprehensive** – Covers **temperature, air quality, sunrise/sunset, radar images, and more!**  
✔ **Supports Persian Cities** – Designed specifically for **Iran**! 🇮🇷  

---

📌 **Get started today and never get caught in bad weather again!** ⛈️✨
