m0rp43us / openmeteopy

openmeteopy is a client Python wrapper library for Open-Meteo web API. It allows quick and easy consumption of OM data from Python applications via a simple object model and in a human-friendly fashion.
https://pypi.org/project/openmeteo-py/0.0.1/
MIT License
128 stars 29 forks source link

new tests and documentation #17

Closed mfmarcoferrero closed 7 months ago

mfmarcoferrero commented 7 months ago

Hi @m0rp43us,

Please consider my PR and suggest me for additional improvements!

m0rp43us commented 7 months ago

Hi @m0rp43us,

* I have built the documentation that you can find here: [link](https://openmeteo-py.readthedocs.io/en/latest/index.html).

* I have fixed a minor bug in the HourlyEcmwf. The soil_temperature_0_7_cm call was broken, so the function to fetch all the variables didn't work.

* I have implemented new tests using the pytest package, for future implementations.

Please consider my PR and suggest me for additional improvements!

Hello there,

you can check the readme if you had additional suggestions or new methods to add. thanks for the pointing out and actually fixing the bugs,your help is more than welcome.