uunicorn / open-fprintd

Fprintd replacement which allows you to have your own backend as a standalone service.
GNU General Public License v2.0
46 stars 8 forks source link

Code cleanup and adding typing information #5

Open VorpalBlade opened 4 years ago

VorpalBlade commented 4 years ago

Unfortunately, typing information cannot be consistently added to DBUS interfaces. This appears to be because the dbus python bindings use an old API for introspection in python, which throws an error when it detects annotations. Other than that it should work.