A drop in replacement for winreg for Cygwin, MSYS2 and Windows Subsystem for Linux.
More...
|
|
tuple | __numversion__ = (1, 1, 2) |
| | Numeric version.
|
|
str | __version__ = ".".join([str(num) for num in __numversion__]) |
| | Current version of the library.
|
|
str | __author__ = "Rebecca Ann Heineman" |
| | Author's name.
|
|
str | __title__ = "wslwinreg" |
| | Name of the module.
|
|
str | __summary__ = "Drop in replacement for winreg for Cygwin, MSYS2 and WSL" |
| | Summary of the module's use.
|
|
str | __uri__ = "http://wslwinreg.readthedocs.io" |
| | Home page.
|
|
str | __email__ = "becky@burgerbecky.com" |
| | Email address for bug reports.
|
|
str | __license__ = "MIT License" |
| | Type of license used for distribution.
|
|
str | __copyright__ = "Copyright 2020-2025 Rebecca Ann Heineman" |
| | Copyright owner.
|
A drop in replacement for winreg for Cygwin, MSYS2 and Windows Subsystem for Linux.
This module provides access to the Windows registry API.