Allow other python packages to extend rocolib
Other developers should be able to create Component
, Composable
, and Port
subclasses, and component definitions (via library .py, library .yaml, or builder files), and release them together as an integrated package that plays nice with the rocolib api (without needing to MR to the main rocolib repo).
- Component / Composable / Port subclasses
- Component library definitions
- utils