Adds Python and CLI support for the [new parquet-based download portal](https://eeadmz1-downloads-webapp.azurewebsites.net/). CLI support for the old csv-based portal has been removed. Python support for the for the old portal is still in place, but will be removed after it is dropped by the EEA at the end of 2024.
What's Changed
* Use new Download API by avaldebe in https://github.com/JohnPaton/airbase/pull/54
* Switch to uv for package management by JohnPaton in https://github.com/JohnPaton/airbase/pull/55
* fix CLI by avaldebe in https://github.com/JohnPaton/airbase/pull/62
* Update documentation for 1.0.0 by JohnPaton in https://github.com/JohnPaton/airbase/pull/64
* CI: use official uv action, fix dynamic package versioning by JohnPaton in https://github.com/JohnPaton/airbase/pull/65
* Bugfix: Don't update uv.lock inside CI by JohnPaton in https://github.com/JohnPaton/airbase/pull/66
**Full Changelog**: https://github.com/JohnPaton/airbase/compare/v0.8.1...v1.0.0