[Module] pyRegistry/1.0

JensB.Jorgensen JensB.Jorgensen
Mon, 11 Dec 2000 16:01:33 -0500 (EST)


                             pyRegistry/1.0                             
                             --------------                             

object-oriented Python 2.0 interface to the Windows Registry

An extension module to provide object-oriented and easy interface to the
Windows Registry.

import pyRegistry

reg = pyRegistry.open('HKLM\Software\SomeSoft')

reg.setValue('a list', ['one', 'two', 'three']) reg.setValue('an int',
12345)

for i in reg.getValueNames() : print reg.getValue(i)

Supports HKEY_PERFORMANCE_DATA, doesn't depend on other windows
extension modules, does MULTI_SZ, unicode.

Source package available at:
http://www.ultraemail.net/~jbj1/pyRegistry/pyRegistry-1.0.zip

       URL:  http://www.ultraemail.net/~jbj1/
  Download:  http://www.ultraemail.net/~jbj1/pyRegistry/pyRegistry-1.0.win32-py2.0.exe

   License:  GPL
  Platform:  Win32
  Binaries:  Win32

  Categories:  Windows95/NT

Jens B. Jorgensen (jbj1@ultraemail.net)
http://www.ultraemail.net/~jbj1

--
<a href="http://www.ultraemail.net/~jbj1/">pyRegistry/1.0</a> --
object-oriented Python 2.0 interface to the Windows Registry