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.
- Author: Jamie Bliss
- Home Page: https://github.com/astronouth7303/pyreg
- License: GNU General Public License
- Platform: Microsoft Windows
-
Categories
- Development Status :: 3 - Alpha
- Intended Audience :: Developers
- License :: OSI Approved :: GNU General Public License (GPL)
- Operating System :: Microsoft :: Windows
- Programming Language :: Python
- Topic :: Software Development :: Libraries :: Python Modules
- Topic :: System
- Topic :: System :: Systems Administration
- Package Index Owner: Astronouth7303
- DOAP record: pyreg-0.3.xml
