Skip to main content

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


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

winreglib-0.2.0-py3-none-any.whl (4.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page