You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
developing a second backend to python-registry that operates over .reg files. So it exposes the familiar RegistryKey/RegistryValue interface, but the underlying data comes from a .reg export.
I think it is worth having a separate issue open for this. (no hurry just wanted it documented)
At least it can be used to discuss how this could be implemented to best fit in the project.
The best I can come up with right now is a separate module that Registry imports, and uses depending on the contents of the file?
The text was updated successfully, but these errors were encountered:
I think almost all the work would be in a file analogous to RegistryParse.py. Registry.py should be made more generic, where really all it does is define the RegistryKey, RegistryValue, and Registry interfaces, and an entrypoint into file parsing (which as you said, might look at the file header, and pick an appropriate backend).
As mentioned by @williballenthin in #39
(For reference this is kind of the inverse of #4)
I think it is worth having a separate issue open for this. (no hurry just wanted it documented)
At least it can be used to discuss how this could be implemented to best fit in the project.
The best I can come up with right now is a separate module that Registry imports, and uses depending on the contents of the file?
The text was updated successfully, but these errors were encountered: