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

remove duplicates and sort abc timezones.py #15

Closed inmerso closed 10 months ago

inmerso commented 10 months ago

Hi m0rp43us, I remove duplicates from the timezones file, then sorted entries alphabetically. Please consider PR if you find it useful.

m0rp43us commented 10 months ago

Sure thing. Looks good to me.