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 details)

Uploaded Python 3

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

Hashes for winreglib-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 278dca17693abd43f507cf10b59c37ecadaeb9a11eebbc3cebc76a545686d5fa
MD5 206ce7cf9d58cc19517480184051fda6
BLAKE2b-256 a0afa61a47af7b107c5dbd68be0a3ba2e2ae6c8f7e537aced2ccfdd000b0ee70

See more details on using hashes here.

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