A Python package for fetching real-time weather data using the OpenWeatherMap API
Project description
🌤️ Weather App
A production-ready Python CLI for real-time weather data
Clean architecture • PyPI package • CLI tool
🚀 Installation
pip install weather-app-mannyyebz
🔑 How to Integrate API Key
cp .env
# Add your OpenWeatherMap API key to .env
WEATHER_API_KEY=your_key_here
▶️ How to Run
weather-app Tokyo
📁 Project Structure
weather-app/
├── src/
│ └── weather_app/
│ ├── __init__.py
│ └── client.py
├── README.md
└── pyproject.toml
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file weather_app_mannyyebz-0.1.8.tar.gz.
File metadata
- Download URL: weather_app_mannyyebz-0.1.8.tar.gz
- Upload date:
- Size: 9.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
776850e70d2c4757053df6f4253cdf2c8441399db50a8698fd25779865cc937b
|
|
| MD5 |
58098019171993bd9f5cd7fe90a3381e
|
|
| BLAKE2b-256 |
684f3306ae78184753eab100a99981f70dec0db2cc32cf42e5b34560e997a547
|
File details
Details for the file weather_app_mannyyebz-0.1.8-py3-none-any.whl.
File metadata
- Download URL: weather_app_mannyyebz-0.1.8-py3-none-any.whl
- Upload date:
- Size: 2.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
141417a59886f82d722c84d23a0a7d7ae657a01b51d0712e0b6ba2ea98a7f165
|
|
| MD5 |
7f7498cde26d5b3e3002a9280a8682bb
|
|
| BLAKE2b-256 |
7450dddceaa404e577c03ce60b18bd76e95de719215406ef7996b58a00caa8a5
|