CLI API#
wakepy#
It is possible to start wakepy from the command line either by running
wakepy
or
python -m wakepy
This starts wakepy in the default mode (-p), which corresponds to a keep.presenting mode with default arguments. The available options are:
usage: wakepy [-h] [-r] [-p] [-v] {methods} ...
positional arguments:
{methods} Available commands
methods List all available wakepy Methods for the selected
mode in priority order
options:
-h, --help show this help message and exit
-r, --keep-running Keep programs running; inhibit automatic
idle timer based sleep / suspend. If a screen lock
(or a screen saver) with a password is enabled,
your system *may* still lock the session
automatically. You may, and probably should, lock
the session manually. Locking the workstation does
not stop programs from executing.
-p, --keep-presenting Presentation mode (DEFAULT); inhibit automatic idle timer
based sleep, screensaver, screenlock and display
power management.
-v, --verbose Increase verbosity level (-v for INFO, -vv for
DEBUG). Default is WARNING, which shows only really
important messages.
Command “wakepy” not found?
If you just installed wakepy, you might need to restart shell / terminal application to add it to the PATH.
Changed in version 1.0.0: Changed the default mode to keep.presenting (wakepy/#488).
Changed in version 0.10.0: Renamed -k to -r and --presentation to --keep-presenting (wakepy/#355).
wakepy methods#
New in version 1.0.0.
Lists all available wakepy Methods for the selected mode in priority order, showing which ones work on the current system and which ones don’t.
Usage:
wakepy methods- List methods for keep.presenting mode (default, compact output)wakepy methods -r- List methods for keep.running modewakepy methods -v- Show detailed output with failure reasonswakepy methods -vv- Enable INFO loggingwakepy methods -vvv- Enable DEBUG logging
Available options:
usage: wakepy methods [-h] [-r] [-p] [-v]
options:
-h, --help show this help message and exit
-r, --keep-running Keep programs running; inhibit automatic
idle timer based sleep / suspend. If a screen lock
(or a screen saver) with a password is enabled, your
system *may* still lock the session automatically.
You may, and probably should, lock the session
manually. Locking the workstation does not stop
programs from executing.
-p, --keep-presenting Presentation mode (DEFAULT); inhibit automatic idle timer based
sleep, screensaver, screenlock and display power
management.
-v, --verbose Increase verbosity level (-v for detailed output, -vv
for INFO logging, -vvv for DEBUG logging). Default
shows only method names and status.
Example with wakepy methods
$ wakepy methods
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
keep.presenting
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
1. org.freedesktop.ScreenSaver SUCCESS
2. org.gnome.SessionManager SUCCESS
3. caffeinate *
4. SetThreadExecutionState *
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Example with wakepy methods -r:
$ wakepy methods -r
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
keep.running
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
1. org.freedesktop.PowerManagement FAIL
2. org.gnome.SessionManager SUCCESS
3. caffeinate *
4. SetThreadExecutionState *
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Example with wakepy methods -v:
$ wakepy methods -v
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
keep.presenting
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
1. org.freedesktop.ScreenSaver
SUCCESS
2. org.gnome.SessionManager
SUCCESS
3. caffeinate
UNSUPPORTED: caffeinate is not supported on LINUX. The supported platforms
are: MACOS
4. SetThreadExecutionState
UNSUPPORTED: SetThreadExecutionState is not supported on LINUX. The
supported platforms are: WINDOWS
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━