Skip to main content

Python client for Meraki Dashboard API

Project description

Meraki Client - Python client for Meraki Dashboard API.

pypi ci documentation license


Documentation


Python client for the Meraki Dashboard API. Auto-generated from the OpenAPI spec to stay current with the latest releases.

Installation:

pip install meraki-client

Features

  • Modern Python 3.11+ with full type annotations
  • Sync and async clients built on httpx
  • Pydantic models for requests and responses
  • Automatic retries and pagination
  • Full API coverage (auto-generated from OpenAPI)

Setup

  1. Enable API access in your Meraki dashboard organization and obtain an API key

  2. Pass the API key to the client, or set it as an environment variable:

    client = MerakiClient(api_key="YOUR_KEY_HERE")
    
    export MERAKI_DASHBOARD_API_KEY=YOUR_KEY_HERE
    

Application identification

Cisco Meraki recommends that ecosystem partners and application developers identify their application with API requests. See User agents guide for formatting details.

client = MerakiClient(caller="ApplicationName/1.0 VendorName")

Or via environment variable:

export MERAKI_PYTHON_SDK_CALLER="ApplicationName/1.0 VendorName"

Usage

API calls follow the pattern client.<scope>.<operation>(), where scope maps to the OpenAPI tags (e.g., organizations, networks, devices).

Synchronous

from meraki_client import MerakiClient

client = MerakiClient()
org = client.organizations.get_organization(org_id)

Asynchronous

from meraki_client.aio import AsyncMerakiClient

async with AsyncMerakiClient() as client:
    orgs = await client.organizations.get_organization(org_id)

Contributing

Contributions are welcome! See CONTRIBUTING.md for development setup, testing, and code generation instructions.

Disclaimer

This is an unofficial community project, not affiliated with or endorsed by Cisco. For the official Meraki Python SDK, see meraki/dashboard-api-python. This project was forked from the official Meraki Python SDK.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

meraki_client-0.15.1.tar.gz (827.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

meraki_client-0.15.1-py3-none-any.whl (772.2 kB view details)

Uploaded Python 3

File details

Details for the file meraki_client-0.15.1.tar.gz.

File metadata

  • Download URL: meraki_client-0.15.1.tar.gz
  • Upload date:
  • Size: 827.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for meraki_client-0.15.1.tar.gz
Algorithm Hash digest
SHA256 38fbfe92c5aa2159234274d245f89ee261bea33489335500bdab710fb5ba7dd3
MD5 407144fb17d9424df1806139af01332b
BLAKE2b-256 0198914f419daf443a91c4d10e40b25ba0c2b25e836416a5967dd6034d99231c

See more details on using hashes here.

Provenance

The following attestation bundles were made for meraki_client-0.15.1.tar.gz:

Publisher: ci.yml on ollipa/meraki-client-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file meraki_client-0.15.1-py3-none-any.whl.

File metadata

  • Download URL: meraki_client-0.15.1-py3-none-any.whl
  • Upload date:
  • Size: 772.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for meraki_client-0.15.1-py3-none-any.whl
Algorithm Hash digest
SHA256 5ebfdbe0895a67c3d1539297bd7d2f7cc5846890609068b1b6b661e56a91c46a
MD5 0f31c4d4277d2b41cf5e4c8eb3ac1b78
BLAKE2b-256 ef5a708004291d9b5408e953dfaae295d2cda69424a92cb239995e663c94e7aa

See more details on using hashes here.

Provenance

The following attestation bundles were made for meraki_client-0.15.1-py3-none-any.whl:

Publisher: ci.yml on ollipa/meraki-client-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page