ros2 / rosidl_python

rosidl support for Python
Apache License 2.0
19 stars 45 forks source link

Explicit export of Objects and py.typed #205

Open InvincibleRMC opened 4 months ago

InvincibleRMC commented 4 months ago

Adding py.typed and explicit exports so static type checkers can attempt to be run on generated files. I'm hoping to eventually build off this to fix #157. I saw in the discussion people seem dissuaded due to needing python 3.6 support however, python 3.6 does support types.