skip to navigation
skip to content

pyreg 0.3

Registry wrapper classes

pyreg defines classes to wrap _winreg in a more friendly interface, including demunging data. Example:

>>> from pyreg import *
>>> HKEY_LOCAL_MACHINE / 'Software' / 'Python' / 'PythonCore' / '2.5' / 'InstallPath' | None
u'c:\Python25\'

See the readme files included for help or try

>>> help('pyreg')

You may file bug reports to the author's address.

NOTE: It has been a long time since I've really updated this. I will get the files up soon so it is downloadable again.

Additionally, I now run Linux almost exclusively. If people use this module, I would like to hear about it! Extra if you would like to take over maintenance.