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

🚀 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.0.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.0-py3-none-any.whl (69.4 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: eero_api-1.3.0.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.0.tar.gz
Algorithm Hash digest
SHA256 00db2446aa9506801b0264d3d6fceaeb454e1a4bb31fdd0e40a1c32357eee52a
MD5 fd8d32d6dd5f646787e7c8c92061f822
BLAKE2b-256 64f6e4e98ea0fa90c54b8a2105076e2abbcf913750191788cc12d76fc9638361

See more details on using hashes here.

File details

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

File metadata

  • Download URL: eero_api-1.3.0-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.0-py3-none-any.whl
Algorithm Hash digest
SHA256 844eadb36a602248b4f1f05c232489e2ea28605750f88bc16af1c00e0ec1ceae
MD5 c61b5c1972a2d76aec9ff49f7f442957
BLAKE2b-256 2cd65b633cbd1474d99db9150eeae966f326d199114aa3665ada56f7474adfe5

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