Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 586 Bytes

File metadata and controls

17 lines (10 loc) · 586 Bytes

Python DMI Open Data SDKs

Python clients for accessing Danish Meteorological Institute (DMI) open data APIs.

This project provides SDKs generated from the DMI OpenAPI specifications.

Documentation

For detailed API documentation, usage examples, and installation instructions, please see the full documentation site.

Development

  • 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.