public_regulated_data_types
public_regulated_data_types copied to clipboard
expose public regulated data types as a python package
Problem
I want to write a small tool that uses pycyphal and the public regulated data types. But is quite annoying that it is not possible to just add/install the public regulated data types as a dependency.
I understand that this is a deliberate decision to make it possible to add custom data types, but my tool does not rely on custom data types and I want to being able to have one setup with all dependencies without needing some custom setup from the end user.
Solution
It is then possible to use this dependency by just specifying the git repository
pip install git+ssh://[email protected]/ot-goegelem/public_regulated_data_types.git@feature/python_package