.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
CHANGELOG.md
DEPLOYMENT.md
LICENSE
MANIFEST.md
Makefile
README.md
WARP.md
pyproject.toml
setup.py
.github/workflows/ci.yml
.github/workflows/publish.yml
api/restapi.pdf
docs/Makefile
docs/api.rst
docs/conf.py
docs/contributing.rst
docs/device.rst
docs/examples.rst
docs/index.rst
docs/installation.rst
docs/quickstart.rst
examples/README.md
examples/autoping_config.py
examples/basic_usage.py
examples/device_config.py
examples/power_monitoring.py
power_switch_pro/__init__.py
power_switch_pro/auth.py
power_switch_pro/autoping.py
power_switch_pro/client.py
power_switch_pro/config.py
power_switch_pro/exceptions.py
power_switch_pro/meters.py
power_switch_pro/outlets.py
power_switch_pro/script.py
power_switch_pro.egg-info/PKG-INFO
power_switch_pro.egg-info/SOURCES.txt
power_switch_pro.egg-info/dependency_links.txt
power_switch_pro.egg-info/requires.txt
power_switch_pro.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_auth.py
tests/test_autoping.py
tests/test_client.py
tests/test_config.py
tests/test_integration.py
tests/test_meters.py
tests/test_outlets.py
tests/test_script.py