winreg_unicode 0.5.0
a Unicode-aware winreg package for Python 2
The winreg_unicode package is a drop-in replacement for Python 2's _winreg module. However, it returns unicode values where possible, similar to Python 3's winreg module.
To illustrate the need for the winreg_unicode package, suppose an application must query the registry to discover a filename and the registry contains the string "međuresorna.txt". Python 2's _winreg module will return "meduresorna.txt" instead, which is not the actual name of the file.
The winreg_unicode package does not yet contain all of _winreg's functions. In particular, functions that write to the registry are not yet included. Code contributions are welcome.
The following functions are included in winreg_unicode:
Relevant links
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| winreg_unicode-0.5.0.tar.gz (md5, pgp) | Source | 2010-07-08 | 9KB | 367 | |
- Author: Stutzbach Enterprises, LLC
- Home Page: http://stutzbachenterprises.com/
- Keywords: winreg unicode Windows registry
- License: BSD
- Provides winreg_unicode
-
Categories
- Development Status :: 4 - Beta
- Environment :: Win32 (MS Windows)
- Intended Audience :: Developers
- License :: OSI Approved :: BSD License
- Operating System :: Microsoft :: Windows
- Programming Language :: Python :: 2
- Programming Language :: Python :: 2.5
- Programming Language :: Python :: 2.6
- Programming Language :: Python :: 2.7
- Topic :: Software Development :: Libraries :: Python Modules
- Package Index Owner: stutzbach
- DOAP record: winreg_unicode-0.5.0.xml
