High level, class based Windows registry manipulation
Project description
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')
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file winreglib-0.2.0-py3-none-any.whl.
File metadata
- Download URL: winreglib-0.2.0-py3-none-any.whl
- Upload date:
- Size: 4.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
278dca17693abd43f507cf10b59c37ecadaeb9a11eebbc3cebc76a545686d5fa
|
|
| MD5 |
206ce7cf9d58cc19517480184051fda6
|
|
| BLAKE2b-256 |
a0afa61a47af7b107c5dbd68be0a3ba2e2ae6c8f7e537aced2ccfdd000b0ee70
|