Metadata-Version: 1.0
Name: pyRegistry
Version: 1.0.5
Summary: object-oriented interface to the Windows Registry
Home-page: http://jbox.ultraemail.net:8000/~jbj1/
Author: Jens B. Jorgensen
Author-email: jbj1@ultraemail.net
License: GPL
Download-URL: http://jbox.ultraemail.net:8000/~jbj1/pyRegistry/pyRegistry-1.0.5.zip
Description: Python 2.X extension module for windows that gives you object-oriented python-
        style access to the Windows Registry. Highlights:
        
        * can get HKEY_PERFORMANCE_DATA, handles REG_MULTI_SZ (==>
        ['string', 'string'])
        * handles python unicode strings
        * has no dependencies on win32* modules.
Keywords: windows registry
Platform: win32
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Win32 (MS Windows)
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Natural Language :: English
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: C++
Classifier: Topic :: Software Development :: Libraries :: Python Modules
