A Pathlib style object oriented interface to the Windows Registry
Examples:
from winreglib import RegPath
# enumerate keys
p=RegPath(r'HKLM\Software')
for k in p.subkeys():
print(k.name)
# set a value (creates keys and values as required)
new_path=(p/'winreglib')
new_path.value('test').set('apples')
Release files for winreglib 0.2.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| winreglib-0.2.0-py3-none-any.whl | Python 3 | none | any | Details |
Release files / winreglib-0.2.0-py3-none-any.whl
| Download URL | winreglib-0.2.0-py3-none-any.whl |
|---|---|
| Size | 4.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
278dca17693abd43f507cf10b59c37ecadaeb9a11eebbc3cebc76a545686d5fa
|
|
BLAKE2b-256 checksum How to use checksums |
a0afa61a47af7b107c5dbd68be0a3ba2e2ae6c8f7e537aced2ccfdd000b0ee70
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.10.6
|