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

If you're not sure about the file name format, learn more about wheel file names.

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 Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page