Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

expose public regulated data types as a python package #148

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ot-goegelem
Copy link

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

@ot-goegelem ot-goegelem marked this pull request as ready for review November 6, 2024 12:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant