Python clients for accessing Danish Meteorological Institute (DMI) open data APIs.
This project provides SDKs generated from the DMI OpenAPI specifications.
For detailed API documentation, usage examples, and installation instructions, please see the full documentation site.
- Generate SDKs:
poe generate-sdks - Build and serve docs:
poe docs-serve(after generating SDKs) - Build all:
poe build-all
See pyproject.toml for all development tasks.