News

This is a python package for simple access to hourly forecast data ... All methods return their values as string. The datetime value has to be in UTC. If no data is available for this datetime, None ...
Now, after running: python script.py --my_config=config.py \ --my_config.field1=8 \ --my_config.nested.field=2.1 \ --my_config.tuple='(1, 2, (1, 2))' It's sometimes useful to be able to pass ...