{"categories":[{"label":"Libraries","url":"https://skillfed.io/packages/category/software-development-libraries/6"},{"label":"Monitoring","url":"https://skillfed.io/packages/category/system-monitoring/3"}],"enrichment":{"capability":"Provides Python types, builders, and tools for programmatically constructing and manipulating Grafana dashboards, panels, queries, and related objects.","skillfed_tags":["infrastructure-as-code","grafana","builder-pattern"],"use_cases":["Generate Grafana dashboards programmatically from infrastructure definitions or monitoring requirements.","Build dashboard templates that can be instantiated with different parameters for different environments.","Parse and modify existing Grafana dashboards exported as JSON without manual editing.","Integrate Grafana dashboard creation into CI/CD pipelines or infrastructure-as-code workflows.","Define custom query types or panel options for private Grafana plugins."],"what_it_does":"The Grafana Foundation SDK is a Python library that provides generated types and builder classes for constructing Grafana objects\u2014dashboards, panels, queries, and their configurations\u2014in code rather than through the UI. It ships with support for all core Grafana datasources (Prometheus, Loki, etc.) and panel types, and can be extended with custom query and panel types for third-party plugins.\n\nThe library is organized around a builder pattern: you chain method calls to configure objects, then call `.build()` to produce a JSON-serializable representation. It also supports unmarshaling: reading existing Grafana JSON and converting it back into typed Python objects. The types are generated from Grafana v10.1.x schemas, so the SDK is version-specific; other Grafana versions have separate branches in the repository.","worth_installing":"Yes. The package is actively maintained, has no security vulnerabilities, installs with zero dependencies, and is permissively licensed. It is well-suited for anyone building Grafana dashboards programmatically or managing them as code. The main consideration is that it targets Grafana v10.1.x specifically; if you use a different Grafana version, you will need the corresponding SDK branch."},"id":"grafana-foundation-sdk","links":{"html":"https://skillfed.io/packages/grafana-foundation-sdk","md":"https://skillfed.io/packages/grafana-foundation-sdk.md","pypi":"https://pypi.org/project/grafana-foundation-sdk/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-01-29","license_spdx":null,"license_treatment":"permissive","name":"grafana-foundation-sdk","python_support":"supports_current","summary":"A set of tools, types and libraries for building and manipulating Grafana objects."},"popularity":{"monthly_downloads":356035,"position":7285,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"1769699998!10.1.0"}
