Metadata-Version: 2.1
Name: python-eltiempoes
Version: 0.0.1
Author: Francisco Puig
Keywords: weather,elTiempo.es
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft
Classifier: Operating System :: POSIX :: Linux
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: beautifulsoup4 (==4.11.1)
Requires-Dist: requests (==2.27.1)
Requires-Dist: Unidecode (==1.3.4)

# ELTIEMPOES LIBRARY


```python
from eltiempoes import ElTiempoEs

tiempo = ElTiempoEs()
weather_forecasts = tiempo.get_all_data_in_json(estacion_name="Córdoba")

```

## Installation

```console
$ pip install python-eltiempoes
```
