Modern async Python client for Eero network management
Project description
🌐 Eero API
Your async Python toolkit for Eero mesh networks ✨
⚡ 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
Release history Release notifications | RSS feed
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.2.tar.gz
(54.3 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
eero_api-1.4.2-py3-none-any.whl
(73.7 kB
view details)
File details
Details for the file eero_api-1.4.2.tar.gz.
File metadata
- Download URL: eero_api-1.4.2.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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a2c6f216c9673048a06cf97a6e508abce8fe66905f0818d1183a2aa58b5dbfdb
|
|
| MD5 |
49064486d58a0d4bb93d4591fd1b27d9
|
|
| BLAKE2b-256 |
c0d6a1fc9f4bdedc1cf2e5eb95fafe5508c7ac50c35657c8f89851c6ab2c7e50
|
File details
Details for the file eero_api-1.4.2-py3-none-any.whl.
File metadata
- Download URL: eero_api-1.4.2-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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e7233ecfb56d35cbee24276929849938d36aae2f88196b0e95204ef36a74ef13
|
|
| MD5 |
1a6b742d121fe8acd6227358b71832d9
|
|
| BLAKE2b-256 |
6392c12f850231f00e5bac458d11773dcf033488fd8cae2f89713d0b2ceb29a4
|