Metadata-Version: 2.2
Name: weatherpyx
Version: 0.1.0
Summary: A simple and intuitive OpenWeatherMap API wrapper with CLI interface
Home-page: https://github.com/AugusstMorales/weatherpyx
Author: AugusstMorales
Author-email: augustodevelop.py@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: rich>=10.0.0
Requires-Dist: requests>=2.25.1
Requires-Dist: python-dotenv>=0.19.0
Requires-Dist: typer>=0.4.0
Requires-Dist: pydantic>=2.0.0
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# WeatherPyx

Un wrapper elegante y sencillo para la API de OpenWeatherMap.

## Instalación

```bash
pip install weatherpyx
