Metadata-Version: 2.4
Name: weather_scanner
Version: 0.1.2
Summary: Check weather
Author-email: Alwy <alwymourteza1@gmail.com>
Project-URL: Homepage, https://github.com
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
License-File: LICENSE
Requires-Dist: requests>=2.28.0
Provides-Extra: dev
Requires-Dist: ruff; extra == "dev"
Requires-Dist: build; extra == "dev"
Requires-Dist: twine; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Dynamic: license-file

# Weather Scanner (Tester Package)

![PyPI - Version](https://img.shields.io)
![License](https://img.shields.io)

**DISCLAIMER: This is a tester package.**
This project is created for educational purposes to learn how to distribute Python libraries via PyPI. Features are limited and not intended for production use.

## Description
A simple Python library to check current temperatures for major cities in Indonesia using the Open-Meteo free API.


```py
from weather_scanner import InfoCuaca

app = InfoCuaca()
print(app.checkweather("jakarta"))
```
