Metadata-Version: 2.4
Name: adiyogi-weather
Version: 0.1.0
Summary: A comprehensive weather SDK for Open-Meteo APIs
Author-email: Archishman Sarkar <adiyogi@example.com>
License: MIT
Project-URL: Homepage, https://github.com/archishman2005/adiyogi
Project-URL: Repository, https://github.com/archishman2005/adiyogi
Project-URL: Bug Tracker, https://github.com/archishman2005/adiyogi/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: httpx>=0.24.0
Requires-Dist: pydantic>=2.0.0
Requires-Dist: python-dateutil>=2.8.2
Requires-Dist: pandas>=2.0.0
Provides-Extra: dev
Requires-Dist: pytest>=7.0.0; extra == "dev"
Requires-Dist: black>=22.0.0; extra == "dev"
Requires-Dist: isort>=5.0.0; extra == "dev"
Requires-Dist: mypy>=1.0.0; extra == "dev"

# Adiyogi Weather SDK (Python)

A comprehensive Python SDK for reaching all Open-Meteo APIs through a unified interface.

## Installation

```bash
pip install .
```

## Usage

```python
from adiyogi_weather import WeatherSDK

sdk = WeatherSDK()
# Usage examples coming soon...
```
