skillfed

looker-sdk

Looker REST API

looker-sdk v26.12.0 20.1M downloads/30d#1,045 on PyPI
Permissive license MIT Active released

What it is and what it does

looker_sdk is an auto-generated Python client for the Looker REST API. It wraps HTTP communication with requests and provides typed model classes for API requests and responses, allowing you to query Looker instances, manage users, and interact with dashboards and explores programmatically. The SDK uses a plug-in architecture for authentication (supporting both API key sessions and OAuth) and transport, and accepts both model instances and plain dictionaries for API method arguments.

The library is generated from Looker's API specification, so its methods and models track the API schema. It requires Python 3.6+ and is configured via environment variables, an .ini file, or a custom ApiSettings implementation. Common use cases include automating Looker administration, embedding analytics in applications, and building data pipelines that pull from Looker.

Use it for:

  • Automate user and content management in Looker instances via the API
  • Embed Looker dashboards or explore results into external applications
  • Build data pipelines that query Looker explores and export results
  • Programmatically manage Looker roles, permissions, and access controls
  • Integrate Looker with CI/CD or data orchestration workflows

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Provides a Python client library for communicating with the Looker REST API, with support for multiple API versions and pluggable authentication and transport mechanisms.

Yes. The SDK is actively maintained, has low install friction, carries no known vulnerabilities, and is widely used (top 5000 PyPI packages). Install it if you need to integrate with a Looker instance; the permissive MIT license and stable API make it a straightforward choice.

Install

looker-sdk on PyPI

pip

pip install looker-sdk

uv

uv add looker-sdk

poetry

poetry add looker-sdk

Installing looker-sdk

Before you install

Low install friction with a pure-wheel distribution and four lightweight runtime dependencies (requests, typing-extensions, attrs, cattrs). Actively maintained with a release 32 days ago.

License in practice

MIT license permits commercial and private use with minimal restrictions; suitable for most projects.

Quickstart

pip install looker-sdk

import looker_sdk

sdk = looker_sdk.init40()
my_user = sdk.me()
print(my_user.first_name)

Requires Looker API credentials (client_id and client_secret) configured via environment variables, looker.ini file, or custom ApiSettings; Python 3.6 or later.

Verify before relying

  • Whether the generated models and API methods cover all current Looker API 4.0 endpoints
  • Performance characteristics when handling large result sets or concurrent requests
  • Support status for Looker API versions older than 3.1

Package facts

License MIT (permissive)
Python support supports the current Python release (>=3.6)
Install friction low — pure-Python wheel
Runtime dependencies 4 — requests, typing-extensions, attrs, cattrs
Maintenance actively maintained — 32 days since the last release
First released
Downloads 20,086,773/month — #1,045 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: looker_sdk-26.12.0-py3-none-any.whl

Keywords: Looker, Looker API, looker_sdk, Looker API 4.0

Tags

looker api client pythonlooker sdk pythonlooker rest apilooker integration pythonlooker api authenticationlooker data access sdk
api-clientlooker-integration

More WWW/HTTP packages