A Clima Tempo API Python Wrapper
Project description
ClimaTempoPy
A Clima Tempo API Python Wrapper
Retrieving Brazilian current weather and forecast prevision from Clima Tempo site.
- Example
import sys
from climatempopy import ClimaTempo
from aiohttp import ClientSession
import asyncio
YOUR_CLIMA_TEMPO_TOKEN =''
LOCALE_ID = ''
async def main():
async with ClientSession() as session:
climatempo = ClimaTempo(session, YOUR_CLIMA_TEMPO_TOKEN , LOCALE_ID)
climatempo.update_current_weather()
climatempo.update_72_hours_forecast()
climatempo.update_15_days_forecast()
print(climatempo.current)
print(climatempo.forecast_72_hours)
print(climatempo.forecast_15_days)
loop = asyncio.get_event_loop()
loop.run_until_complete(main())
- Scripts of this lib
To call this script:
$ pip3 install climatempopy
$ get_localeID YOUR_CLIMATEMPO_TOKEN LAT LON
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
climatempopy-0.0.3.tar.gz
(3.7 kB
view details)
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 climatempopy-0.0.3.tar.gz.
File metadata
- Download URL: climatempopy-0.0.3.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.1.1 requests-toolbelt/0.9.1 tqdm/4.55.0 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0e35d9bad99a96b01f2114d0c34d65c63f9b090efae9825df58bb5c8ab0aec20
|
|
| MD5 |
d98028fb80d0294eddaaaf74190c2141
|
|
| BLAKE2b-256 |
083bbc93a7db4583b6a3bb80dcaa7bf73a1b94b03b8b00b87a4b583b3e700a66
|
File details
Details for the file climatempopy-0.0.3-py3-none-any.whl.
File metadata
- Download URL: climatempopy-0.0.3-py3-none-any.whl
- Upload date:
- Size: 6.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.1.1 requests-toolbelt/0.9.1 tqdm/4.55.0 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f9da1dbc6e12a423bed73d0b339e681dadd79731c20c5fa479930c6aae2b6986
|
|
| MD5 |
cf766bc31825ba78fcea6bcda935f3a6
|
|
| BLAKE2b-256 |
7fc76b00e15b866968bbe02c3ebb1cb3bed5581039c3ec84050ac43252e52825
|