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

actual pypi release please? #11

Open hemna opened 1 year ago

hemna commented 1 year ago

Can we get regular pypi releases for this project instead of being forced to install via git? The readme on the pypi release is out of date and doesn't work. Also, being forced to install git to install this python project isn't ideal when we already have pip. My project aprsd needs to specify a specific version for external deps, and you can't reliably do this with a git install only.