wakepy icon indicating copy to clipboard operation
wakepy copied to clipboard

Cross-platform keep-awake with python

Results 58 wakepy issues
Sort by recently updated
recently updated
newest added

#### Pros - It works great on my Manjaro PC. - It's nice and clean (IMHO). - It doesn't require superuser privileges. #### Cons - It requires a cookie for...

Hi, thanks for this :) While super simple, it's always good to have a cross-platform package, especially when it's source code is easy to read and understand. One thing that...

It might be interesting to have multiprocessing-supporting approach that uses a _counter_ under the hood; for each `set_keepawake()` call there should be `unset_keepawake()` and for example if one calls `set_keepawake()`...

The current Linux implementation relies on the `systemctl` command. However, this is not always available.

Would it be somehow possible to keep the host system awake from a Jupyter Notebook which is running on a server?

Type: Feature

Add a CONTRIBUTING.md or a page in the documentation which explains how to contribute to wakepy.

Type: Documentation

### Background: State diagram *The current understanding of the Windows sleep & lock states diagram.* - **require sign-in**: setting "Require sign-in when PC wakes up from sleep" is set -...

Type: Bug

Wakepy current is said to support windows and linux. But how about WSL? Does it work currently, and if not, what method should be used on WSL?

Type: Feature

This is an initial pass to fix #36, #161. It is missing unit tests. As it calls out to PowerShell, I don't know how to best write unit tests testing...

It is currently (v.0.8.0dev) possible to quit the wakepy CLI app with Ctrl+C. That is the instructed way (raises KeyboardInterrupt). Also these seem to quit wakepy - Ctrl + Z...

Type: Bug