Libreria para consumir y parsear a JSON API de meteored.cl
Project description
meteoredpy
Libreria para consumir y parsear a JSON API de meteored.cl
Uso
Antes de comenzar, es necesario registrarse en la página de meteored.cl para así obtener una affiliate_id_(API KEY).
from meteoredpy import Meteoredpy
API_KEY = ''
clima = Meteoredpy(API_KEY).get('conce')
print(clima)
'''
puede entregar 4 resultados:
1. {'ciudad': 'Concepción [Biobío;Chile]', 'maxima': '18', 'error': 0}
2. {'error': 1, 'msg': NameError("name 'xmltodict' is not defined")}
3. {'error': 2, 'msg': 'La ciudad no existe'}
4. {'error': 3, 'msg': 'Hubo un problema al intentar conectarse a la API de búsqueda de ciudades'}
'''
Tipo de resultados
- Si el resultado que entrega es el (1), quiere decir que la consulta fue realizada con éxito.
- Si el resultado que entrega es el (2), quiere decir que hubo una excepción, tal como muestra el ejemplo, la cual se solucionaría instalando la librería faltante. También, puede mostrar otro tipo de excepciones, tales como que hubo problemas para conectarse a la API del meteored.cl
- Si el resultado que entrega es el (3), quiere decir que la ciudad no existe.
- Si el resultado que entrega es el (4), quiere decir que hubo problemas para conectarse a la API de búsqueda de ciudades.
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
meteoredpy-0.0.4.tar.gz
(39.8 kB
view details)
Built Distribution
File details
Details for the file meteoredpy-0.0.4.tar.gz
.
File metadata
- Download URL: meteoredpy-0.0.4.tar.gz
- Upload date:
- Size: 39.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d305f04ebaef8b023697c3a9549ed7e9eb3434ae04da274ea455ae92aef91081 |
|
MD5 | 068a7950d901e9310b5d00138a078609 |
|
BLAKE2b-256 | 32237f2f86f4fe60ec279dd4f1b26b6fe3023634747a6b3edeee1a9ca1d169a9 |
File details
Details for the file meteoredpy-0.0.4-py3-none-any.whl
.
File metadata
- Download URL: meteoredpy-0.0.4-py3-none-any.whl
- Upload date:
- Size: 27.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5b1ade4f0c6462b9bdea034e32d0afe5c50e630d73487903691281b0b357c9f2 |
|
MD5 | 2beafb0dec4b7a6907078a982bb12520 |
|
BLAKE2b-256 | 548d90a552d3ff71793000ec4bf1805f940b8a4ab035aaf7b54cf185e874a17d |