altdesktop / python-dbus-next

🚌 The next great DBus library for Python with asyncio support
https://python-dbus-next.readthedocs.io/en/latest/
MIT License
187 stars 59 forks source link

High level client code generation #68

Open acrisci opened 3 years ago

acrisci commented 3 years ago

In addition to introspection, add an option to create high level clients with code generation.

This may involve extending the introspection format with doc comments (gtkdoc has a spec for this).

Advantages:

garyvdm commented 2 years ago

I'm working on this, and have initial promising work. I'll hopefully be able to share more soon.