bachya/aionotion

View on GitHub
Branch: dev(View all)
NameLines of codeMaintainabilityTest coverage
.codeclimate.yml
.flake8
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/dependabot.yml
.github/labels.yml
.github/pull_request_template.md
.github/release-drafter.yml
.github/workflows/codeql.yml
.github/workflows/labels.yml
.github/workflows/lock.yml
.github/workflows/publish.yml
.github/workflows/release-drafter.yml
.github/workflows/requirements.txt
.github/workflows/stale.yml
.github/workflows/static-analysis.yml
.github/workflows/test.yml
.gitignore
.mise.toml
.pre-commit-config.yaml
LICENSE
README.md
aionotion/py.typed
poetry.lock
pyproject.toml
script/release
script/setup
aionotion/__init__.py6
aionotion/bridge/__init__.py42
aionotion/bridge/models.py38
aionotion/client.py336
aionotion/const.py3
aionotion/errors.py7
aionotion/listener/__init__.py42
aionotion/listener/models.py95
aionotion/sensor/__init__.py42
aionotion/sensor/models.py67
aionotion/system/__init__.py42
aionotion/system/models.py39
aionotion/user/__init__.py48
aionotion/user/models.py74
aionotion/util/__init__.py1
aionotion/util/auth.py19
aionotion/util/dt.py24
examples/__init__.py1
examples/test_api.py48