-
Notifications
You must be signed in to change notification settings - Fork 275
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
Client refactor: directories and naming #1397
Comments
Background for these decisions is that we want the new client to co-exist with old one (tuf.client.updater.Updater) so need to think of clever naming. There are three decisions that have not been made:
So a model proposal based on those:
This is likely to not be final (in that I think there's probably functionality still in updater.py that could be separated out) but would be close enough for merging to develop |
While we do this we should update tox config, and make it so the directory is omitted from coverage for now |
#1401 implements a structure based on this proposal but also slightly different in terms of internal classes. |
Closed with #1401. |
Move the packages under the client directory in a way that makes it easy to distinguish repository components from internal client components and client public API.
Proper naming is needed for the client refactor directory which is planned to land in the main branch in parallel with the current client.
The text was updated successfully, but these errors were encountered: