Metadata-Version: 2.4
Name: myweather
Version: 0.7.0
Summary: An openweathermap wrapper
License-Expression: MIT
License-File: LICENSE
Keywords: openweather,weather,wrapper
Author: tct123
Author-email: 42028373+tct123@users.noreply.github.com
Requires-Python: >=3.14
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: requests
Project-URL: Bug Tracker, https://github.com/tct123/MyWeather/issues
Project-URL: Repository, https://github.com/tct123/MyWeather
Description-Content-Type: text/markdown

# MyWeather
An openweathermap wrapper 
## Installation
### from PyPI:
```bash
pip install myweather
```
## from git:
```bash
pip install git+https://github.com/tct123/MyWeather.git
```
