Metadata-Version: 2.3
Name: mridu-manda
Version: 0.3.0
Summary: 
Author: Shvetank Dattatreya
Author-email: hello.shvetank@gmail.com
Requires-Python: >=3.10
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: requests (>=2.32.4,<3.0.0)
Description-Content-Type: text/markdown

# 🌤️ MriduManda

**MriduManda** is a lightweight Python application that fetches real-time weather data for any city using the OpenWeatherMap API. Designed with simplicity and clean structure in mind, the app offers a minimal but effective interface for accessing weather insights from the command line or future integrations.

---

## 🚀 Features

- 🔍 Fetch current weather by city name
- 🌡️ Displays temperature and condition

---

## 📦 Tech Stack

- Python 3.10+
- [Requests](https://pypi.org/project/requests/) for HTTP communication
- JSON for data handling
- Poetry for dependency management

---

## 📍 Note

This project is a rewritten version of the original MriduManda, which was developed under another GitHub account of mine in [this](https://github.com/shvedt/mridu-manda.git) repo. That account is no longer accessible, and as a result, the project is being completely rebuilt here from scratch — keeping its original purpose, but with improved clarity, structure, and maintainability.
