Skip to content

Python packaging + installability#80

Open
akx wants to merge 3 commits intoeclipse-paho:masterfrom
akx:installability
Open

Python packaging + installability#80
akx wants to merge 3 commits intoeclipse-paho:masterfrom
akx:installability

Conversation

@akx
Copy link

@akx akx commented Dec 24, 2023

This PR reorganizes the repo (just unpeels the interoperability directory) and adds a basic pyproject.toml so the repository can be used as a regular Python package as well, e.g.

pip install git+https://github.com/eclipse/paho.mqtt.testing

and the mqtt (namespace) package becomes available.

It also adds a basic GitHub Actions workflow to build the package.

Note

This will of course necessarily break previous uses that have e.g. added paho.mqtt.testing/interoperability to sys.path by hand, but hopefully those repositories will have pinned their paho.mqtt.testing submodule to a version they know to be working.

This is related to the renovation efforts over at paho.mqtt.python:

akx added 3 commits December 24, 2023 18:16
Signed-off-by: Aarni Koskela <akx@iki.fi>
Signed-off-by: Aarni Koskela <akx@iki.fi>
Signed-off-by: Aarni Koskela <akx@iki.fi>
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