Go to file
Adam Goldsmith 5b0c72dbef Initial Commit
Really should have added this to version control earlier, but was
trying to fix all the pre-commit issues first...
2024-11-26 12:50:13 -05:00
docs Initial Commit 2024-11-26 12:50:13 -05:00
src/unifi_access Initial Commit 2024-11-26 12:50:13 -05:00
tests Initial Commit 2024-11-26 12:50:13 -05:00
.gitignore Initial Commit 2024-11-26 12:50:13 -05:00
.pre-commit-config.yaml Initial Commit 2024-11-26 12:50:13 -05:00
LICENSE Initial Commit 2024-11-26 12:50:13 -05:00
mkdocs.yml Initial Commit 2024-11-26 12:50:13 -05:00
pyproject.toml Initial Commit 2024-11-26 12:50:13 -05:00
README.md Initial Commit 2024-11-26 12:50:13 -05:00
uv.lock Initial Commit 2024-11-26 12:50:13 -05:00

Python UniFi Access API Client

Unofficial typed wrapper for the public UniFi Access API. Currently written against V2.2.10 of the API Reference.

Completion Status

See docs/completion.md

Disclaimer

This library is not affiliated with or endorsed by Ubiquiti Networks Inc. It probably contains at least some errors or mismatch with the actual API behaviour. Feel free to open issues or submit pull requests.