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

Clean client API imports. #1819

Merged
merged 5 commits into from
Oct 31, 2023
Merged

Clean client API imports. #1819

merged 5 commits into from
Oct 31, 2023

Conversation

janiversen
Copy link
Collaborator

An app that implement a client should only do

import pymodbus.client as client

And then have all API methods for the client, including framers exceptions etc available.

THIS MUST BE DONE WITHOUT BREAKING EXISTING APP IMPORT !

@janiversen janiversen force-pushed the client_init branch 5 times, most recently from 4381f0e to ac85200 Compare October 31, 2023 11:12
@janiversen janiversen merged commit 25ffa53 into dev Oct 31, 2023
1 check passed
@janiversen janiversen deleted the client_init branch October 31, 2023 12:12
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 11, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant