SDK for accessing weather data from OpenWeatherMap API
Project description
Weather SDK
Weather SDK - это инструментарий разработки программного обеспечения (SDK) для доступа к данным о погоде с использованием API OpenWeatherMap.
Установка
Вы можете установить Weather SDK с помощью pip:
pip3 install weather-sdk
from weather_sdk import WeatherSDK
# Создаем экземпляр WeatherSDK с вашим API-ключом
sdk = WeatherSDK(api_key="your_openweathermap_api_key")
# Получаем данные о погоде для города London
data = sdk.get_weather("London")
# Выводим данные о погоде
print(data)
Project details
Release history Release notifications | RSS feed
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-sdk-nikita-alekseev-0.1.tar.gz.
File metadata
- Download URL: weather-sdk-nikita-alekseev-0.1.tar.gz
- Upload date:
- Size: 1.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9ca2900833c2bcf8aab99210990d8fb379532527dec34bd520ded757e981a5ab
|
|
| MD5 |
13cc643b561da5fdcf47c401c6021529
|
|
| BLAKE2b-256 |
cbcabbf1abb2793cf504f57fbea9d3d07f9ee4456086c77c9e5e24aafd349b0c
|
File details
Details for the file weather_sdk_nikita_alekseev-0.1-py3-none-any.whl.
File metadata
- Download URL: weather_sdk_nikita_alekseev-0.1-py3-none-any.whl
- Upload date:
- Size: 1.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5c780c4e6086f61c8342aa1b0c715b90e72a97cfe5730bc2be26ad18d0850870
|
|
| MD5 |
bd8fa2461a34d0c925f35bbaf78dc852
|
|
| BLAKE2b-256 |
bf9ef5ca8ec0d825d36a4837608670cfe60024df13353ca4aea87c784b87e9dd
|