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

Investigate new DBUS Python Libs #54

Open
aaron97neu opened this issue Jul 29, 2020 · 0 comments
Open

Investigate new DBUS Python Libs #54

aaron97neu opened this issue Jul 29, 2020 · 0 comments
Labels
discussion Discussion issue about a new feature enhancement New feature or request

Comments

@aaron97neu
Copy link
Member

The current pyGObject based DBUS lib used with gps2tsdb requires 100s of MB of unrelated dependencies. If we continue to use Python for most of our containers and DBUS as our main communication bus, this will become unsustainable soon

Options:

  • Find out what files within pyGObject/pyCario are actually dependencies needed by python3-dbus and only download those. Will require significant effort to find these
  • Use another library. Possible alternatives:
    • Jeepney New actively developed option. Very unstable and appears to have some weird issues
    • python-dbus-next Redux of python-dbus which had fallen out of development, also very new in development
    • Others?
@aaron97neu aaron97neu added enhancement New feature or request discussion Discussion issue about a new feature labels Jul 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
discussion Discussion issue about a new feature enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant