FFY00 / dbus-objects

DBus objects implementation on top of the Python type system
https://dbus-objects.readthedocs.io/en/latest/
MIT License
11 stars 4 forks source link

Rewrite custom types using PEP 593 #1

Closed FFY00 closed 3 years ago

FFY00 commented 4 years ago

PEP 593's Annotated provides us with a way to add metadata to types, we should use it for custom types.