Skip to main content

Modern async Python client for Eero network management

Project description

🌐 Eero API

Your async Python toolkit for Eero mesh networks ✨

PyPI version Python 3.12+ License: MIT CI

⚡ Why Eero API?

  • 🚀 Async-first — Non-blocking, blazing fast
  • 🔐 Secure — System keyring for credentials
  • 📦 Type-safe — Full Pydantic models
  • Smart caching — Snappy responses

📦 Install

pip install eero-api
# or with uv
uv add eero-api

🚀 Quick Start

import asyncio
from eero import EeroClient

async def main():
    async with EeroClient() as client:
        if not client.is_authenticated:
            await client.login("you@example.com")
            await client.verify(input("Code: "))
        
        for network in await client.get_networks():
            print(f"📶 {network.name}: {network.status}")

asyncio.run(main())

💡 Credentials are auto-saved to your system keyring

📚 Docs

Guide What's inside
📖 Python API Full API reference
⚙️ Configuration Auth & settings
🔧 Troubleshooting Common fixes
🏠 Wiki Home All documentation

🔗 Ecosystem

Project Description
🖥️ eero-cli Terminal interface for Eero networks
🛜 eero-ui Svelte dashboard for network management
📊 eero-prometheus-exporter Prometheus metrics for monitoring

📄 License

MIT — Use it, fork it, build cool stuff 🎉

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

eero_api-1.4.1.tar.gz (54.3 kB view details)

Uploaded Source

Built Distribution

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

eero_api-1.4.1-py3-none-any.whl (73.7 kB view details)

Uploaded Python 3

File details

Details for the file eero_api-1.4.1.tar.gz.

File metadata

  • Download URL: eero_api-1.4.1.tar.gz
  • Upload date:
  • Size: 54.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for eero_api-1.4.1.tar.gz
Algorithm Hash digest
SHA256 95f1b28059cd04227a72cf65f32ffecb013a9a5ad33f4f5c3a16a6fa6f912e69
MD5 c9dd1895a57e822bac9c482bf802a39a
BLAKE2b-256 51ef6c5c84bfa8cc21111d21154b2d044f716f54aaa0c5dfdf41e3a99a6e14ed

See more details on using hashes here.

File details

Details for the file eero_api-1.4.1-py3-none-any.whl.

File metadata

  • Download URL: eero_api-1.4.1-py3-none-any.whl
  • Upload date:
  • Size: 73.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for eero_api-1.4.1-py3-none-any.whl
Algorithm Hash digest
SHA256 84a6b297ce62e75518cd238f4159448e5918781b92d60e97f21b3c91ba064e0f
MD5 20d0df88889da9bc6ef52a9347b06885
BLAKE2b-256 ef124518e31a0e917fae3583c8a7e90a493aa8f418e0c81e838874d814934c6e

See more details on using hashes here.

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