.gitattributes
.gitignore
.readthedocs.yaml
DEV.md
LICENSE.txt
README.md
pyproject.toml
tasks.py
tox.ini
toxfile.py
.github/workflows/build-and-run-tests.yml
.github/workflows/publish-a-release.yml
docs/Makefile
docs/make.bat
docs/source/api-reference.md
docs/source/changelog.md
docs/source/cli-api.md
docs/source/conf.py
docs/source/index.md
docs/source/methods-reference.md
docs/source/migration.md
docs/source/modes.md
docs/source/test-manually.md
docs/source/tests-and-ci.md
docs/source/user-guide.md
docs/source/wakepy-mode-lifecycle.md
docs/source/_static/wakepy-docs.css
docs/source/_static/wakepy-docs.js
docs/source/_templates/author.html
docs/source/_templates/sbt-sidebar-nav.html
docs/source/img/activate-mode-activity-diagram.svg
docs/source/img/activate-mode-using-method-activity-diagram.svg
docs/source/img/mode-activity-diagram.svg
docs/source/img/mode-state-diagram.svg
requirements/requirements-check.txt
requirements/requirements-dev.txt
requirements/requirements-docs.txt
requirements/requirements-mypy.txt
requirements/requirements-test.txt
scripts/example-test.py
src/wakepy/__init__.py
src/wakepy/__main__.py
src/wakepy/_version.py
src/wakepy/py.typed
src/wakepy.egg-info/PKG-INFO
src/wakepy.egg-info/SOURCES.txt
src/wakepy.egg-info/dependency_links.txt
src/wakepy.egg-info/entry_points.txt
src/wakepy.egg-info/requires.txt
src/wakepy.egg-info/top_level.txt
src/wakepy/core/__init__.py
src/wakepy/core/activationresult.py
src/wakepy/core/constants.py
src/wakepy/core/dbus.py
src/wakepy/core/heartbeat.py
src/wakepy/core/method.py
src/wakepy/core/mode.py
src/wakepy/core/platform.py
src/wakepy/core/prioritization.py
src/wakepy/core/registry.py
src/wakepy/core/strenum.py
src/wakepy/dbus_adapters/__init__.py
src/wakepy/dbus_adapters/jeepney.py
src/wakepy/methods/__init__.py
src/wakepy/methods/_testing.py
src/wakepy/methods/freedesktop.py
src/wakepy/methods/gnome.py
src/wakepy/methods/macos.py
src/wakepy/methods/windows.py
src/wakepy/modes/__init__.py
src/wakepy/modes/keep.py
tests/__init__.py
tests/conftest.py
tests/tox_build_wakepy.py
tests/integration/__init__.py
tests/integration/conftest.py
tests/integration/dbus_service.py
tests/integration/test_dbus_adapters.py
tests/unit/__init__.py
tests/unit/conftest.py
tests/unit/test__init__.py
tests/unit/test_main.py
tests/unit/test_modes.py
tests/unit/test_core/__init__.py
tests/unit/test_core/conftest.py
tests/unit/test_core/test_activationresult.py
tests/unit/test_core/test_calls.py
tests/unit/test_core/test_constants.py
tests/unit/test_core/test_dbus.py
tests/unit/test_core/test_heartbeat.py
tests/unit/test_core/test_mode.py
tests/unit/test_core/test_platform.py
tests/unit/test_core/test_prioritization.py
tests/unit/test_core/test_registry.py
tests/unit/test_core/test_strenum.py
tests/unit/test_core/testmethods.py
tests/unit/test_core/test_method/__init__.py
tests/unit/test_core/test_method/test_activation.py
tests/unit/test_core/test_method/test_method.py
tests/unit/test_methods/__init__.py
tests/unit/test_methods/test_freedesktop.py
tests/unit/test_methods/test_gnome.py
tests/unit/test_methods/test_macos.py
tests/unit/test_methods/test_windows.py