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.3.1.tar.gz (48.2 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.3.1-py3-none-any.whl (69.4 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: eero_api-1.3.1.tar.gz
  • Upload date:
  • Size: 48.2 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.3.1.tar.gz
Algorithm Hash digest
SHA256 67e2e3f819221edee25e9b3f11fd98311b29cba6e7f00d010127016947fab197
MD5 5c5f9383d3e0b0aeaf6bdff042cee514
BLAKE2b-256 028abbf069af11fb5c902942124b41b95d632e50dbd4f47277865d6ca4598785

See more details on using hashes here.

File details

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

File metadata

  • Download URL: eero_api-1.3.1-py3-none-any.whl
  • Upload date:
  • Size: 69.4 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.3.1-py3-none-any.whl
Algorithm Hash digest
SHA256 31e54148905e054e296c48062ea58aadc35a7c6b8a6d51e822026d2f8c376cd4
MD5 a2a25a06053cf313737b2f62ec8f6573
BLAKE2b-256 d349a3d488a61e31dd90158e0533199805c751f227d28ce08407e96f9ee33c23

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