Skip to main content

Modern async Python client for Eero network management

Project description

🌐 Eero API

Your async Python toolkit for Eero mesh networks ✨

Python 3.12+ License: MIT

⚡ 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

🚀 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.2.4.tar.gz (48.1 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.2.4-py3-none-any.whl (69.3 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: eero_api-1.2.4.tar.gz
  • Upload date:
  • Size: 48.1 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.2.4.tar.gz
Algorithm Hash digest
SHA256 42fd0d90a1527691d84a424d26f610431968fc292ac57a8cec339aa520474344
MD5 ac3c9650113f7bf2a158c67a91b2b7eb
BLAKE2b-256 04a3ee1181ec8891f4e36ccec85ad4a3ec9e607a9f50446ed4e8a8e2557e89cd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: eero_api-1.2.4-py3-none-any.whl
  • Upload date:
  • Size: 69.3 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.2.4-py3-none-any.whl
Algorithm Hash digest
SHA256 0751cb0a4d39d2dd53f6bda29165268985400c6a74b6a040cdcbb8fe66958078
MD5 07678edfe94dcd210717381fa8052c14
BLAKE2b-256 88810216f31538ffe846c7d8e4d2a8ca7fc09f9cbb763acb30e31feca13df6b5

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