wakepy 1.0.0 planning #467
fohrloop
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The things I would like to solve before 1.0.0. Related: Milestone 1.0.0
Make wakepy dependency free
Wakepy has now one dependency, jeepney, for d-bus based methods. It would be a good selling point if installing wakepy would not install any other packages. There are some preliminary results with the
gtk_application_inhibit()
based method which uses system python +gi
library. That would cover all GTK3 and GTK4 based desktop environments. That used in conjunction with the kde-inhibit (#406) could make wakepy dependency free. In addition to that, it might be possible to use the same "system python trick" with the d-bus methods (most systems requiring the d-bus methods come with some d-bus python library installed)Wakepy API
Some upcoming features might require API changes. For example, the decorator syntax (#466) might require some changes whcih could affect also the current public API.
New supported systems
Beta Was this translation helpful? Give feedback.
All reactions