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 package structure and methods #18

Closed mfmarcoferrero closed 6 months ago

mfmarcoferrero commented 6 months ago

Hello @m0rp43us,

I've worked on some major changes in the library structure and methods for specific output formats. You can find the full new cleaned and compact documentation here: DOC The major changes on the code are:

I would suggest you to link the new documentation to the repository "About" section. Additionally, if you delete your 'openmeteo-py' PyPi project, I can make a new one to install the library through pip. I have already try that but PyPi does not allow me to do so, because there already exist a public package with that (or similar) name, that is the one you have published.

I'm available for any clarification you need !